Class GenericEventListenerInstanceImpl
java.lang.Object
org.flowable.cmmn.engine.impl.runtime.GenericEventListenerInstanceImpl
- All Implemented Interfaces:
GenericEventListenerInstance
public class GenericEventListenerInstanceImpl
extends Object
implements GenericEventListenerInstance
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericEventListenerInstancefromPlanItemInstance(PlanItemInstance planItemInstance) getId()getName()getState()toString()
-
Field Details
-
innerPlanItemInstance
-
-
Constructor Details
-
GenericEventListenerInstanceImpl
-
-
Method Details
-
fromPlanItemInstance
-
getId
- Specified by:
getIdin interfaceGenericEventListenerInstance
-
getName
- Specified by:
getNamein interfaceGenericEventListenerInstance
-
getCaseInstanceId
- Specified by:
getCaseInstanceIdin interfaceGenericEventListenerInstance
-
getCaseDefinitionId
- Specified by:
getCaseDefinitionIdin interfaceGenericEventListenerInstance
-
getElementId
- Specified by:
getElementIdin interfaceGenericEventListenerInstance
-
getPlanItemDefinitionId
- Specified by:
getPlanItemDefinitionIdin interfaceGenericEventListenerInstance
-
getStageInstanceId
- Specified by:
getStageInstanceIdin interfaceGenericEventListenerInstance
-
getState
- Specified by:
getStatein interfaceGenericEventListenerInstance
-
toString
-