public class SProcessInstanceImpl extends SNamedElementImpl implements org.bonitasoft.engine.core.process.instance.model.SProcessInstance
| Constructor and Description |
|---|
SProcessInstanceImpl() |
SProcessInstanceImpl(SProcessDefinition definition) |
SProcessInstanceImpl(String name,
long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCallerId() |
SFlowNodeType |
getCallerType() |
long |
getContainerId() |
org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType |
getContainerType() |
String |
getDescription() |
String |
getDiscriminator() |
long |
getEndDate() |
long |
getInterruptingEventId() |
long |
getLastUpdate() |
long |
getMigrationPlanId() |
long |
getProcessDefinitionId() |
long |
getRootProcessInstanceId() |
long |
getStartDate() |
long |
getStartedBy() |
long |
getStartedBySubstitute() |
org.bonitasoft.engine.core.process.instance.model.SStateCategory |
getStateCategory() |
int |
getStateId() |
String |
getStringIndex1() |
String |
getStringIndex2() |
String |
getStringIndex3() |
String |
getStringIndex4() |
String |
getStringIndex5() |
boolean |
hasBeenInterruptedByEvent() |
int |
hashCode() |
void |
setCallerId(long callerId) |
void |
setCallerType(SFlowNodeType callerType) |
void |
setContainerId(long containerId) |
void |
setDescription(String description) |
void |
setEndDate(long endDate) |
void |
setId(long id) |
void |
setInterruptingEventId(long interruptingEventId) |
void |
setLastUpdate(long lastUpdate) |
void |
setMigrationPlanId(long migrationPlanId) |
void |
setRootProcessInstanceId(long rootProcessInstanceId) |
void |
setStartDate(long startDate) |
void |
setStartedBy(long startedBy) |
void |
setStartedBySubstitute(long startedBySubstitute) |
void |
setStateCategory(org.bonitasoft.engine.core.process.instance.model.SStateCategory processStateCategory) |
void |
setStateId(int stateId) |
void |
setStringIndex1(String stringIndex1) |
void |
setStringIndex2(String stringIndex2) |
void |
setStringIndex3(String stringIndex3) |
void |
setStringIndex4(String stringIndex4) |
void |
setStringIndex5(String stringIndex5) |
String |
toString() |
getName, setNamegetId, getTenantId, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SProcessInstanceImpl()
public SProcessInstanceImpl(String name, long processDefinitionId)
public SProcessInstanceImpl(SProcessDefinition definition)
public void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectsetId in class SPersistenceObjectImplpublic String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getProcessDefinitionId()
getProcessDefinitionId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic String getDescription()
getDescription in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setDescription(String description)
public int getStateId()
getStateId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStateId(int stateId)
public long getStartDate()
getStartDate in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStartDate(long startDate)
public long getStartedBy()
getStartedBy in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStartedBy(long startedBy)
public long getStartedBySubstitute()
getStartedBySubstitute in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStartedBySubstitute(long startedBySubstitute)
public long getEndDate()
getEndDate in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setEndDate(long endDate)
public long getLastUpdate()
getLastUpdate in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setLastUpdate(long lastUpdate)
public long getContainerId()
getContainerId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setContainerId(long containerId)
public long getRootProcessInstanceId()
getRootProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setRootProcessInstanceId(long rootProcessInstanceId)
public long getCallerId()
getCallerId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setCallerId(long callerId)
public SFlowNodeType getCallerType()
getCallerType in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setCallerType(SFlowNodeType callerType)
public long getInterruptingEventId()
getInterruptingEventId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setInterruptingEventId(long interruptingEventId)
public org.bonitasoft.engine.core.process.instance.model.SStateCategory getStateCategory()
getStateCategory in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStateCategory(org.bonitasoft.engine.core.process.instance.model.SStateCategory processStateCategory)
public org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType getContainerType()
getContainerType in interface org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerpublic long getMigrationPlanId()
getMigrationPlanId in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setMigrationPlanId(long migrationPlanId)
public String getStringIndex1()
getStringIndex1 in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStringIndex1(String stringIndex1)
public String getStringIndex2()
getStringIndex2 in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStringIndex2(String stringIndex2)
public String getStringIndex3()
getStringIndex3 in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStringIndex3(String stringIndex3)
public String getStringIndex4()
getStringIndex4 in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStringIndex4(String stringIndex4)
public String getStringIndex5()
getStringIndex5 in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic void setStringIndex5(String stringIndex5)
public boolean hasBeenInterruptedByEvent()
hasBeenInterruptedByEvent in interface org.bonitasoft.engine.core.process.instance.model.SProcessInstancepublic boolean equals(Object o)
equals in class SNamedElementImplpublic int hashCode()
hashCode in class SNamedElementImplCopyright © 2015 Bonitasoft S.A.. All rights reserved.