| Package | Description |
|---|---|
| org.alfresco.webservice.action |
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionResult[] |
ActionServiceSoapPort.executeActions(Predicate predicate,
Action[] actions)
Executes actions.
|
ActionExecutionResult[] |
ActionServiceSoapBindingStub.executeActions(Predicate predicate,
Action[] actions) |
ActionItemDefinition[] |
ActionServiceSoapPort.getActionDefinitions()
Gets the available action definitions.
|
ActionItemDefinition[] |
ActionServiceSoapBindingStub.getActionDefinitions() |
ActionItemDefinition |
ActionServiceSoapPort.getActionItemDefinition(String name,
ActionItemDefinitionType definitionType)
Get a named action item definition.
|
ActionItemDefinition |
ActionServiceSoapBindingStub.getActionItemDefinition(String name,
ActionItemDefinitionType definitionType) |
Action[] |
ActionServiceSoapPort.getActions(Reference reference,
ActionFilter filter)
Gets the actions saved against a reference.
|
Action[] |
ActionServiceSoapBindingStub.getActions(Reference reference,
ActionFilter filter) |
ActionItemDefinition[] |
ActionServiceSoapPort.getConditionDefinitions()
Gets the available condition definitions.
|
ActionItemDefinition[] |
ActionServiceSoapBindingStub.getConditionDefinitions() |
Rule[] |
ActionServiceSoapPort.getRules(Reference reference,
RuleFilter ruleFilter)
Gets the rules for a reference.
|
Rule[] |
ActionServiceSoapBindingStub.getRules(Reference reference,
RuleFilter ruleFilter) |
RuleType |
ActionServiceSoapPort.getRuleType(String name)
Get a named rule type.
|
RuleType |
ActionServiceSoapBindingStub.getRuleType(String name) |
RuleType[] |
ActionServiceSoapPort.getRuleTypes()
Gets the availble action types.
|
RuleType[] |
ActionServiceSoapBindingStub.getRuleTypes() |
void |
ActionServiceSoapPort.removeActions(Reference reference,
Action[] actions)
Removes saved actions.
|
void |
ActionServiceSoapBindingStub.removeActions(Reference reference,
Action[] actions) |
void |
ActionServiceSoapPort.removeRules(Reference reference,
Rule[] rules)
Remove saved rules.
|
void |
ActionServiceSoapBindingStub.removeRules(Reference reference,
Rule[] rules) |
Action[] |
ActionServiceSoapPort.saveActions(Reference reference,
Action[] actions)
Save actions against a given reference.
|
Action[] |
ActionServiceSoapBindingStub.saveActions(Reference reference,
Action[] actions) |
Rule[] |
ActionServiceSoapPort.saveRules(Reference reference,
Rule[] rules)
Save rules.
|
Rule[] |
ActionServiceSoapBindingStub.saveRules(Reference reference,
Rule[] rules) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.