Nuxeo Enterprise Platform 5.4

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
 java.util.Collection<Relation> RelationStorage.list()
           
 java.util.Collection<Relation> RelationStorage.search(Predicate predicate, java.util.List<Relate> relates)
           
 java.util.Collection<Relation> RelationStorage.search(Predicate predicate, Relate first)
           
 java.util.Collection<Relation> RelationStorage.search(Predicate predicate, Relate first, Relate second)
           
 java.util.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.