Class Action
java.lang.Object
org.alfresco.rest.api.model.rules.Action
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Action.Builderbuilder()booleanstatic ActionConverts service POJO action to REST model action.inthashCode()voidsetActionDefinitionId(String actionDefinitionId) voidsetParams(Map<String, Serializable> params) static ActiontoCompositeAction(List<Action> actions) Convert the REST model objects to composite action service POJO.toServiceModel(NodeRef nodeRef) Convert the REST model object to the equivalent service POJO.toString()
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
from
Converts service POJO action to REST model action. -
toServiceModel
Convert the REST model object to the equivalent service POJO.- Parameters:
nodeRef- The node reference.- Returns:
- The action service POJO.
-
toCompositeAction
Convert the REST model objects to composite action service POJO.- Parameters:
actions- List of actions.- Returns:
- The composite action service POJO.
-
getActionDefinitionId
-
setActionDefinitionId
-
getParams
-
setParams
-
toString
-
equals
-
hashCode
public int hashCode() -
builder
-