Class 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 Detail

      • 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.