Package io.camunda.client.protocol.rest
Class FlowNodeInstanceFilter
java.lang.Object
io.camunda.client.protocol.rest.FlowNodeInstanceFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class FlowNodeInstanceFilter
extends Object
Flow node instance filter.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of flow node instance as defined set of values.static enumType of flow node as defined set of values. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeInstanceKey(String flowNodeInstanceKey) flowNodeName(String flowNodeName) The flow node ID for this flow node instance.The assigned key, which acts as a unique identifier for this flow node instance.The flow node name.Shows whether this flow node instance has an incident related to.The key of incident if field incident is true.The process definition ID associated to this flow node instance.The process definition key associated to this flow node instance.The process instance key associated to this flow node instance.getState()State of flow node instance as defined set of values.The tenant ID.getType()Type of flow node as defined set of values.inthashCode()hasIncident(Boolean hasIncident) incidentKey(String incidentKey) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(String flowNodeInstanceKey) voidsetFlowNodeName(String flowNodeName) voidsetHasIncident(Boolean hasIncident) voidsetIncidentKey(String incidentKey) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidvoidsetTenantId(String tenantId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_NAME
- See Also:
-
JSON_PROPERTY_HAS_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_INCIDENT_KEY
- See Also:
-
-
Constructor Details
-
FlowNodeInstanceFilter
public FlowNodeInstanceFilter()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The process definition ID associated to this flow node instance.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
state
-
getState
State of flow node instance as defined set of values.- Returns:
- state
-
setState
-
type
-
getType
Type of flow node as defined set of values.- Returns:
- type
-
setType
-
flowNodeId
-
getFlowNodeId
The flow node ID for this flow node instance.- Returns:
- flowNodeId
-
setFlowNodeId
-
flowNodeName
-
getFlowNodeName
The flow node name.- Returns:
- flowNodeName
-
setFlowNodeName
-
hasIncident
-
getHasIncident
Shows whether this flow node instance has an incident related to.- Returns:
- hasIncident
-
setHasIncident
-
tenantId
-
getTenantId
The tenant ID.- Returns:
- tenantId
-
setTenantId
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
The assigned key, which acts as a unique identifier for this flow node instance.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this flow node instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key associated to this flow node instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
incidentKey
-
getIncidentKey
The key of incident if field incident is true.- Returns:
- incidentKey
-
setIncidentKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-