Class BpmProcessElement

java.lang.Object
ch.ivyteam.ivy.bpm.error.BpmProcessElement

public class BpmProcessElement extends Object
An element in a process.
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id of the process element (pid)
    Returns the name of the process element
  • Method Details

    • getId

      public String getId()
      Returns the id of the process element (pid)
      Returns:
      id of the process element (pid)
      API:
      This public API is available in Java.
    • getName

      public String getName()
      Returns the name of the process element
      Returns:
      name of the process element
      API:
      This public API is available in Java.