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. clausesMethods in org.nuxeo.ecm.core.blob that return DefaultBlobDispatcher.Clause Modifier and Type Method Description protected DefaultBlobDispatcher.ClauseDefaultBlobDispatcher. getClause(String name)Methods in org.nuxeo.ecm.core.blob with parameters of type DefaultBlobDispatcher.Clause Modifier and Type Method Description protected booleanDefaultBlobDispatcher. compare(Object a, DefaultBlobDispatcher.Clause clause, boolean eqneq, IntPredicate predicate)protected ObjectDefaultBlobDispatcher. getValue(Document doc, Blob blob, String blobXPath, DefaultBlobDispatcher.Clause clause)protected booleanDefaultBlobDispatcher. 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)
-