Uses of Class
de.aristaflow.adept2.model.processmodel.ChangeReport
-
Packages that use ChangeReport Package Description de.aristaflow.adept2.core.executionmanager de.aristaflow.adept2.core.processmanager de.aristaflow.adept2.model.processmodel -
-
Uses of ChangeReport in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return ChangeReport Modifier and Type Method Description ChangeReport
InstanceChanging. changeAndUnlockInstance(SessionToken session, ChangeableInstance instance, Locale... locales)
Validates the instance and if this is successful, the designated instance will be changed, unlocked, resumed and the worklist and data managers will be informed about the new instance structure and state.ChangeReport
InstanceChanging. changeInstance(SessionToken session, ChangeableInstance instance, Locale... locales)
Validates the instance and if this is successful, the designated instance will be changed and the worklist and data managers will be informed about the new instance structure and state. -
Uses of ChangeReport in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return ChangeReport Modifier and Type Method Description ChangeReport
InstanceManager. changeAndUnlockInstance(SessionToken session, ChangeableInstance instance, Locale... locales)
Releases the lock of the designated instance and incorporates the made changes.ChangeReport
InstanceManager. changeInstance(SessionToken session, ChangeableInstance instance, Locale... locales)
Changes the instance and returns a new UUID but does not release the lock. -
Uses of ChangeReport in de.aristaflow.adept2.model.processmodel
Subclasses of ChangeReport in de.aristaflow.adept2.model.processmodel Modifier and Type Class Description class
LocalisedChangeReport
AChangeReport
providing localisation like aLocalisedCheckReport
.
-