Package org.alfresco.repo.jscript
Class Actions
java.lang.Object
org.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.jscript.BaseScopableProcessorExtension
org.alfresco.repo.jscript.Actions
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension,Scopeable
Scripted Action service for describing and executing actions against Nodes.
- Author:
- davidc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an ActionString[]Gets the list of registered action namesvoidsetServiceRegistry(ServiceRegistry serviceRegistry) Set the service registryMethods inherited from class org.alfresco.repo.jscript.BaseScopableProcessorExtension
getScope, setScopeMethods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
Constructor Details
-
Actions
public Actions()
-
-
Method Details
-
setServiceRegistry
Set the service registry- Parameters:
serviceRegistry- the service registry
-
getRegistered
Gets the list of registered action names- Returns:
- the registered action names
-
create
Create an Action- Parameters:
actionName- the action name- Returns:
- the action
-