Package com.axelor.meta.schema.actions
Class ActionWS
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action
-
- com.axelor.meta.schema.actions.ActionWS
-
public class ActionWS extends Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActionWS.WSAction
-
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
-
Constructor Summary
Constructors Constructor Description ActionWS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(ActionHandler handler)
Integer
getConnectTimeout()
List<ActionWS.WSAction>
getMethods()
Integer
getReadTimeout()
String
getService()
-
Methods inherited from class com.axelor.meta.schema.actions.Action
checkPermission, execute, getActionId, getModel, getModuleToCheck, getName, getXmlId, setActionId, setModel, setModuleToCheck, setName, setXmlId, test, toExpression, toString, wrap, wrapper
-
-
-
-
Method Detail
-
getService
public String getService()
-
getConnectTimeout
public Integer getConnectTimeout()
-
getReadTimeout
public Integer getReadTimeout()
-
getMethods
public List<ActionWS.WSAction> getMethods()
-
evaluate
public Object evaluate(ActionHandler handler)
-
-