Interface ElementTypeSelector

All Superinterfaces:
ElementSelector

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

    Modifier and Type
    Method
    Description
    Selects a process element by its type.

    Methods inherited from interface ch.ivyteam.ivy.bpm.engine.client.element.ElementSelector

    fieldId, name, name
  • Method Details

    • type

      TypeSelector type()
      Selects a process element by its type.
      Returns:
      type selector for further select a process element
      API:
      This public API is available in Java.