Package org.bonitasoft.web.client.model
Class ProcessInstance
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstance
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstance
extends Object
implements Serializable
ProcessInstance (Case) is an instance of a process. When you start a process, it creates a process instances.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstate: an enum that represent the state of the process instances -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveFlowNodes(String activeFlowNodes) booleanfailedFlowNodes(String failedFlowNodes) count of active flow nodes if parameter n=activeFlowNodes is giventhe identifier of the BPM entity who started the process.the date set when the process instance is closedcount of failed flow nodes if parameter n=failedFlowNodes is givengetId()the identifier of the ProcessInstance (Case)the date of the last update done on the casethe identifier of the process related of the casethe identifier of the container of the casethe 1st search index label (from 6.5, in Subscription editions only)the 1st search index value (from 6.5, in Subscription editions only)the 2nd search index label (from 6.5, in Subscription editions only)the 2nd search index value (from 6.5, in Subscription editions only)the 3rd search index label (from 6.5, in Subscription editions only)the 3rd search index value (from 6.5, in Subscription editions only)the 4th search index label (from 6.5, in Subscription editions only)the 4th search index value (from 6.5, in Subscription editions only)the 5th search index label (from 6.5, in Subscription editions only)the 5th search index value (from 6.5, in Subscription editions only)getStart()the starting date of the casethe identifier of the user who started the casethe identifier of the substitute user (as Process manager or Administrator) who started the process.getState()state: an enum that represent the state of the process instancesinthashCode()lastUpdateDate(String lastUpdateDate) processDefinitionId(String processDefinitionId) rootCaseId(String rootCaseId) searchIndex1Label(String searchIndex1Label) searchIndex1Value(String searchIndex1Value) searchIndex2Label(String searchIndex2Label) searchIndex2Value(String searchIndex2Value) searchIndex3Label(String searchIndex3Label) searchIndex3Value(String searchIndex3Value) searchIndex4Label(String searchIndex4Label) searchIndex4Value(String searchIndex4Value) searchIndex5Label(String searchIndex5Label) searchIndex5Value(String searchIndex5Value) voidsetActiveFlowNodes(String activeFlowNodes) voidsetCallerId(String callerId) voidsetEndDate(String endDate) voidsetFailedFlowNodes(String failedFlowNodes) voidvoidsetLastUpdateDate(String lastUpdateDate) voidsetProcessDefinitionId(String processDefinitionId) voidsetRootCaseId(String rootCaseId) voidsetSearchIndex1Label(String searchIndex1Label) voidsetSearchIndex1Value(String searchIndex1Value) voidsetSearchIndex2Label(String searchIndex2Label) voidsetSearchIndex2Value(String searchIndex2Value) voidsetSearchIndex3Label(String searchIndex3Label) voidsetSearchIndex3Value(String searchIndex3Value) voidsetSearchIndex4Label(String searchIndex4Label) voidsetSearchIndex4Value(String searchIndex4Value) voidsetSearchIndex5Label(String searchIndex5Label) voidsetSearchIndex5Value(String searchIndex5Value) voidvoidsetStartedBy(String startedBy) voidsetStartedBySubstitute(String startedBySubstitute) voidstartedBySubstitute(String startedBySubstitute) state(ProcessInstance.StateEnum state) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_FAILED_FLOW_NODES
- See Also:
-
JSON_PROPERTY_STARTED_BY_SUBSTITUTE
- See Also:
-
JSON_PROPERTY_START
- See Also:
-
JSON_PROPERTY_ACTIVE_FLOW_NODES
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_ROOT_CASE_ID
- See Also:
-
JSON_PROPERTY_STARTED_BY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX1_LABEL
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX2_LABEL
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX3_LABEL
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX4_LABEL
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX5_LABEL
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX1_VALUE
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX2_VALUE
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX3_VALUE
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX4_VALUE
- See Also:
-
JSON_PROPERTY_SEARCH_INDEX5_VALUE
- See Also:
-
JSON_PROPERTY_CALLER_ID
- See Also:
-
-
Constructor Details
-
ProcessInstance
public ProcessInstance()
-
-
Method Details
-
id
-
getId
the identifier of the ProcessInstance (Case)- Returns:
- id
-
setId
-
endDate
-
getEndDate
the date set when the process instance is closed- Returns:
- endDate
-
setEndDate
-
failedFlowNodes
-
getFailedFlowNodes
count of failed flow nodes if parameter n=failedFlowNodes is given- Returns:
- failedFlowNodes
-
setFailedFlowNodes
-
startedBySubstitute
-
getStartedBySubstitute
the identifier of the substitute user (as Process manager or Administrator) who started the process. It can be also the substitute user if d=startedBySubstitute is given.- Returns:
- startedBySubstitute
-
setStartedBySubstitute
-
start
-
getStart
the starting date of the case- Returns:
- start
-
setStart
-
activeFlowNodes
-
getActiveFlowNodes
count of active flow nodes if parameter n=activeFlowNodes is given- Returns:
- activeFlowNodes
-
setActiveFlowNodes
-
state
-
getState
state: an enum that represent the state of the process instances- Returns:
- state
-
setState
-
rootCaseId
-
getRootCaseId
the identifier of the container of the case- Returns:
- rootCaseId
-
setRootCaseId
-
startedBy
-
getStartedBy
the identifier of the user who started the case- Returns:
- startedBy
-
setStartedBy
-
processDefinitionId
-
getProcessDefinitionId
the identifier of the process related of the case- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
lastUpdateDate
-
getLastUpdateDate
the date of the last update done on the case- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
searchIndex1Label
-
getSearchIndex1Label
the 1st search index label (from 6.5, in Subscription editions only)- Returns:
- searchIndex1Label
-
setSearchIndex1Label
-
searchIndex2Label
-
getSearchIndex2Label
the 2nd search index label (from 6.5, in Subscription editions only)- Returns:
- searchIndex2Label
-
setSearchIndex2Label
-
searchIndex3Label
-
getSearchIndex3Label
the 3rd search index label (from 6.5, in Subscription editions only)- Returns:
- searchIndex3Label
-
setSearchIndex3Label
-
searchIndex4Label
-
getSearchIndex4Label
the 4th search index label (from 6.5, in Subscription editions only)- Returns:
- searchIndex4Label
-
setSearchIndex4Label
-
searchIndex5Label
-
getSearchIndex5Label
the 5th search index label (from 6.5, in Subscription editions only)- Returns:
- searchIndex5Label
-
setSearchIndex5Label
-
searchIndex1Value
-
getSearchIndex1Value
the 1st search index value (from 6.5, in Subscription editions only)- Returns:
- searchIndex1Value
-
setSearchIndex1Value
-
searchIndex2Value
-
getSearchIndex2Value
the 2nd search index value (from 6.5, in Subscription editions only)- Returns:
- searchIndex2Value
-
setSearchIndex2Value
-
searchIndex3Value
-
getSearchIndex3Value
the 3rd search index value (from 6.5, in Subscription editions only)- Returns:
- searchIndex3Value
-
setSearchIndex3Value
-
searchIndex4Value
-
getSearchIndex4Value
the 4th search index value (from 6.5, in Subscription editions only)- Returns:
- searchIndex4Value
-
setSearchIndex4Value
-
searchIndex5Value
-
getSearchIndex5Value
the 5th search index value (from 6.5, in Subscription editions only)- Returns:
- searchIndex5Value
-
setSearchIndex5Value
-
callerId
-
getCallerId
the identifier of the BPM entity who started the process. E.g. the call activity instance Id if it was started by a call activity or -1 if it was started by a user (since version 10.3 - 2025.1)- Returns:
- callerId
-
setCallerId
-
equals
-
hashCode
public int hashCode() -
toString
-