public final class RelationStorage extends Object implements Registrable
Constructor and Description |
---|
RelationStorage() |
Modifier and Type | Method and Description |
---|---|
void |
add(Relation relation) |
void |
clear()
This method is called when the object is unregistered.
|
Collection<Relation> |
list() |
void |
remove(Relation relation) |
Collection<Relation> |
search(Predicate predicate,
List<Relate> relates) |
Collection<Relation> |
search(Predicate predicate,
Relate first) |
Collection<Relation> |
search(Predicate predicate,
Relate first,
Relate second) |
Collection<Relation> |
search(Predicate predicate,
Relate first,
Relate second,
Relate third) |
public void add(Relation relation)
public void remove(Relation relation)
public Collection<Relation> search(Predicate predicate, List<Relate> relates)
public Collection<Relation> search(Predicate predicate, Relate first)
public Collection<Relation> search(Predicate predicate, Relate first, Relate second)
public Collection<Relation> search(Predicate predicate, Relate first, Relate second, Relate third)
public Collection<Relation> list()
public void clear()
Registrable
clear
in interface Registrable
Copyright © 2013 Nuxeo SA. All Rights Reserved.