Uses of Class
org.alfresco.rest.api.model.ActionDefinition
-
Packages that use ActionDefinition Package Description org.alfresco.rest.api org.alfresco.rest.api.actions org.alfresco.rest.api.impl org.alfresco.rest.api.nodes -
-
Uses of ActionDefinition in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return ActionDefinition Modifier and Type Method Description ActionDefinition
Actions. getActionDefinitionById(String actionDefinitionId)
Methods in org.alfresco.rest.api that return types with arguments of type ActionDefinition Modifier and Type Method Description CollectionWithPagingInfo<ActionDefinition>
Actions. getActionDefinitions(Parameters params)
CollectionWithPagingInfo<ActionDefinition>
Actions. getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters params)
-
Uses of ActionDefinition in org.alfresco.rest.api.actions
Methods in org.alfresco.rest.api.actions that return ActionDefinition Modifier and Type Method Description ActionDefinition
ActionDefinitionsEntityResource. readById(String id, Parameters parameters)
Methods in org.alfresco.rest.api.actions that return types with arguments of type ActionDefinition Modifier and Type Method Description CollectionWithPagingInfo<ActionDefinition>
ActionDefinitionsEntityResource. readAll(Parameters params)
-
Uses of ActionDefinition in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return ActionDefinition Modifier and Type Method Description ActionDefinition
ActionsImpl. getActionDefinitionById(String actionDefinitionId)
Methods in org.alfresco.rest.api.impl that return types with arguments of type ActionDefinition Modifier and Type Method Description CollectionWithPagingInfo<ActionDefinition>
ActionsImpl. getActionDefinitions(Parameters params)
CollectionWithPagingInfo<ActionDefinition>
ActionsImpl. getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters params)
-
Uses of ActionDefinition in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return types with arguments of type ActionDefinition Modifier and Type Method Description CollectionWithPagingInfo<ActionDefinition>
NodeActionDefinitionsRelation. readAll(String entityResourceId, Parameters params)
-