Package org.openapitools.client.model
Class ProcessInstanceSuspensionStateAsyncDto
- java.lang.Object
-
- org.openapitools.client.model.ProcessInstanceSuspensionStateAsyncDto
-
public class ProcessInstanceSuspensionStateAsyncDto extends Object
ProcessInstanceSuspensionStateAsyncDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDSstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_SUSPENDED
-
Constructor Summary
Constructors Constructor Description ProcessInstanceSuspensionStateAsyncDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_PROCESS_INSTANCE_IDS
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_QUERY
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERY
public static final String SERIALIZED_NAME_HISTORIC_PROCESS_INSTANCE_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_SUSPENDED
- See Also:
- Constant Field Values
-
-
Method Detail
-
processInstanceIds
public ProcessInstanceSuspensionStateAsyncDto processInstanceIds(List<String> processInstanceIds)
-
addProcessInstanceIdsItem
public ProcessInstanceSuspensionStateAsyncDto addProcessInstanceIdsItem(String processInstanceIdsItem)
-
getProcessInstanceIds
public List<String> getProcessInstanceIds()
A list of process instance ids which defines a group of process instances which will be activated or suspended by the operation.- Returns:
- processInstanceIds
-
processInstanceQuery
public ProcessInstanceSuspensionStateAsyncDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
getProcessInstanceQuery
public ProcessInstanceQueryDto getProcessInstanceQuery()
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
historicProcessInstanceQuery
public ProcessInstanceSuspensionStateAsyncDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
getHistoricProcessInstanceQuery
public HistoricProcessInstanceQueryDto getHistoricProcessInstanceQuery()
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
suspended
public ProcessInstanceSuspensionStateAsyncDto suspended(Boolean suspended)
-
getSuspended
public Boolean getSuspended()
A Boolean value which indicates whether to activate or suspend a given instance (e.g. process instance, job, job definition, or batch). When the value is set to true, the given instance will be suspended and when the value is set to false, the given instance will be activated.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
-