Interface FlownodeInstanceFilter

All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter

@Deprecated public interface FlownodeInstanceFilter extends TypedSearchQueryRequest.SearchRequestFilter
Deprecated.
since 8.8 for removal in 8.9, replaced by ElementInstanceFilter
  • Method Details

    • flowNodeInstanceKey

      FlownodeInstanceFilter flowNodeInstanceKey(long value)
      Deprecated.
      Filters flow node instances by the specified key.
      Parameters:
      value - the key of flow node instance
      Returns:
      the updated filter
    • processDefinitionKey

      FlownodeInstanceFilter processDefinitionKey(long value)
      Deprecated.
      Filters flow node instances by process definition key.
      Parameters:
      value - the process definition key of flow node instance
      Returns:
      the updated filter
    • processInstanceKey

      FlownodeInstanceFilter processInstanceKey(long value)
      Deprecated.
      Filters flow node instances by process instance key.
      Parameters:
      value - the process instance key of flow node instance
      Returns:
      the updated filter
    • flowNodeId

      FlownodeInstanceFilter flowNodeId(String value)
      Deprecated.
      Filters flow node instances by flow node id.
      Parameters:
      value - the flow node id of flow node instance
      Returns:
      the updated filter
    • flowNodeName

      FlownodeInstanceFilter flowNodeName(String value)
      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

      FlownodeInstanceFilter incident(boolean value)
      Deprecated.
      Filters flow node instances by incident (has an incident)
      Parameters:
      value - has the flow node instance an incident
      Returns:
      the updated filter
    • incidentKey

      FlownodeInstanceFilter incidentKey(long value)
      Deprecated.
      Filters flow node instances by incident key.
      Parameters:
      value - the incident key for flow node instance
      Returns:
      the updated filter
    • treePath

      FlownodeInstanceFilter treePath(String value)
      Deprecated.
      Filters flow node instances by tree path.
      Parameters:
      value - the tree path of flow node instance
      Returns:
      the updated filter
    • tenantId

      FlownodeInstanceFilter tenantId(String value)
      Deprecated.
      Filters flow node instances by tenant id.
      Parameters:
      value - the tenant id for flow node instance
      Returns:
      the updated filter