| Package | Description |
|---|---|
| org.alfresco.repo.webservice.action |
| Modifier and Type | Method and Description |
|---|---|
Action |
Rule.getAction()
Gets the action value for this Rule.
|
Action[] |
Action.getActions()
Gets the actions value for this Action.
|
Action[] |
ActionExecutionResult.getActions()
Gets the actions value for this ActionExecutionResult.
|
Action |
Action.getActions(int i) |
Action |
ActionExecutionResult.getActions(int i) |
Action[] |
ActionServiceSoapPort.getActions(Reference reference,
ActionFilter filter)
Gets the actions saved against a reference.
|
Action[] |
ActionWebService.getActions(Reference reference,
ActionFilter filter) |
Action |
Action.getCompensatingAction()
Gets the compensatingAction value for this Action.
|
Action[] |
ActionServiceSoapPort.saveActions(Reference reference,
Action[] actions)
Save actions against a given reference.
|
Action[] |
ActionWebService.saveActions(Reference reference,
Action[] webServiceActions) |
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionResult[] |
ActionServiceSoapPort.executeActions(Predicate predicate,
Action[] actions)
Executes actions.
|
ActionExecutionResult[] |
ActionWebService.executeActions(Predicate predicate,
Action[] webServiceActions) |
ActionExecutionResult[] |
ActionWebService.executeActionsImpl(Predicate predicate,
Action[] webServiceActions)
Execute actions implementation
|
void |
ActionServiceSoapPort.removeActions(Reference reference,
Action[] actions)
Removes saved actions.
|
void |
ActionWebService.removeActions(Reference reference,
Action[] webServiceActions) |
Action[] |
ActionServiceSoapPort.saveActions(Reference reference,
Action[] actions)
Save actions against a given reference.
|
Action[] |
ActionWebService.saveActions(Reference reference,
Action[] webServiceActions) |
void |
Rule.setAction(Action action)
Sets the action value for this Rule.
|
void |
Action.setActions(Action[] actions)
Sets the actions value for this Action.
|
void |
ActionExecutionResult.setActions(Action[] actions)
Sets the actions value for this ActionExecutionResult.
|
void |
Action.setActions(int i,
Action _value) |
void |
ActionExecutionResult.setActions(int i,
Action _value) |
void |
Action.setCompensatingAction(Action compensatingAction)
Sets the compensatingAction value for this Action.
|
| Constructor and Description |
|---|
Action(Reference actionReference,
String id,
String actionName,
String title,
String description,
NamedValue[] parameters,
Condition[] conditions,
Action compensatingAction,
Action[] actions) |
Action(Reference actionReference,
String id,
String actionName,
String title,
String description,
NamedValue[] parameters,
Condition[] conditions,
Action compensatingAction,
Action[] actions) |
ActionExecutionResult(Reference reference,
Action[] actions) |
Rule(Reference ruleReference,
Reference owningReference,
String[] ruleTypes,
String title,
String description,
boolean executeAsynchronously,
Action action) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.