Package org.bonitasoft.web.client.model
Class ProcessInstanceInfo
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstanceInfo
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FLOW_NODE_STATES_COUNTERSstatic StringJSON_PROPERTY_ID
-
Constructor Summary
Constructors Constructor Description ProcessInstanceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ProcessInstanceInfoflowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue>getFlowNodeStatesCounters()flow nodes countersStringgetId()case identifierinthashCode()ProcessInstanceInfoid(String id)ProcessInstanceInfoputFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)voidsetFlowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FLOW_NODE_STATES_COUNTERS
public static final String JSON_PROPERTY_FLOW_NODE_STATES_COUNTERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ProcessInstanceInfo id(String id)
-
setId
public void setId(String id)
-
flowNodeStatesCounters
public ProcessInstanceInfo flowNodeStatesCounters(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(Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)
-
-