Uses of Interface
io.automatiko.engine.api.workflow.EventDescription
-
Packages that use EventDescription Package Description io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow -
-
Uses of EventDescription in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return types with arguments of type EventDescription Modifier and Type Method Description default Set<EventDescription<?>>EventListener. getEventDescriptions()Returns unique set of event descriptions that this event listener is interested in. -
Uses of EventDescription in io.automatiko.engine.api.workflow
Classes in io.automatiko.engine.api.workflow that implement EventDescription Modifier and Type Class Description classAbstractEventDescription<T>classBaseEventDescriptionclassIOEventDescriptionMethods in io.automatiko.engine.api.workflow that return types with arguments of type EventDescription Modifier and Type Method Description Set<EventDescription<?>>ProcessInstance. events()Returns all active events that this process instance is capable of acting on.
-