Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.model.predicates.LeafPredicate

Packages that use LeafPredicate
org.gcube.contentmanagement.contentmanager.stubs.model.predicates   
 

Uses of LeafPredicate in org.gcube.contentmanagement.contentmanager.stubs.model.predicates
 

Subclasses of LeafPredicate in org.gcube.contentmanagement.contentmanager.stubs.model.predicates
 class Bool
          Asserts that a leaf as a boolean value that satisfies a given constraint.
 class Calendar
          Asserts that a leaf has a calendar value that satisfies a given constraint.
 class Date
          Asserts that a leaf has a date value that satisfies a given constraint.
 class Num
          Asserts that a leaf as a numeric value that satisfies a given constraint.
 class RID
          Asserts that a leaf has a RID value that satisfies a given constraint.
 class Text
          Asserts that a leaf has a text value that satisfies a given constraint.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.predicates that return LeafPredicate
 LeafPredicate<?,?> TreePredicate.getIdPredicate()
          Returns the predicate on the node identifier.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.predicates with parameters of type LeafPredicate
static TreePredicate Predicates.id(LeafPredicate<?,?> idp, TreePredicate p)
          Adds a LeafPredicate on the identifier of nodes described by a TreePredicate.
 void TreePredicate.setIdPredicate(LeafPredicate<?,?> idp)
          Set a predicate on the node identifier.