| Package | Description |
|---|---|
| de.aristaflow.adept2.core.processrepository | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| de.aristaflow.adept2.model.processmodel.tools | |
| de.aristaflow.adept2.model.processmodel.xml |
The xml packages provides a generic import and export functionality for all components implementing the common ADEPT2 processmodel interfaces and just requires an implementation of the ProcessModelFactory.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ProcessRepository.createProcessType(SessionToken session,
java.lang.String newProcessType)
Creates a new process type with the designated name, stores the liable user
and creates the root template, which is just a copy of the implicit null
template.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ProcessType> |
ProcessRepository.getAllProcessTypes(SessionToken session)
Gets all process types in this repository.
|
RemoteIterator<java.util.List<ProcessType>> |
ProcessRepository.getAllProcessTypesIterator(SessionToken session)
The same as
ProcessRepository.getAllProcessTypes(SessionToken) but with partial
retrieval of the process types. |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ProcessModelFactory.createProcessType(java.lang.String name,
TemplateProxy templateProxy)
Creates a new process type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProcessTypeComparator.compare(ProcessType o1,
ProcessType o2) |
| Constructor and Description |
|---|
SerialisableProcessType(ProcessType processType)
Creates a new process type for serialising purpose.
|