Uses of Class
de.aristaflow.adept2.model.processmodel.InvalidTemplateStateException
-
-
Uses of InvalidTemplateStateException in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that throw InvalidTemplateStateException Modifier and Type Method Description default UUID
InstanceStartEventManager. createAndStartInstance(SessionToken session, UUID templateID, InstanceDataContainer dataContainer)
Deprecated, for removal: This API element is subject to removal in a future version.SerialisablePair<UUID,UUID>
InstanceStartEventManager. startInstance(SessionToken session, UUID templId, InstanceDataContainer dataContainer)
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance. -
Uses of InvalidTemplateStateException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw InvalidTemplateStateException Modifier and Type Method Description SerialisablePair<UUID,UUID>
AbstractEventManager. startInstance(SessionToken session, UUID templId, InstanceDataContainer dataContainer)
-
Uses of InvalidTemplateStateException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw InvalidTemplateStateException Modifier and Type Method Description SerialisablePair<Collection<UUID>,Map<UUID,UUID>>
ExecutionManager. archiveTemplate(SessionToken session, UUID templateID)
Archives the designated template which removes the template and the instance data completely from the underlying services which includes theTemplateManager
, theInstanceManager
, theDataManager
and theExecutionHistory
.default UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, ExecutionContext executionContext, URI[] rtMgr, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.default UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.default UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] rtMgr, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.default UUID
InstanceControl. createAndStartSubInstance(SessionToken session, EBPInstanceReference superInstanceActivity, ExecutionContext executionContext, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.SerialisablePair<UUID,UUID>
InstanceControl. startInstance(SessionToken session, UUID templId, ExecutionContext execContext, URI[] rtMgr, URI[] stateListener)
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.SerialisablePair<UUID,UUID>
InstanceControl. startInstance(SessionToken session, UUID templId, URI[] stateListener)
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.SerialisablePair<UUID,UUID>
InstanceControl. startInstance(SessionToken session, UUID templId, URI[] rtMgr, URI[] stateListener)
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.SerialisablePair<UUID,UUID>
InstanceControl. startSubInstance(SessionToken session, EBPInstanceReference parentLwp, ExecutionContext execContext, URI[] stateListener)
Creates a new instance as subprocess of the designated activity/lightweight process referring to the corresponding subprocess template ID. -
Uses of InvalidTemplateStateException in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that throw InvalidTemplateStateException Modifier and Type Method Description SerialisablePair<Collection<UUID>,Map<UUID,UUID>>
TemplateManager. archiveTemplate(SessionToken session, UUID templateID)
Archives the designated template, which removes: the template itself, modified templates based on this template, its embedded templates, all corresponding template statuses, all of its instances (including the ones from the modified and embedded templates based on the designated template, all corresponding instance statuses, This alsoarchives all corresponding instances
.void
TemplateManager. setTemplateStatus(SessionToken session, TemplateStatus templateStatus)
Sets the status of the template (identified by the template status object), to the new status. -
Uses of InvalidTemplateStateException in de.aristaflow.adept2.core.processrepository
Methods in de.aristaflow.adept2.core.processrepository that throw InvalidTemplateStateException Modifier and Type Method Description Collection<CheckReport>
ProcessTemplateManager. deployProcessTemplate(SessionToken session, UUID templateId, Collection<URI[]> pmUris, boolean includeReferenced, Locale... locales)
Deploys a released process template and optionally all referenced subprocess templates to the designated process managers.void
ProcessTemplateManager. deployProcessTemplate(SessionToken session, UUID templateID, Set<URI[]> processManagerURIs)
Deploys a released process template to the designated process managers.ChangeableTemplate
ProcessTemplateManager. deriveNewChildTemplate(SessionToken session, UUID parentTemplateID)
Creates and locks a template as child of the designated parent template.ChangeableTemplate
ProcessTemplateManager. getAndLockTemplate(SessionToken session, UUID templateID)
Gets a template in construction for further modification.void
ProcessTemplateManager. release(SessionToken session, UUID templateID)
Enables the instantiation and usage of the process template by setting the buildtime state toRELEASED
.void
ProcessTemplateManager. setTemplateStatus(SessionToken session, TemplateStatus templateStatus)
Sets the status of the template (identified by the template status object), to the new status. -
Uses of InvalidTemplateStateException in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that throw InvalidTemplateStateException Modifier and Type Method Description void
TemplateStatus. release()
Enables the instantiation and usage of the process template by setting the buildtime state toRELEASED
.void
TemplateStatus. setDerivable(boolean derivable, String comment)
Sets the designated template to derivable or not.void
TemplateStatus. setInstancesChangeable(boolean instancesChangeable, boolean subprocessScope, String comment)
Sets the designated template to instances changeable to or not.void
TemplateStatus. setInstancesMigratableTo(boolean instancesMigratableTo, boolean subprocessScope, String comment)
Sets the designated template to instances migratable to or not.void
TemplateStatus. setInstantiable(boolean instantiable, boolean subprocessScope, String comment)
Sets the designated template to instantiable or not.void
TemplateStatus. setOutdated(boolean outdated, boolean subprocessScope, String comment)
Sets the designated template to outdated or active. -
Uses of InvalidTemplateStateException in de.aristaflow.ilm.model.processmodel
Constructors in de.aristaflow.ilm.model.processmodel with parameters of type InvalidTemplateStateException Constructor Description InvalidTemplateStateException(InvalidTemplateStateException itse)
-