Uses of Class
org.nuxeo.client.objects.Operation
-
Packages that use Operation Package Description org.nuxeo.client org.nuxeo.client.methods org.nuxeo.client.objects -
-
Uses of Operation in org.nuxeo.client
Methods in org.nuxeo.client that return Operation Modifier and Type Method Description OperationNuxeoClient. operation(java.lang.String operationId) -
Uses of Operation in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods that return types with arguments of type Operation Modifier and Type Method Description retrofit2.Call<Operation>OperationAPI. fetchOperation(java.lang.String operationId) -
Uses of Operation in org.nuxeo.client.objects
Methods in org.nuxeo.client.objects that return Operation Modifier and Type Method Description OperationOperation. context(java.lang.String key, java.lang.Object contextValue)OperationOperation. context(java.util.Map<java.lang.String,java.lang.Object> context)OperationOperation. input(java.lang.Object input)OperationOperation. param(java.lang.String key, java.lang.Object parameter)OperationOperation. parameters(java.util.Map<java.lang.String,java.lang.Object> parameters)OperationOperation. voidOperation(boolean value)Specific configuration *
-