|
Packages that use org.alfresco.service.cmr.action.ActionDefinition | ||
org.alfresco.repo.action.executer | ||
org.alfresco.service.cmr.action |
Fields in org.alfresco.repo.action.executer declared as ActionDefinition | |
protected ActionDefinition |
ActionExecuterAbstractBase.actionDefinition |
Methods in org.alfresco.repo.action.executer that return ActionDefinition | |
protected ActionDefinition |
ActionExecuterAbstractBase.createActionDefinition(String name) This method returns an instance of an ActionDefinition implementation class. |
ActionExecuterAbstractBase.getActionDefinition() Get rule action definition |
|
ActionExecuter.getActionDefinition() Get the action definition for the action |
Uses of ActionDefinition in org.alfresco.service.cmr.action |
Methods in org.alfresco.service.cmr.action that return ActionDefinition | |
ActionService.getActionDefinition(String name) Get a named action definition |
Methods in org.alfresco.service.cmr.action that return types with arguments of type ActionDefinition | |
ActionService.getActionDefinitions() Get all the action definitions |
|
ActionService.getActionDefinitions(NodeRef nodeRef) Get all the action definitions that are applicable for the given node, based on its type and aspects. |
|