Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.relations
Class RelationStorage

java.lang.Object
  extended by org.nuxeo.theme.relations.RelationStorage
All Implemented Interfaces:
Registrable

public final class RelationStorage
extends java.lang.Object
implements Registrable


Constructor Summary
RelationStorage()
           
 
Method Summary
 void add(Relation relation)
           
 void clear()
          This method is called when the object is unregistered.
 java.util.Collection<Relation> list()
           
 void remove(Relation relation)
           
 java.util.Collection<Relation> search(Predicate predicate, java.util.List<Relate> relates)
           
 java.util.Collection<Relation> search(Predicate predicate, Relate first)
           
 java.util.Collection<Relation> search(Predicate predicate, Relate first, Relate second)
           
 java.util.Collection<Relation> search(Predicate predicate, Relate first, Relate second, Relate third)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationStorage

public RelationStorage()
Method Detail

add

public void add(Relation relation)

remove

public void remove(Relation relation)

search

public java.util.Collection<Relation> search(Predicate predicate,
                                             java.util.List<Relate> relates)

search

public java.util.Collection<Relation> search(Predicate predicate,
                                             Relate first)

search

public java.util.Collection<Relation> search(Predicate predicate,
                                             Relate first,
                                             Relate second)

search

public java.util.Collection<Relation> search(Predicate predicate,
                                             Relate first,
                                             Relate second,
                                             Relate third)

list

public java.util.Collection<Relation> list()

clear

public void clear()
Description copied from interface: Registrable
This method is called when the object is unregistered. Clean up local variables here.

Specified by:
clear in interface Registrable

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.