Package ch.ivyteam.ivy.event
Enum Class SystemEventCategory
- All Implemented Interfaces:
Serializable,Comparable<SystemEventCategory>,java.lang.constant.Constable
Possible categories for
SystemEvent objects.- API:
- This is a public API.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription3rd 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).Used for events that originate in the workflow system
-
Enum Constant Details
-
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
Used for events that originate in the workflow system- API:
- This public API is available in Java.
-