Uses of Class
org.nuxeo.ecm.core.blob.DefaultBlobDispatcher.Op
-
Packages that use DefaultBlobDispatcher.Op Package Description org.nuxeo.ecm.core.blob -
-
Uses of DefaultBlobDispatcher.Op in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob declared as DefaultBlobDispatcher.Op Modifier and Type Field Description DefaultBlobDispatcher.Op
DefaultBlobDispatcher.Clause. op
Methods in org.nuxeo.ecm.core.blob that return DefaultBlobDispatcher.Op Modifier and Type Method Description static DefaultBlobDispatcher.Op
DefaultBlobDispatcher.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultBlobDispatcher.Op[]
DefaultBlobDispatcher.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nuxeo.ecm.core.blob with parameters of type DefaultBlobDispatcher.Op Constructor Description Clause(String xpath, DefaultBlobDispatcher.Op op, Object value)
-