org.alfresco.www.ws.service.action._1_0
Interface ActionServiceSoapPort

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ActionServiceSoapBindingStub

public interface ActionServiceSoapPort
extends java.rmi.Remote


Method Summary
 ActionExecutionResult[] executeActions(ExecuteActions parameters)
          Executes actions.
 ActionItemDefinition[] getActionDefinitions(GetActionDefinitions parameters)
          Gets the available action definitions.
 GetActionItemDefinitionResponse getActionItemDefinition(GetActionItemDefinition parameters)
          Get a named action item definition.
 Action[] getActions(GetActions parameters)
          Gets the actions saved against a reference.
 ActionItemDefinition[] getConditionDefinitions(GetConditionDefinitions parameters)
          Gets the available condition definitions.
 Rule[] getRules(GetRules parameters)
          Gets the rules for a reference.
 GetRuleTypeResponse getRuleType(GetRuleType parameters)
          Get a named rule type.
 RuleType[] getRuleTypes(GetRuleTypes parameters)
          Gets the availble action types.
 RemoveActionsResponse removeActions(RemoveActions parameters)
          Removes saved actions.
 RemoveRulesResponse removeRules(RemoveRules parameters)
          Remove saved rules.
 Action[] saveActions(SaveActions parameters)
          Save actions against a given reference.
 Rule[] saveRules(SaveRules parameters)
          Save rules.
 

Method Detail

getConditionDefinitions

ActionItemDefinition[] getConditionDefinitions(GetConditionDefinitions parameters)
                                               throws java.rmi.RemoteException,
                                                      ActionFault
Gets the available condition definitions.

Throws:
java.rmi.RemoteException
ActionFault

getActionDefinitions

ActionItemDefinition[] getActionDefinitions(GetActionDefinitions parameters)
                                            throws java.rmi.RemoteException,
                                                   ActionFault
Gets the available action definitions.

Throws:
java.rmi.RemoteException
ActionFault

getActionItemDefinition

GetActionItemDefinitionResponse getActionItemDefinition(GetActionItemDefinition parameters)
                                                        throws java.rmi.RemoteException,
                                                               ActionFault
Get a named action item definition.

Throws:
java.rmi.RemoteException
ActionFault

getRuleTypes

RuleType[] getRuleTypes(GetRuleTypes parameters)
                        throws java.rmi.RemoteException,
                               ActionFault
Gets the availble action types.

Throws:
java.rmi.RemoteException
ActionFault

getRuleType

GetRuleTypeResponse getRuleType(GetRuleType parameters)
                                throws java.rmi.RemoteException,
                                       ActionFault
Get a named rule type.

Throws:
java.rmi.RemoteException
ActionFault

getActions

Action[] getActions(GetActions parameters)
                    throws java.rmi.RemoteException,
                           ActionFault
Gets the actions saved against a reference.

Throws:
java.rmi.RemoteException
ActionFault

saveActions

Action[] saveActions(SaveActions parameters)
                     throws java.rmi.RemoteException,
                            ActionFault
Save actions against a given reference.

Throws:
java.rmi.RemoteException
ActionFault

removeActions

RemoveActionsResponse removeActions(RemoveActions parameters)
                                    throws java.rmi.RemoteException,
                                           ActionFault
Removes saved actions.

Throws:
java.rmi.RemoteException
ActionFault

executeActions

ActionExecutionResult[] executeActions(ExecuteActions parameters)
                                       throws java.rmi.RemoteException,
                                              ActionFault
Executes actions.

Throws:
java.rmi.RemoteException
ActionFault

getRules

Rule[] getRules(GetRules parameters)
                throws java.rmi.RemoteException,
                       ActionFault
Gets the rules for a reference.

Throws:
java.rmi.RemoteException
ActionFault

saveRules

Rule[] saveRules(SaveRules parameters)
                 throws java.rmi.RemoteException,
                        ActionFault
Save rules.

Throws:
java.rmi.RemoteException
ActionFault

removeRules

RemoveRulesResponse removeRules(RemoveRules parameters)
                                throws java.rmi.RemoteException,
                                       ActionFault
Remove saved rules.

Throws:
java.rmi.RemoteException
ActionFault


Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.