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 TriggerType
TriggerQuery. getType()
Returns trigger type parameter.static TriggerType
TriggerType. 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 void
TriggerDispatcher. fireTrigger(TriggerType type, Cursor cursor)
<T extends Cursor>
voidTriggerDispatcher. registerTrigger(TriggerType type, Class<T> cursorClass, Consumer<? super T> consumer)
TriggerQuery
TriggerQuery. 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 String
MaterializedView. getTriggerName(TriggerType type)
-