public class N1RelationCollectorList
extends java.lang.Object
Constructor and Description |
---|
N1RelationCollectorList() |
Modifier and Type | Method and Description |
---|---|
void |
drop(OdsCacheIF cache)
Drop the collection.
|
N1RelationCollector |
get(T_LONGLONG aeID,
java.lang.String idAttr)
Get the collector belongs to the given arguments.
|
int |
size()
Get the total number of relation to be dropped.
|
public N1RelationCollector get(T_LONGLONG aeID, java.lang.String idAttr)
aeID
- the application element id.idAttr
- the ID attribute namepublic int size()
public void drop(OdsCacheIF cache) throws AoException
cache
- the ASAM ODS cache.AoException
- when ASAM ODS fails.