public class UserEventListenerInstanceImpl extends Object implements UserEventListenerInstance
| Modifier and Type | Field and Description |
|---|---|
protected PlanItemInstance |
innerPlanItemInstance |
| Constructor and Description |
|---|
UserEventListenerInstanceImpl(PlanItemInstance planItemInstance) |
| Modifier and Type | Method and Description |
|---|---|
static UserEventListenerInstance |
fromPlanItemInstance(PlanItemInstance planItemInstance) |
String |
getCaseDefinitionId() |
String |
getCaseInstanceId() |
String |
getElementId() |
String |
getId() |
String |
getName() |
String |
getPlanItemDefinitionId() |
String |
getStageInstanceId() |
String |
getState() |
String |
toString() |
protected PlanItemInstance innerPlanItemInstance
public UserEventListenerInstanceImpl(PlanItemInstance planItemInstance)
public static UserEventListenerInstance fromPlanItemInstance(PlanItemInstance planItemInstance)
public String getId()
getId in interface UserEventListenerInstancepublic String getName()
getName in interface UserEventListenerInstancepublic String getCaseInstanceId()
getCaseInstanceId in interface UserEventListenerInstancepublic String getCaseDefinitionId()
getCaseDefinitionId in interface UserEventListenerInstancepublic String getElementId()
getElementId in interface UserEventListenerInstancepublic String getPlanItemDefinitionId()
getPlanItemDefinitionId in interface UserEventListenerInstancepublic String getStageInstanceId()
getStageInstanceId in interface UserEventListenerInstancepublic String getState()
getState in interface UserEventListenerInstanceCopyright © 2019 Flowable. All rights reserved.