public class ActionUtils
extends java.lang.Object
| Constructor and Description |
|---|
ActionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
executeAction(org.alfresco.webservice.types.Reference actionedUpon,
java.lang.String actionName,
java.util.Map parameters)
Executes an action with the provided parameters, returning the result if appropriate.
|
static java.lang.String |
executeScript(org.alfresco.webservice.types.Reference actionedUpon,
org.alfresco.webservice.types.Reference script)
Executes a script against the actioned upon node.
|
public static java.lang.String executeAction(org.alfresco.webservice.types.Reference actionedUpon,
java.lang.String actionName,
java.util.Map parameters)
actionedUpon - the node that the aciton will action uponactionName - the action name (eg: 'ExecuteScript')parameters - the parameter values of the actionpublic static java.lang.String executeScript(org.alfresco.webservice.types.Reference actionedUpon,
org.alfresco.webservice.types.Reference script)
actionedUpon - the actioned upon nodescript - the script nodeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.