| Package | Description |
|---|---|
| de.aristaflow.adept2.core.processrepository | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| Modifier and Type | Method and Description |
|---|---|
TemplateProxy |
ProcessTemplateManager.getTemplateProxy(SessionToken session,
java.util.UUID templateID)
Gets a lightweight object (
TemplateProxy) of the
designated process template. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TemplateProxy> |
ProcessRepository.findUsageOfActivityTemplate(SessionToken session,
java.util.UUID activityTemplateVersionID)
Finds all process templates which use the designated activity template in a
process step.
|
RemoteIterator<java.util.List<TemplateProxy>> |
ProcessRepository.findUsageOfActivityTemplateIterator(SessionToken session,
java.util.UUID activityTemplateVersionID)
The same as
ProcessRepository.findUsageOfActivityTemplate(SessionToken, UUID) but
with partial retrieval of the template proxies. |
java.util.Set<TemplateProxy> |
ProcessRepository.findUsageOfProcessTemplate(SessionToken session,
java.util.UUID processTemplateID)
Finds all process templates which reference the designated process template
as subprocess.
|
RemoteIterator<java.util.List<TemplateProxy>> |
ProcessRepository.findUsageOfProcessTemplateIterator(SessionToken session,
java.util.UUID processTemplateID)
The same as
ProcessRepository.findUsageOfProcessTemplate(SessionToken, UUID) but
with partial retrieval of the template proxies. |
java.util.Set<TemplateProxy> |
ProcessTemplateManager.getAllTemplateProxies(SessionToken session,
Filter filter)
Gets all lightweight objects (
TemplateProxy) that match the
designated filter based on TemplateProxy. |
RemoteIterator<java.util.List<TemplateProxy>> |
ProcessTemplateManager.getAllTemplateProxiesIterator(SessionToken session,
Filter filter)
The same as
ProcessTemplateManager.getAllTemplateProxies(SessionToken, Filter) but with
partial retrieval of the lightweight objects for process templates. |
| Modifier and Type | Method and Description |
|---|---|
TemplateProxy |
ProcessModelFactory.createTemplateProxy(TemplateReference templRef,
java.util.UUID parent,
java.util.List<java.util.UUID> children,
java.util.Set<java.net.URI[]> deployedPm,
long creationTime,
long modificationTime,
java.lang.String internalVersion,
QualifiedAgent lockingAgent)
Creates a new template proxy.
|
TemplateProxy |
ProcessType.getRootTemplate()
Gets (a proxy for) the root template of this process type which is the
first ancestor of the null template.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ProcessModelFactory.createProcessType(java.lang.String name,
TemplateProxy templateProxy)
Creates a new process type.
|