public interface ArchivedProcessInstance extends NamedElement, BaseElement, ArchivedElement
| Modifier and Type | Method and Description |
|---|---|
long |
getCallerId()
Get the identifier of the flow node instance who starts this process instance.
|
String |
getDescription()
Get the description of this process instance, when the process instance was archived.
|
Date |
getEndDate()
Get the date when this process instance was finished.
|
Date |
getLastUpdate()
Get the date of the last update of this process instance, when the process instance was archived.
|
long |
getProcessDefinitionId()
Get the identifier of the definition of this process.
|
long |
getRootProcessInstanceId()
Get the identifier of the root
ProcessInstance of this process instance. |
Date |
getStartDate()
Get the date when this process instance was started.
|
long |
getStartedBy()
Get the identifier of the user who started this process instance.
|
long |
getStartedByDelegate()
Deprecated.
As of version 6.3.0, replaced by
getStartedBySubstitute() |
long |
getStartedBySubstitute()
Get the identifier of the substitute user (as Process manager or Administrator) who started this process instance.
|
String |
getState()
Get the state of this process instance when it was archived.
|
int |
getStateId()
Get the identifier of the state of this process instance when it was archived.
|
String |
getStringIndexLabel(int index)
The index must be between 1 and 5.
|
String |
getStringIndexValue(int index)
The index must be between 1 and 5.
|
getNamegetIdgetArchiveDate, getSourceObjectIdString getState()
ProcessInstanceStateint getStateId()
ProcessInstanceStateDate getStartDate()
long getStartedBy()
long getStartedBySubstitute()
@Deprecated long getStartedByDelegate()
getStartedBySubstitute()Date getEndDate()
Date getLastUpdate()
long getProcessDefinitionId()
BaseElement.getId()String getDescription()
long getRootProcessInstanceId()
ProcessInstance of this process instance.
Is -1 if this process instance is not a child of another process instance.ProcessInstance of this process instance.BaseElement.getId(),
ArchivedElement.getSourceObjectId()long getCallerId()
BaseElement.getId(),
BaseElement.getId()String getStringIndexValue(int index)
index - The index of the valueIndexOutOfBoundsException - It's thrown if the parameter is not between 1 and 5.String getStringIndexLabel(int index)
index - The index of the labelIndexOutOfBoundsException - It's thrown if the parameter is not between 1 and 5.Copyright © 2018 Bonitasoft S.A.. All rights reserved.