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 Modifier and Type Field Description protected PlanItemInstanceinnerPlanItemInstance
-
Constructor Summary
Constructors Constructor Description GenericEventListenerInstanceImpl(PlanItemInstance planItemInstance)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenericEventListenerInstancefromPlanItemInstance(PlanItemInstance planItemInstance)StringgetCaseDefinitionId()StringgetCaseInstanceId()StringgetElementId()StringgetId()StringgetName()StringgetPlanItemDefinitionId()StringgetStageInstanceId()StringgetState()StringtoString()
-
-
-
Field Detail
-
innerPlanItemInstance
protected PlanItemInstance innerPlanItemInstance
-
-
Constructor Detail
-
GenericEventListenerInstanceImpl
public GenericEventListenerInstanceImpl(PlanItemInstance planItemInstance)
-
-
Method Detail
-
fromPlanItemInstance
public static GenericEventListenerInstance fromPlanItemInstance(PlanItemInstance planItemInstance)
-
getId
public String getId()
- Specified by:
getIdin interfaceGenericEventListenerInstance
-
getName
public String getName()
- Specified by:
getNamein interfaceGenericEventListenerInstance
-
getCaseInstanceId
public String getCaseInstanceId()
- Specified by:
getCaseInstanceIdin interfaceGenericEventListenerInstance
-
getCaseDefinitionId
public String getCaseDefinitionId()
- Specified by:
getCaseDefinitionIdin interfaceGenericEventListenerInstance
-
getElementId
public String getElementId()
- Specified by:
getElementIdin interfaceGenericEventListenerInstance
-
getPlanItemDefinitionId
public String getPlanItemDefinitionId()
- Specified by:
getPlanItemDefinitionIdin interfaceGenericEventListenerInstance
-
getStageInstanceId
public String getStageInstanceId()
- Specified by:
getStageInstanceIdin interfaceGenericEventListenerInstance
-
getState
public String getState()
- Specified by:
getStatein interfaceGenericEventListenerInstance
-
-