Uses of Class
org.flowable.cmmn.engine.impl.agenda.operation.CmmnOperation
Packages that use CmmnOperation
Package
Description
-
Uses of CmmnOperation in org.flowable.cmmn.engine.impl.agenda
Methods in org.flowable.cmmn.engine.impl.agenda with parameters of type CmmnOperationModifier and TypeMethodDescriptionvoid
DefaultCmmnEngineAgenda.addOperation
(CmmnOperation operation) protected int
DefaultCmmnEngineAgenda.getOperationIndex
(CmmnOperation operation) Returns the index in the list of operations where theCmmnOperation
should be inserted. -
Uses of CmmnOperation in org.flowable.cmmn.engine.impl.agenda.operation
Subclasses of CmmnOperation in org.flowable.cmmn.engine.impl.agenda.operationModifier and TypeClassDescriptionclass
class
class
class
class
An abstract base class for operations using criteria evaluation like entry / exit sentries, repetition rule and parent completion rule.class
Operation that moves a givenPlanItemInstance
to a terminal state (completed, terminated or failed).class
class
class
class
class
class
class
class
class
class
class
A specific create operation for plan items being created out of a repetition where the repetition rule is actually treated as part of the main plan item and not within the create operation as it is usually been treated.class
class
Note: only possible for event listener plan items.class
class
class
class
class
class
Note: only possible for event listener plan items.class
class
class
class
This operation reactivates a case model by first setting its reactivation event listener to active and triggering it, then in a second phase step through all plan items having a reactivation sentry and reactivate them before the model is completely re-evaluated again for reactivation of the case.class
Reactivates a plan item as part of a case reactivation which is pretty similar to theCreatePlanItemInstanceOperation
, but uses a different transition for the listeners as the newly created plan item instance is created as part of a reactivation process.class
This operation is initializing phase two of a case reactivation by reactivating the root plan item model for the case according the case model which means that only plan items marked as eligible for reactivation will be recreated and evaluated for activation.class
class
class
class