Class WorkflowSystemEventParameter

java.lang.Object
ch.ivyteam.ivy.workflow.WorkflowSystemEventParameter

public class WorkflowSystemEventParameter extends Object
The parameter object which is sent along with SystemEvents that are created with the WorkflowSystemEvent.
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the identifiers of the workflow entities that the associated event is about.
  • Method Details

    • getIds

      public List<Long> getIds()
      Get the identifiers of the workflow entities that the associated event is about.
      Returns:
      identifier list (never null)
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.