Interface FlownodeInstanceFilter
- All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter
@Deprecated
public interface FlownodeInstanceFilter
extends TypedSearchQueryRequest.SearchRequestFilter
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionflowNodeId(String value) Deprecated.Filters flow node instances by flow node id.flowNodeInstanceKey(long value) Deprecated.Filters flow node instances by the specified key.flowNodeName(String value) Deprecated.Filters flow node instances by flow node name.incident(boolean value) Deprecated.Filters flow node instances by incident (has an incident)incidentKey(long value) Deprecated.Filters flow node instances by incident key.processDefinitionKey(long value) Deprecated.Filters flow node instances by process definition key.processInstanceKey(long value) Deprecated.Filters flow node instances by process instance key.Deprecated.Filters flow node instances by state.Deprecated.Filters flow node instances by tenant id.Deprecated.Filters flow node instances by tree path.Deprecated.Filters flow node instances by type.
-
Method Details
-
flowNodeInstanceKey
Deprecated.Filters flow node instances by the specified key.- Parameters:
value- the key of flow node instance- Returns:
- the updated filter
-
processDefinitionKey
Deprecated.Filters flow node instances by process definition key.- Parameters:
value- the process definition key of flow node instance- Returns:
- the updated filter
-
processInstanceKey
Deprecated.Filters flow node instances by process instance key.- Parameters:
value- the process instance key of flow node instance- Returns:
- the updated filter
-
flowNodeId
Deprecated.Filters flow node instances by flow node id.- Parameters:
value- the flow node id of flow node instance- Returns:
- the updated filter
-
flowNodeName
Deprecated.Filters flow node instances by flow node name.- Parameters:
value- the flow node name of flow node instance- Returns:
- the updated filter
-
state
Deprecated.Filters flow node instances by state.- Parameters:
value- the state of flow node instance- Returns:
- the updated filter
-
type
Deprecated.Filters flow node instances by type.- Parameters:
value- the type of flow node instance- Returns:
- the updated filter
-
incident
Deprecated.Filters flow node instances by incident (has an incident)- Parameters:
value- has the flow node instance an incident- Returns:
- the updated filter
-
incidentKey
Deprecated.Filters flow node instances by incident key.- Parameters:
value- the incident key for flow node instance- Returns:
- the updated filter
-
treePath
Deprecated.Filters flow node instances by tree path.- Parameters:
value- the tree path of flow node instance- Returns:
- the updated filter
-
tenantId
Deprecated.Filters flow node instances by tenant id.- Parameters:
value- the tenant id for flow node instance- Returns:
- the updated filter
-
ElementInstanceFilter