Enum Class SystemEventCategory

java.lang.Object
java.lang.Enum<SystemEventCategory>
ch.ivyteam.ivy.event.SystemEventCategory
All Implemented Interfaces:
Serializable, Comparable<SystemEventCategory>, java.lang.constant.Constable

public enum SystemEventCategory extends Enum<SystemEventCategory>
Possible categories for SystemEvent objects.
API:
This is a public API.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    3rd party code that is plugged into ivy (e.g.
    Used for events that originate in the workflow system
  • Enum Constant Details

    • THIRD_PARTY

      public static final SystemEventCategory THIRD_PARTY
      3rd party code that is plugged into ivy (e.g. custom PI or EventStartBean instances or Extension systems) can use this category to send events (to other 3rd party parts).
      API:
      This public API is available in Java.
    • WORKFLOW

      public static final SystemEventCategory WORKFLOW
      Used for events that originate in the workflow system
      API:
      This public API is available in Java.