Uses of Class
ru.curs.celesta.event.TriggerType
-
Packages that use TriggerType Package Description ru.curs.celesta.event Trigger event dispatching.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of TriggerType in ru.curs.celesta.event
Methods in ru.curs.celesta.event that return TriggerType Modifier and Type Method Description TriggerTypeTriggerQuery. getType()Returns trigger type parameter.static TriggerTypeTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerType[]TriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.curs.celesta.event with parameters of type TriggerType Modifier and Type Method Description voidTriggerDispatcher. fireTrigger(TriggerType type, Cursor cursor)<T extends Cursor>
voidTriggerDispatcher. registerTrigger(TriggerType type, Class<T> cursorClass, Consumer<? super T> consumer)TriggerQueryTriggerQuery. withType(TriggerType type)Sets trigger type parameter. -
Uses of TriggerType in ru.curs.celesta.score
Methods in ru.curs.celesta.score with parameters of type TriggerType Modifier and Type Method Description StringMaterializedView. getTriggerName(TriggerType type)
-