Uses of Class
org.nuxeo.ecm.core.blob.DefaultBlobDispatcher.Clause
-
Packages that use DefaultBlobDispatcher.Clause Package Description org.nuxeo.ecm.core.blob -
-
Uses of DefaultBlobDispatcher.Clause in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob with type parameters of type DefaultBlobDispatcher.Clause Modifier and Type Field Description List<DefaultBlobDispatcher.Clause>
DefaultBlobDispatcher.Rule. clauses
Methods in org.nuxeo.ecm.core.blob that return DefaultBlobDispatcher.Clause Modifier and Type Method Description protected DefaultBlobDispatcher.Clause
DefaultBlobDispatcher. getClause(String name)
Methods in org.nuxeo.ecm.core.blob with parameters of type DefaultBlobDispatcher.Clause Modifier and Type Method Description protected boolean
DefaultBlobDispatcher. compare(Object a, DefaultBlobDispatcher.Clause clause, boolean eqneq, IntPredicate predicate)
protected Object
DefaultBlobDispatcher. getValue(Document doc, Blob blob, String blobXPath, DefaultBlobDispatcher.Clause clause)
protected boolean
DefaultBlobDispatcher. match(Object value, DefaultBlobDispatcher.Clause clause)
Constructor parameters in org.nuxeo.ecm.core.blob with type arguments of type DefaultBlobDispatcher.Clause Constructor Description Rule(List<DefaultBlobDispatcher.Clause> clauses, String providerId)
-