public abstract class SWaitingEventImpl extends SPersistenceObjectImpl implements SWaitingEvent
| Constructor and Description |
|---|
SWaitingEventImpl() |
SWaitingEventImpl(SBPMEventType eventType) |
SWaitingEventImpl(SBPMEventType eventType,
long processdefinitionId,
String processName,
long flowNodeDefinitionId,
String flowNodeName) |
| Modifier and Type | Method and Description |
|---|---|
SBPMEventType |
getEventType() |
long |
getFlowNodeDefinitionId() |
long |
getFlowNodeInstanceId() |
String |
getFlowNodeName() |
long |
getParentProcessInstanceId() |
long |
getProcessDefinitionId() |
String |
getProcessName() |
long |
getRootProcessInstanceId() |
long |
getSubProcessId() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setEventType(SBPMEventType eventType) |
void |
setFlowNodeDefinitionId(long flowNodeDefinitionId) |
void |
setFlowNodeInstanceId(long flowNodeInstanceId) |
void |
setFlowNodeName(String flowNodeName) |
void |
setParentProcessInstanceId(long parentProcessInstanceId) |
void |
setProcessDefinitionId(long processDefinitionId) |
void |
setProcessName(String processName) |
void |
setRootProcessInstanceId(long processInstanceId) |
void |
setSubProcessId(long subProcessId) |
equals, getId, getTenantId, hashCode, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEventTriggerTypegetDiscriminator, getId, setId, setTenantIdpublic SWaitingEventImpl()
public SWaitingEventImpl(SBPMEventType eventType, long processdefinitionId, String processName, long flowNodeDefinitionId, String flowNodeName)
public SWaitingEventImpl(SBPMEventType eventType)
public SBPMEventType getEventType()
getEventType in interface SWaitingEventpublic void setEventType(SBPMEventType eventType)
public String getProcessName()
getProcessName in interface SWaitingEventpublic void setProcessName(String processName)
public long getProcessDefinitionId()
getProcessDefinitionId in interface SWaitingEventpublic void setProcessDefinitionId(long processDefinitionId)
public long getFlowNodeDefinitionId()
getFlowNodeDefinitionId in interface SWaitingEventpublic void setFlowNodeDefinitionId(long flowNodeDefinitionId)
public long getRootProcessInstanceId()
getRootProcessInstanceId in interface SWaitingEventpublic void setRootProcessInstanceId(long processInstanceId)
public long getParentProcessInstanceId()
getParentProcessInstanceId in interface SWaitingEventpublic void setParentProcessInstanceId(long parentProcessInstanceId)
public long getFlowNodeInstanceId()
getFlowNodeInstanceId in interface SWaitingEventpublic String getFlowNodeName()
getFlowNodeName in interface SWaitingEventpublic void setFlowNodeName(String flowNodeName)
public void setFlowNodeInstanceId(long flowNodeInstanceId)
public boolean isActive()
isActive in interface SWaitingEventpublic void setActive(boolean active)
public long getSubProcessId()
getSubProcessId in interface SWaitingEventpublic void setSubProcessId(long subProcessId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.