Interface ElementSelector

All Known Subinterfaces:
BpmElementType, ElementTypeSelector

public interface ElementSelector
Selects a process element
Since:
9.1
API:
This is a public API.
  • Method Details

    • name

      BpmElement name(String name)
      Selects a process element by the given name.
      Parameters:
      name - process element name
      Returns:
      selected process element
      See Also:
      API:
      This public API is available in Java.
    • name

      Selects a process element by its name.
      Returns:
      name selector to further select a process element
      See Also:
      API:
      This public API is available in Java.
    • fieldId

      BpmElement fieldId(String fieldId)
      Selects a process element by the given field identifier. Example of a field identifier: f12
      Parameters:
      fieldId - the field identifier
      Returns:
      selected process element
      API:
      This public API is available in Java.