Uses of Package
org.flowable.cmmn.engine.impl.behavior
Packages that use org.flowable.cmmn.engine.impl.behavior
Package
Description
-
Classes in org.flowable.cmmn.engine.impl.behavior used by org.flowable.cmmn.engine.impl.behaviorClassDescriptionRoot interface for all classes implementing logic when the CMMN engine decides the behavior for a plan item needs to be executed.Behavior interface, like
CmmnActivityBehavior
, when the CMMN engine decides the behavior for a plan item needs to be executed and the behavior acts as a wait state.Superclass forCmmnActivityBehavior
implementations that are part of the core CMMN behaviors of the CMMN Engine. -
Classes in org.flowable.cmmn.engine.impl.behavior used by org.flowable.cmmn.engine.impl.behavior.implClassDescriptionRoot interface for all classes implementing logic when the CMMN engine decides the behavior for a plan item needs to be executed.Behavior interface, like
CmmnActivityBehavior
, when the CMMN engine decides the behavior for a plan item needs to be executed and the behavior acts as a wait state.Superclass forCmmnActivityBehavior
implementations that are part of the core CMMN behaviors of the CMMN Engine.Superclass forCmmnTriggerableActivityBehavior
implementations that are part of the core CMMN behaviors of the CMMN Engine.Implement this behavior interface if you want to hook into the end semantics of a plan item depending on its parent ending transition.Behavior interface, like theCmmnActivityBehavior
andCmmnTriggerableActivityBehavior
interfaces, exposing even more low-level hookpoints to add custom logic. -
Classes in org.flowable.cmmn.engine.impl.behavior used by org.flowable.cmmn.engine.impl.behavior.impl.http.handlerClassDescriptionRoot interface for all classes implementing logic when the CMMN engine decides the behavior for a plan item needs to be executed.Behavior interface, like
CmmnActivityBehavior
, when the CMMN engine decides the behavior for a plan item needs to be executed and the behavior acts as a wait state. -
Classes in org.flowable.cmmn.engine.impl.behavior used by org.flowable.cmmn.engine.impl.delegateClassDescriptionRoot interface for all classes implementing logic when the CMMN engine decides the behavior for a plan item needs to be executed.Behavior interface, like
CmmnActivityBehavior
, when the CMMN engine decides the behavior for a plan item needs to be executed and the behavior acts as a wait state. -
Classes in org.flowable.cmmn.engine.impl.behavior used by org.flowable.cmmn.engine.impl.parserClassDescriptionRoot interface for all classes implementing logic when the CMMN engine decides the behavior for a plan item needs to be executed.
-
Classes in org.flowable.cmmn.engine.impl.behavior used by org.flowable.cmmn.engine.impl.utilClassDescriptionBehavior interface, like the
CmmnActivityBehavior
andCmmnTriggerableActivityBehavior
interfaces, exposing even more low-level hookpoints to add custom logic.