Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.theme.relations.Predicate

Packages that use Predicate
org.nuxeo.theme.formats   
org.nuxeo.theme.relations   
 

Uses of Predicate in org.nuxeo.theme.formats
 

Methods in org.nuxeo.theme.formats that return Predicate
 Predicate FormatType.getPredicate()
           
 Predicate Format.getPredicate()
           
 Predicate DefaultFormat.getPredicate()
           
 

Uses of Predicate in org.nuxeo.theme.relations
 

Classes in org.nuxeo.theme.relations that implement Predicate
 class DefaultPredicate
           
 

Methods in org.nuxeo.theme.relations that return Predicate
 Predicate AbstractRelation.getPredicate()
           
 

Methods in org.nuxeo.theme.relations with parameters of type Predicate
 boolean Relation.hasPredicate(Predicate predicate)
           
 boolean AbstractRelation.hasPredicate(Predicate predicate)
           
 Collection<Relation> RelationStorage.search(Predicate predicate, List<Relate> relates)
           
 Collection<Relation> RelationStorage.search(Predicate predicate, Relate first)
           
 Collection<Relation> RelationStorage.search(Predicate predicate, Relate first, Relate second)
           
 Collection<Relation> RelationStorage.search(Predicate predicate, Relate first, Relate second, Relate third)
           
 void AbstractRelation.setPredicate(Predicate predicate)
           
 

Constructors in org.nuxeo.theme.relations with parameters of type Predicate
DyadicRelation(Predicate predicate, Relate first, Relate second)
           
MonadicRelation(Predicate predicate, Relate first)
           
TriadicRelation(Predicate predicate, Relate first, Relate second, Relate third)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.