Package org.bonitasoft.web.client.model
Class ProcessInfo
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInfo
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInfo extends Object implements Serializable
Retrieves the execution data of all open cases of a process. It returns counters for each flow node in the process, showing the number of flow node instances that are in an non-final state (possible states are: ready, executing, waiting, initializing, failed, completing). 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_PROCESS_DEFINITION_ID
-
Constructor Summary
Constructors Constructor Description ProcessInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ProcessInfoflowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)Map<String,ProcessInfoFlowNodeStatesCountersValue>getFlowNodeStatesCounters()flow nodes countersStringgetProcessDefinitionId()process identifierinthashCode()ProcessInfoprocessDefinitionId(String processDefinitionId)ProcessInfoputFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)voidsetFlowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)voidsetProcessDefinitionId(String processDefinitionId)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
public static final String JSON_PROPERTY_PROCESS_DEFINITION_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
-
processDefinitionId
public ProcessInfo processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
@Nullable public String getProcessDefinitionId()
process identifier- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
flowNodeStatesCounters
public ProcessInfo flowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)
-
putFlowNodeStatesCountersItem
public ProcessInfo putFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)
-
getFlowNodeStatesCounters
@Nullable public Map<String,ProcessInfoFlowNodeStatesCountersValue> getFlowNodeStatesCounters()
flow nodes counters- Returns:
- flowNodeStatesCounters
-
setFlowNodeStatesCounters
public void setFlowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)
-
-