Uses of Class
org.alfresco.rest.api.model.Action
-
Packages that use Action Package Description org.alfresco.rest.api org.alfresco.rest.api.actions org.alfresco.rest.api.impl -
-
Uses of Action in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Action Modifier and Type Method Description Action
Actions. executeAction(Action action, Parameters parameters)
Methods in org.alfresco.rest.api with parameters of type Action Modifier and Type Method Description Action
Actions. executeAction(Action action, Parameters parameters)
-
Uses of Action in org.alfresco.rest.api.actions
Methods in org.alfresco.rest.api.actions that return types with arguments of type Action Modifier and Type Method Description List<Action>
ActionExecutionsEntityResource. create(List<Action> entity, Parameters parameters)
Method parameters in org.alfresco.rest.api.actions with type arguments of type Action Modifier and Type Method Description List<Action>
ActionExecutionsEntityResource. create(List<Action> entity, Parameters parameters)
-
Uses of Action in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Action Modifier and Type Method Description Action
ActionsImpl. executeAction(Action action, Parameters parameters)
Methods in org.alfresco.rest.api.impl with parameters of type Action Modifier and Type Method Description Action
ActionsImpl. executeAction(Action action, Parameters parameters)
-