| Package | Description |
|---|---|
| org.alfresco.repo.webservice.action |
| 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
|
ActionItemDefinition[] |
ActionServiceSoapPort.getActionDefinitions()
Gets the available action definitions.
|
ActionItemDefinition[] |
ActionWebService.getActionDefinitions() |
ActionItemDefinition |
ActionServiceSoapPort.getActionItemDefinition(String name,
ActionItemDefinitionType definitionType)
Get a named action item definition.
|
ActionItemDefinition |
ActionWebService.getActionItemDefinition(String name,
ActionItemDefinitionType definitionType) |
ActionItemDefinition |
ActionWebService.getActionItemDefinitionImpl(String name,
ActionItemDefinitionType definitionType) |
Action[] |
ActionServiceSoapPort.getActions(Reference reference,
ActionFilter filter)
Gets the actions saved against a reference.
|
Action[] |
ActionWebService.getActions(Reference reference,
ActionFilter filter) |
ActionItemDefinition[] |
ActionServiceSoapPort.getConditionDefinitions()
Gets the available condition definitions.
|
ActionItemDefinition[] |
ActionWebService.getConditionDefinitions() |
Rule[] |
ActionServiceSoapPort.getRules(Reference reference,
RuleFilter ruleFilter)
Gets the rules for a reference.
|
Rule[] |
ActionWebService.getRules(Reference reference,
RuleFilter ruleFilter) |
RuleType |
ActionServiceSoapPort.getRuleType(String name)
Get a named rule type.
|
RuleType |
ActionWebService.getRuleType(String name) |
RuleType |
ActionWebService.getRuleTypeImpl(String name) |
RuleType[] |
ActionServiceSoapPort.getRuleTypes()
Gets the availble action types.
|
RuleType[] |
ActionWebService.getRuleTypes() |
RuleType[] |
ActionWebService.getRuleTypesImpl() |
void |
ActionServiceSoapPort.removeActions(Reference reference,
Action[] actions)
Removes saved actions.
|
void |
ActionWebService.removeActions(Reference reference,
Action[] webServiceActions) |
void |
ActionServiceSoapPort.removeRules(Reference reference,
Rule[] rules)
Remove saved rules.
|
void |
ActionWebService.removeRules(Reference reference,
Rule[] webServiceRules) |
void |
ActionWebService.removeRulesImpl(Reference reference,
Rule[] webServiceRules) |
Action[] |
ActionServiceSoapPort.saveActions(Reference reference,
Action[] actions)
Save actions against a given reference.
|
Action[] |
ActionWebService.saveActions(Reference reference,
Action[] webServiceActions) |
Rule[] |
ActionServiceSoapPort.saveRules(Reference reference,
Rule[] rules)
Save rules.
|
Rule[] |
ActionWebService.saveRules(Reference reference,
Rule[] webServiceRules) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.