Uses of Class
org.alfresco.rest.core.v0.RMEvents
-
Packages that use RMEvents Package Description org.alfresco.rest.core.v0 org.alfresco.rest.v0 -
-
Uses of RMEvents in org.alfresco.rest.core.v0
Methods in org.alfresco.rest.core.v0 that return RMEvents Modifier and Type Method Description static RMEventsRMEvents. valueOf(String name)Returns the enum constant of this type with the specified name.static RMEvents[]RMEvents. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RMEvents in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 with parameters of type RMEvents Modifier and Type Method Description org.apache.http.HttpResponseRMRolesAndActionsAPI. completeEvent(String user, String password, String nodeName, RMEvents event, Instant date)Complete an event on the record/record folderorg.apache.http.HttpResponseRMRolesAndActionsAPI. undoEvent(String user, String password, String contentName, RMEvents event)Undo an event on the record/record folder
-