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 ActionConverts 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 TypeMethodDescriptionvoidRule.setActions(List<Action> actions) static ActionAction.toCompositeAction(List<Action> actions) Convert the REST model objects to composite action service POJO.