Package org.bonitasoft.web.client.model
Class ProcessInfo
java.lang.Object
org.bonitasoft.web.client.model.ProcessInfo
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeStatesCounters(Map<String, ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) flow nodes countersprocess identifierinthashCode()processDefinitionId(String processDefinitionId) putFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem) voidsetFlowNodeStatesCounters(Map<String, ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) voidsetProcessDefinitionId(String processDefinitionId) toString()
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_STATES_COUNTERS
- See Also:
-
-
Constructor Details
-
ProcessInfo
public ProcessInfo()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
process identifier- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
flowNodeStatesCounters
public ProcessInfo flowNodeStatesCounters(@Nullable Map<String, ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) -
putFlowNodeStatesCountersItem
public ProcessInfo putFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem) -
getFlowNodeStatesCounters
flow nodes counters- Returns:
- flowNodeStatesCounters
-
setFlowNodeStatesCounters
public void setFlowNodeStatesCounters(@Nullable Map<String, ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) -
equals
-
hashCode
public int hashCode() -
toString
-