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 RelationStorage()
public Collection<Relation> search(Predicate predicate, Relate first)
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 © 2016 Nuxeo SA. All rights reserved.