Interface ElementSelector

    • Method Detail

      • name

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

        StringSelector<BpmElement> name()
        Selects a process element by its name.
        Returns:
        name selector to further select a process element
        See Also:
        name(String)
        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.