Uses of Interface
org.alfresco.service.cmr.action.ActionDefinition
Packages that use ActionDefinition
Package
Description
-
Uses of ActionDefinition in org.alfresco.repo.action
Classes in org.alfresco.repo.action that implement ActionDefinitionMethods in org.alfresco.repo.action that return ActionDefinitionMethods in org.alfresco.repo.action that return types with arguments of type ActionDefinitionModifier and TypeMethodDescriptionActionServiceImpl.getActionDefinitions()ActionServiceImpl.getActionDefinitions(NodeRef nodeRef) -
Uses of ActionDefinition in org.alfresco.repo.action.executer
Fields in org.alfresco.repo.action.executer declared as ActionDefinitionModifier and TypeFieldDescriptionprotected ActionDefinitionActionExecuterAbstractBase.actionDefinitionMethods in org.alfresco.repo.action.executer that return ActionDefinitionModifier and TypeMethodDescriptionprotected ActionDefinitionActionExecuterAbstractBase.createActionDefinition(String name) This method returns an instance of an ActionDefinition implementation class.ActionExecuter.getActionDefinition()Get the action definition for the actionActionExecuterAbstractBase.getActionDefinition()Get rule action definition -
Uses of ActionDefinition in org.alfresco.repo.forms.processor.action
Methods in org.alfresco.repo.forms.processor.action that return ActionDefinitionModifier and TypeMethodDescriptionprotected ActionDefinitionActionFormProcessor.getTypedItem(Item item) Methods in org.alfresco.repo.forms.processor.action with parameters of type ActionDefinitionModifier and TypeMethodDescriptionprotected StringActionFormProcessor.getItemType(ActionDefinition item) protected StringActionFormProcessor.getItemURI(ActionDefinition item) protected ActionFormResultActionFormProcessor.internalPersist(ActionDefinition item, FormData data) protected ObjectActionFormProcessor.makeItemData(ActionDefinition item) -
Uses of ActionDefinition in org.alfresco.repo.jscript
Fields in org.alfresco.repo.jscript declared as ActionDefinitionConstructors in org.alfresco.repo.jscript with parameters of type ActionDefinitionModifierConstructorDescriptionScriptAction(ServiceRegistry services, Action action, ActionDefinition actionDef) Construct -
Uses of ActionDefinition in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement ActionDefinitionModifier and TypeClassDescriptionclassDeprecated.The RenditionService is being replace by the simpler async RenditionService2. -
Uses of ActionDefinition in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return ActionDefinitionModifier and TypeMethodDescriptionprotected ActionDefinitionAbstractRenderingEngine.createActionDefinition(String definitionName) Deprecated. -
Uses of ActionDefinition in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ActionDefinitionModifier and TypeMethodDescriptionActionService.getActionDefinition(String name) Get a named action definitionMethods in org.alfresco.service.cmr.action that return types with arguments of type ActionDefinitionModifier and TypeMethodDescriptionActionService.getActionDefinitions()Get all the action definitionsActionService.getActionDefinitions(NodeRef nodeRef) Get all the action definitions that are applicable for the given node, based on its type and aspects. -
Uses of ActionDefinition in org.alfresco.service.cmr.rendition
Subinterfaces of ActionDefinition in org.alfresco.service.cmr.renditionModifier and TypeInterfaceDescriptioninterfaceDeprecated.The RenditionService is being replace by the simpler async RenditionService2.