| Package | Description |
|---|---|
| de.aristaflow.adept2.core.processrepository |
| 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.
|
ChangeableTemplate |
ProcessTemplateManager.deriveNewChildTemplate(SessionToken session,
java.util.UUID parentTemplateID)
Creates and locks a template as child of the designated parent template.
|
CheckReport |
ProcessTemplateManager.storeTemplate(SessionToken session,
Template template,
boolean checkValidity,
org.w3c.dom.Document history,
TemplateDeltaLayer structuralChanges,
java.util.Locale... locales)
Stores (but does not unlock) a modified template (which has been checked out for modification
beforehand.
|