Uses of Class
org.alfresco.rest.model.RestActionDefinitionModel
-
Packages that use RestActionDefinitionModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestActionDefinitionModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestActionDefinitionModel Modifier and Type Method Description RestActionDefinitionModelRestActionDefinitionModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestActionDefinitionModel Modifier and Type Method Description ModelAssertion<RestActionDefinitionModel>RestActionDefinitionModel. and()ModelAssertion<RestActionDefinitionModel>RestActionDefinitionModel. assertThat() -
Uses of RestActionDefinitionModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestActionDefinitionModel Modifier and Type Method Description RestActionDefinitionModelActions. getActionDefinitionById(java.lang.String actionDefinitionId)Get specific action definition using GET on '/action-definitions/{actionDefinitionId}'
-