public class ActionUtils extends Object
| Constructor and Description |
|---|
ActionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
executeAction(Reference actionedUpon,
String actionName,
Map<String,String> parameters)
Executes an action with the provided parameters, returning the result if appropriate.
|
static String |
executeScript(Reference actionedUpon,
Reference script)
Executes a script against the actioned upon node.
|
public static String executeAction(Reference actionedUpon, String actionName, Map<String,String> parameters)
actionedUpon - the node that the aciton will action uponactionName - the action name (eg: 'ExecuteScript')parameters - the parameter values of the actionCopyright © 2005–2014 Alfresco Software. All rights reserved.