Uses of Enum
org.alfresco.rest.api.model.rules.RuleTrigger
Packages that use RuleTrigger
-
Uses of RuleTrigger in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return RuleTriggerModifier and TypeMethodDescriptionstatic RuleTriggerstatic RuleTriggerReturns the enum constant of this type with the specified name.static RuleTrigger[]RuleTrigger.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.api.model.rules that return types with arguments of type RuleTriggerMethod parameters in org.alfresco.rest.api.model.rules with type arguments of type RuleTriggerModifier and TypeMethodDescriptionvoidRule.setTriggers(List<RuleTrigger> triggers) Rule.Builder.triggers(List<RuleTrigger> triggers)