Package org.alfresco.rest.requests
Class Actions
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectexecuteAction(String actionDefinitionId, org.alfresco.utility.model.RepoTestModel targetNode) Execute action without parameters using POST on '/action-executions'org.json.JSONObjectexecuteAction(String actionDefinitionId, org.alfresco.utility.model.RepoTestModel targetNode, Map<String, Serializable> params) Execute action with parameters using POST on '/action-executions'getActionConstraintByName(String actionConstraintName) Get specific action constraint using GET on '/action-parameter-constraints/{actionConstraintName}'getActionDefinitionById(String actionDefinitionId) Get specific action definition using GET on '/action-definitions/{actionDefinitionId}'List available actions using GET on '/action-definitions'Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
Actions
-
-
Method Details
-
listActionDefinitions
List available actions using GET on '/action-definitions' -
executeAction
public org.json.JSONObject executeAction(String actionDefinitionId, org.alfresco.utility.model.RepoTestModel targetNode, Map<String, Serializable> params) Execute action with parameters using POST on '/action-executions' -
executeAction
public org.json.JSONObject executeAction(String actionDefinitionId, org.alfresco.utility.model.RepoTestModel targetNode) Execute action without parameters using POST on '/action-executions' -
getActionDefinitionById
Get specific action definition using GET on '/action-definitions/{actionDefinitionId}' -
getActionConstraintByName
Get specific action constraint using GET on '/action-parameter-constraints/{actionConstraintName}'
-