Package ch.ivyteam.ivy.bpm.error
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Returns the id of the process element (pid)StringgetName()Returns the name of the process element
-
-
-
Method Detail
-
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 IvyScript and Java. It has the visibility EXPERT.
-
getName
public String getName()
Returns the name of the process element- Returns:
- name of the process element
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-