public abstract class SWaitingEventImpl extends SPersistenceObjectImpl implements org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent
| Constructor and Description |
|---|
SWaitingEventImpl() |
SWaitingEventImpl(org.bonitasoft.engine.core.process.instance.model.event.handling.SBPMEventType eventType) |
SWaitingEventImpl(org.bonitasoft.engine.core.process.instance.model.event.handling.SBPMEventType eventType,
long processdefinitionId,
String processName,
long flowNodeDefinitionId,
String flowNodeName) |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.model.event.handling.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(org.bonitasoft.engine.core.process.instance.model.event.handling.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, waitpublic SWaitingEventImpl()
public SWaitingEventImpl(org.bonitasoft.engine.core.process.instance.model.event.handling.SBPMEventType eventType,
long processdefinitionId,
String processName,
long flowNodeDefinitionId,
String flowNodeName)
public SWaitingEventImpl(org.bonitasoft.engine.core.process.instance.model.event.handling.SBPMEventType eventType)
public org.bonitasoft.engine.core.process.instance.model.event.handling.SBPMEventType getEventType()
getEventType in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setEventType(org.bonitasoft.engine.core.process.instance.model.event.handling.SBPMEventType eventType)
public String getProcessName()
getProcessName in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setProcessName(String processName)
public long getProcessDefinitionId()
getProcessDefinitionId in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setProcessDefinitionId(long processDefinitionId)
public long getFlowNodeDefinitionId()
getFlowNodeDefinitionId in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setFlowNodeDefinitionId(long flowNodeDefinitionId)
public long getRootProcessInstanceId()
getRootProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setRootProcessInstanceId(long processInstanceId)
public long getParentProcessInstanceId()
getParentProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setParentProcessInstanceId(long parentProcessInstanceId)
public long getFlowNodeInstanceId()
getFlowNodeInstanceId in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic String getFlowNodeName()
getFlowNodeName in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setFlowNodeName(String flowNodeName)
public void setFlowNodeInstanceId(long flowNodeInstanceId)
public boolean isActive()
isActive in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setActive(boolean active)
public long getSubProcessId()
getSubProcessId in interface org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEventpublic void setSubProcessId(long subProcessId)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.