Newer Version Available
Action Class
Namespace
Action Methods
These methods are for Action.
addInvocation()
Signature
public Invocable.Action addInvocation()
Return Value
Type: Invocable.Action
clearInvocations()
Signature
public Invocable.Action clearInvocations()
Return Value
Type: Invocable.Action
createCustomAction(type, namespace, name, version)
Signature
public static Invocable.Action createCustomAction(String type, String namespace, String name)
Parameters
Return Value
Type: Invocable.Action
createCustomAction(type, namespace, name)
Signature
public static Invocable.Action createCustomAction(String type, String namespace, String name)
Parameters
Return Value
Type: Invocable.Action
createCustomAction(type, name)
Signature
public static Invocable.Action createCustomAction(String type, String name)
Parameters
Return Value
Type: Invocable.Action
createStandardAction(type, version)
Signature
public static Invocable.Action createStandardAction(String type)
Parameters
Return Value
Type: Invocable.Action
createStandardAction(type)
Signature
public static Invocable.Action createStandardAction(String type)
Parameters
- type
- Type: String
- Type of invocable action.
Return Value
Type: Invocable.Action
invoke()
Signature
public List<Invocable.Action.Result> invoke()
Return Value
Type: List<Invocable.Action.Result>
isStandard()
Signature
public Boolean isStandard()
Return Value
Type: Boolean
This method returns true if the invocable action is a standard invocable action.
setInvocationParameter(parameterName, parameterValue)
Signature
public Invocable.Action setInvocationParameter(String parameterName, Object parameterValue)
Parameters
- parameterName
- Type: String
- Name of the invocable action parameter to set.
- parameterValue
- Type: Object
- Value to set the invocable action parameter to.
Return Value
Type: Invocable.Action
setInvocations(invocations)
Signature
public Invocable.Action setInvocations(List<Map<String,ANY>> invocations)
Return Value
Type: Invocable.Action