Class FlowNodeInstanceFilter
java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceFilter
extends Object
FlowNodeInstanceFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeInstanceKey(String flowNodeInstanceKey) flowNodeName(String flowNodeName) The flow node idThe key of this flow node instance.The flow node nameShows whether this flow node instance has an incident related toThe key of incident if field incident is trueThe process definition key.The process instance key.getState()The state, one of ACTIVE, COMPLETED, TERMINATED.The tenant idThe path of keys from process instance to this flow node instance separated by '/'getType()The flow node typeinthashCode()incidentKey(String incidentKey) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(String flowNodeInstanceKey) voidsetFlowNodeName(String flowNodeName) voidsetIncident(Boolean incident) voidsetIncidentKey(String incidentKey) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidvoidsetTenantId(String tenantId) voidsetTreePath(String treePath) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
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:
-
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_TREE_PATH
- See Also:
-
JSON_PROPERTY_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
FlowNodeInstanceFilter
public FlowNodeInstanceFilter()
-
-
Method Details
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
The key of this flow node instance.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
incidentKey
-
getIncidentKey
The key of incident if field incident is true- Returns:
- incidentKey
-
setIncidentKey
-
state
-
getState
The state, one of ACTIVE, COMPLETED, TERMINATED.- Returns:
- state
-
setState
-
type
-
getType
The flow node type- Returns:
- type
-
setType
-
flowNodeId
-
getFlowNodeId
The flow node id- Returns:
- flowNodeId
-
setFlowNodeId
-
flowNodeName
-
getFlowNodeName
The flow node name- Returns:
- flowNodeName
-
setFlowNodeName
-
treePath
-
getTreePath
The path of keys from process instance to this flow node instance separated by '/'- Returns:
- treePath
-
setTreePath
-
incident
-
getIncident
Shows whether this flow node instance has an incident related to- Returns:
- incident
-
setIncident
-
tenantId
-
getTenantId
The tenant id- Returns:
- tenantId
-
setTenantId
-
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
-