Package com.alfresco.content.models
Class ActionBodyExec
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ActionBodyExec
-
-
Method Summary
Modifier and Type Method Description final StringgetActionDefinitionId()final UnitsetActionDefinitionId(@Json(name = "actionDefinitionId") String actionDefinitionId)final StringgetTargetId()The entity upon which to execute the action, typically a node ID or similar. final UnitsetTargetId(@Json(name = "targetId") String targetId)The entity upon which to execute the action, typically a node ID or similar. final Map<String, Object>getParams()final UnitsetParams(@Json(name = "params") Map<String, Object> params)-
-
Method Detail
-
getActionDefinitionId
final String getActionDefinitionId()
-
setActionDefinitionId
final Unit setActionDefinitionId(@Json(name = "actionDefinitionId") String actionDefinitionId)
-
getTargetId
final String getTargetId()
The entity upon which to execute the action, typically a node ID or similar.
-
setTargetId
final Unit setTargetId(@Json(name = "targetId") String targetId)
The entity upon which to execute the action, typically a node ID or similar.
-
-
-
-