Modifier and Type | Class and Description |
---|---|
class |
ActionDefinitionImpl
Rule action implementation class
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionServiceImpl.getActionDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinition> |
ActionServiceImpl.getActionDefinitions() |
List<ActionDefinition> |
ActionServiceImpl.getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Modifier and Type | Field and Description |
---|---|
protected ActionDefinition |
ActionExecuterAbstractBase.actionDefinition |
Modifier and Type | Method and Description |
---|---|
protected ActionDefinition |
ActionExecuterAbstractBase.createActionDefinition(String name)
This method returns an instance of an ActionDefinition implementation class.
|
ActionDefinition |
ActionExecuterAbstractBase.getActionDefinition()
Get rule action definition
|
ActionDefinition |
ActionExecuter.getActionDefinition()
Get the action definition for the action
|
Modifier and Type | Method and Description |
---|---|
protected ActionDefinition |
ActionFormProcessor.getTypedItem(Item item) |
Modifier and Type | Method and Description |
---|---|
protected String |
ActionFormProcessor.getItemType(ActionDefinition item) |
protected String |
ActionFormProcessor.getItemURI(ActionDefinition item) |
protected ActionFormResult |
ActionFormProcessor.internalPersist(ActionDefinition item,
FormData data) |
protected Object |
ActionFormProcessor.makeItemData(ActionDefinition item) |
Modifier and Type | Field and Description |
---|---|
protected ActionDefinition |
ScriptAction.actionDef |
Constructor and Description |
---|
ScriptAction(ServiceRegistry services,
Action action,
ActionDefinition actionDef)
Construct
|
Modifier and Type | Class and Description |
---|---|
class |
RenderingEngineDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
protected ActionDefinition |
AbstractRenderingEngine.createActionDefinition(String definitionName) |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionService.getActionDefinition(String name)
Get a named action definition
|
Modifier and Type | Method and Description |
---|---|
List<ActionDefinition> |
ActionService.getActionDefinitions()
Get all the action definitions
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RenderingEngineDefinition
This class describes a rendering engine and defines what parameters can/must
be specified for that rendering engine.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.