org.nuxeo.theme.relations
Class RelationStorage
java.lang.Object
org.nuxeo.theme.relations.RelationStorage
- All Implemented Interfaces:
- Registrable
public final class RelationStorage
- extends Object
- implements Registrable
RelationStorage
public RelationStorage()
add
public void add(Relation relation)
remove
public void remove(Relation relation)
search
public Collection<Relation> search(Predicate predicate,
List<Relate> relates)
search
public Collection<Relation> search(Predicate predicate,
Relate first)
search
public Collection<Relation> search(Predicate predicate,
Relate first,
Relate second)
search
public Collection<Relation> search(Predicate predicate,
Relate first,
Relate second,
Relate third)
list
public 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
Copyright © 2011 Nuxeo SAS. All Rights Reserved.