Package org.bonitasoft.web.client.model
Class ProcessInstanceInfo
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceInfo
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceInfo
extends Object
implements Serializable
Retrieves information about a process instances. It returns counters for each flow node in the process instances, showing the number of flow node instances
that are in each state (possible states are: ready, executing, waiting, initializing, failed, completing, completed, skipped, cancelled, aborted). If there
are no flow node instances in a given state, no counter is returned for that state for the flow node.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeStatesCounters(Map<String, ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) flow nodes countersgetId()case identifierinthashCode()putFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem) voidsetFlowNodeStatesCounters(Map<String, ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) voidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_STATES_COUNTERS
- See Also:
-
-
Constructor Details
-
ProcessInstanceInfo
public ProcessInstanceInfo()
-
-
Method Details
-
id
-
getId
case identifier- Returns:
- id
-
setId
-
flowNodeStatesCounters
public ProcessInstanceInfo flowNodeStatesCounters(@Nullable Map<String, ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) -
putFlowNodeStatesCountersItem
public ProcessInstanceInfo putFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem) -
getFlowNodeStatesCounters
@Nullable public Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue> getFlowNodeStatesCounters()flow nodes counters- Returns:
- flowNodeStatesCounters
-
setFlowNodeStatesCounters
public void setFlowNodeStatesCounters(@Nullable Map<String, ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) -
equals
-
hashCode
public int hashCode() -
toString
-