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 completed, ready, or failed state. 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,ProcessInstanceInfoFlowNodeStatesCounters> flowNodeStatesCounters)Map<String,ProcessInstanceInfoFlowNodeStatesCounters>getFlowNodeStatesCounters()flow nodes countersStringgetId()case identifierinthashCode()ProcessInstanceInfoid(String id)ProcessInstanceInfoputFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCounters flowNodeStatesCountersItem)voidsetFlowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCounters> 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,ProcessInstanceInfoFlowNodeStatesCounters> flowNodeStatesCounters)
-
putFlowNodeStatesCountersItem
public ProcessInstanceInfo putFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCounters flowNodeStatesCountersItem)
-
getFlowNodeStatesCounters
@Nullable public Map<String,ProcessInstanceInfoFlowNodeStatesCounters> getFlowNodeStatesCounters()
flow nodes counters- Returns:
- flowNodeStatesCounters
-
setFlowNodeStatesCounters
public void setFlowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCounters> flowNodeStatesCounters)
-
-