Uses of Class
org.alfresco.rest.api.model.rules.Action
Packages that use Action
-
Uses of Action in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return ActionModifier and TypeMethodDescriptionAction.Builder.create()
static Action
Converts service POJO action to REST model action.Methods in org.alfresco.rest.api.model.rules that return types with arguments of type ActionMethod parameters in org.alfresco.rest.api.model.rules with type arguments of type ActionModifier and TypeMethodDescriptionvoid
Rule.setActions
(List<Action> actions) static Action
Action.toCompositeAction
(List<Action> actions) Convert the REST model objects to composite action service POJO.