Class FlowNodeInstanceFilterRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceFilterRequest
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceFilterRequest
extends Object
Deprecated.
FlowNodeInstanceFilterRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.flowNodeId(String flowNodeId) Deprecated.flowNodeInstanceKey(Long flowNodeInstanceKey) Deprecated.flowNodeName(String flowNodeName) Deprecated.Deprecated.The flow node idDeprecated.The key of this flow node instance.Deprecated.The flow node nameDeprecated.Shows whether this flow node instance has an incident related toDeprecated.The key of incident if field incident is trueDeprecated.The process definition key.Deprecated.The process instance key.getState()Deprecated.The state, one of ACTIVE, COMPLETED, TERMINATED.Deprecated.The tenant idDeprecated.The path of keys from process instance to this flow node instance separated by '/'getType()Deprecated.The flow node typeinthashCode()Deprecated.Deprecated.incidentKey(Long incidentKey) Deprecated.processDefinitionKey(Long processDefinitionKey) Deprecated.processInstanceKey(Long processInstanceKey) Deprecated.voidsetFlowNodeId(String flowNodeId) Deprecated.voidsetFlowNodeInstanceKey(Long flowNodeInstanceKey) Deprecated.voidsetFlowNodeName(String flowNodeName) Deprecated.voidsetIncident(Boolean incident) Deprecated.voidsetIncidentKey(Long incidentKey) Deprecated.voidsetProcessDefinitionKey(Long processDefinitionKey) Deprecated.voidsetProcessInstanceKey(Long processInstanceKey) Deprecated.voidDeprecated.voidsetTenantId(String tenantId) Deprecated.voidsetTreePath(String treePath) Deprecated.voidDeprecated.Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.Deprecated.
-
Field Details
-
JSON_PROPERTY_FLOW_NODE_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_INCIDENT_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_STATE
Deprecated.- See Also:
-
JSON_PROPERTY_TYPE
Deprecated.- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
Deprecated.- See Also:
-
JSON_PROPERTY_FLOW_NODE_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_TREE_PATH
Deprecated.- See Also:
-
JSON_PROPERTY_INCIDENT
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
FlowNodeInstanceFilterRequest
public FlowNodeInstanceFilterRequest()Deprecated.
-
-
Method Details
-
flowNodeInstanceKey
Deprecated. -
getFlowNodeInstanceKey
Deprecated.The key of this flow node instance.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
Deprecated. -
processInstanceKey
Deprecated. -
getProcessInstanceKey
Deprecated.The process instance key.- Returns:
- processInstanceKey
-
setProcessInstanceKey
Deprecated. -
processDefinitionKey
Deprecated. -
getProcessDefinitionKey
Deprecated.The process definition key.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
Deprecated. -
incidentKey
Deprecated. -
getIncidentKey
Deprecated.The key of incident if field incident is true- Returns:
- incidentKey
-
setIncidentKey
Deprecated. -
state
Deprecated. -
getState
Deprecated.The state, one of ACTIVE, COMPLETED, TERMINATED.- Returns:
- state
-
setState
Deprecated. -
type
Deprecated. -
getType
Deprecated.The flow node type- Returns:
- type
-
setType
Deprecated. -
flowNodeId
Deprecated. -
getFlowNodeId
Deprecated.The flow node id- Returns:
- flowNodeId
-
setFlowNodeId
Deprecated. -
flowNodeName
Deprecated. -
getFlowNodeName
Deprecated.The flow node name- Returns:
- flowNodeName
-
setFlowNodeName
Deprecated. -
treePath
Deprecated. -
getTreePath
Deprecated.The path of keys from process instance to this flow node instance separated by '/'- Returns:
- treePath
-
setTreePath
Deprecated. -
incident
Deprecated. -
getIncident
Deprecated.Shows whether this flow node instance has an incident related to- Returns:
- incident
-
setIncident
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant id- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-