Uses of Class
org.nuxeo.wopi.Operation
-
Packages that use Operation Package Description org.nuxeo.wopi org.nuxeo.wopi.jaxrs -
-
Uses of Operation in org.nuxeo.wopi
Methods in org.nuxeo.wopi that return Operation Modifier and Type Method Description static Operation
Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation[]
Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Operation in org.nuxeo.wopi.jaxrs
Methods in org.nuxeo.wopi.jaxrs with parameters of type Operation Modifier and Type Method Description Object
FilesEndpoint. doPost(Operation operation)
Object
FilesEndpoint. doPostContents(Operation operation)
-