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 UUIDInstanceStartEventManager. 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, theDataManagerand theExecutionHistory.default UUIDInstanceControl. 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 UUIDInstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] stateListener)Deprecated, for removal: This API element is subject to removal in a future version.default UUIDInstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] rtMgr, URI[] stateListener)Deprecated, for removal: This API element is subject to removal in a future version.default UUIDInstanceControl. 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.voidTemplateManager. 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.voidProcessTemplateManager. deployProcessTemplate(SessionToken session, UUID templateID, Set<URI[]> processManagerURIs)Deploys a released process template to the designated process managers.ChangeableTemplateProcessTemplateManager. deriveNewChildTemplate(SessionToken session, UUID parentTemplateID)Creates and locks a template as child of the designated parent template.ChangeableTemplateProcessTemplateManager. getAndLockTemplate(SessionToken session, UUID templateID)Gets a template in construction for further modification.voidProcessTemplateManager. release(SessionToken session, UUID templateID)Enables the instantiation and usage of the process template by setting the buildtime state toRELEASED.voidProcessTemplateManager. 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 voidTemplateStatus. release()Enables the instantiation and usage of the process template by setting the buildtime state toRELEASED.voidTemplateStatus. setDerivable(boolean derivable, String comment)Sets the designated template to derivable or not.voidTemplateStatus. setInstancesChangeable(boolean instancesChangeable, boolean subprocessScope, String comment)Sets the designated template to instances changeable to or not.voidTemplateStatus. setInstancesMigratableTo(boolean instancesMigratableTo, boolean subprocessScope, String comment)Sets the designated template to instances migratable to or not.voidTemplateStatus. setInstantiable(boolean instantiable, boolean subprocessScope, String comment)Sets the designated template to instantiable or not.voidTemplateStatus. 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)
-