Uses of Interface
org.alfresco.service.cmr.action.ActionDefinition
-
-
Uses of ActionDefinition in org.alfresco.repo.action
Classes in org.alfresco.repo.action that implement ActionDefinition Modifier and Type Class Description classActionDefinitionImplRule action implementation classMethods in org.alfresco.repo.action that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionServiceImpl. getActionDefinition(java.lang.String name)Methods in org.alfresco.repo.action that return types with arguments of type ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>ActionServiceImpl. getActionDefinitions()java.util.List<ActionDefinition>ActionServiceImpl. getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef nodeRef) -
Uses of ActionDefinition in org.alfresco.repo.action.executer
Fields in org.alfresco.repo.action.executer declared as ActionDefinition Modifier and Type Field Description protected ActionDefinitionActionExecuterAbstractBase. actionDefinitionMethods in org.alfresco.repo.action.executer that return ActionDefinition Modifier and Type Method Description protected ActionDefinitionActionExecuterAbstractBase. createActionDefinition(java.lang.String name)This method returns an instance of an ActionDefinition implementation class.ActionDefinitionActionExecuter. getActionDefinition()Get the action definition for the actionActionDefinitionActionExecuterAbstractBase. 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 ActionDefinition Modifier and Type Method Description protected ActionDefinitionActionFormProcessor. getTypedItem(Item item)Methods in org.alfresco.repo.forms.processor.action with parameters of type ActionDefinition Modifier and Type Method Description protected java.lang.StringActionFormProcessor. getItemType(ActionDefinition item)protected java.lang.StringActionFormProcessor. getItemURI(ActionDefinition item)protected ActionFormResultActionFormProcessor. internalPersist(ActionDefinition item, FormData data)protected java.lang.ObjectActionFormProcessor. makeItemData(ActionDefinition item) -
Uses of ActionDefinition in org.alfresco.repo.jscript
Fields in org.alfresco.repo.jscript declared as ActionDefinition Modifier and Type Field Description protected ActionDefinitionScriptAction. actionDefConstructors in org.alfresco.repo.jscript with parameters of type ActionDefinition Constructor Description ScriptAction(ServiceRegistry services, Action action, ActionDefinition actionDef)Construct -
Uses of ActionDefinition in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement ActionDefinition Modifier and Type Class Description classRenderingEngineDefinitionImplDeprecated.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 ActionDefinition Modifier and Type Method Description protected ActionDefinitionAbstractRenderingEngine. createActionDefinition(java.lang.String definitionName)Deprecated. -
Uses of ActionDefinition in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionService. getActionDefinition(java.lang.String name)Get a named action definitionMethods in org.alfresco.service.cmr.action that return types with arguments of type ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>ActionService. getActionDefinitions()Get all the action definitionsjava.util.List<ActionDefinition>ActionService. getActionDefinitions(org.alfresco.service.cmr.repository.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.rendition Modifier and Type Interface Description interfaceRenderingEngineDefinitionDeprecated.The RenditionService is being replace by the simpler async RenditionService2.
-