Uses of Class
org.alfresco.rest.core.v0.BaseAPI.RM_ACTIONS
-
Packages that use BaseAPI.RM_ACTIONS Package Description org.alfresco.rest.core.v0 org.alfresco.rest.v0 -
-
Uses of BaseAPI.RM_ACTIONS in org.alfresco.rest.core.v0
Methods in org.alfresco.rest.core.v0 that return BaseAPI.RM_ACTIONS Modifier and Type Method Description static BaseAPI.RM_ACTIONSBaseAPI.RM_ACTIONS. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseAPI.RM_ACTIONS[]BaseAPI.RM_ACTIONS. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BaseAPI.RM_ACTIONS in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 with parameters of type BaseAPI.RM_ACTIONS Modifier and Type Method Description org.apache.http.HttpResponseRMRolesAndActionsAPI. executeAction(String user, String password, String contentName, BaseAPI.RM_ACTIONS action)Perform an action on the given contentorg.apache.http.HttpResponseRMRolesAndActionsAPI. executeAction(String user, String password, String contentName, BaseAPI.RM_ACTIONS action, ZonedDateTime date)Perform an action on the given contentorg.apache.http.HttpResponseRMRolesAndActionsAPI. executeAction(String user, String password, String contentName, BaseAPI.RM_ACTIONS action, ZonedDateTime date, int status)Perform an action on the record folderorg.apache.http.HttpResponseRMRolesAndActionsAPI. executeActionAndExpectResponseCode(String user, String password, String contentName, BaseAPI.RM_ACTIONS action, int status)Perform an action on the given content
-