Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use Relation
org.nuxeo.theme.relations   
 

Uses of Relation in org.nuxeo.theme.relations
 

Classes in org.nuxeo.theme.relations that implement Relation
 class AbstractRelation
           
 class DyadicRelation
           
 class MonadicRelation
           
 class TriadicRelation
           
 

Methods in org.nuxeo.theme.relations that return types with arguments of type Relation
 Collection<Relation> RelationStorage.list()
           
 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)
           
 

Methods in org.nuxeo.theme.relations with parameters of type Relation
 void RelationStorage.add(Relation relation)
           
 void RelationStorage.remove(Relation relation)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.