|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addResource(java.lang.String id)
|
XMLCollection |
getChildCollection(java.lang.String name)
|
int |
getChildCollectionCount()
Returnes a non-recursive count of child collections (i.e. immediate children) |
java.lang.String |
getName()
get the name given to this collection |
XMLCollection |
getParentCollection()
|
int |
getResourceCount()
|
java.util.Set |
getResources()
|
boolean |
hasResource(java.lang.String id)
|
java.lang.String[] |
listChildCollections()
|
void |
setChildCollection(java.lang.String childName,
XMLCollection childCollection)
Added to support parent-child collections |
void |
setName(java.lang.String name)
Set the name of this collection |
void |
setParentCollection(XMLCollection parentCollection)
Added to support parent-child collections |
void |
storeResource(java.lang.String id,
Resource res)
|
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Method Detail |
public void setName(java.lang.String name)
public java.lang.String getName()
public XMLCollection getParentCollection()
public void setParentCollection(XMLCollection parentCollection)
public int getChildCollectionCount()
public java.lang.String[] listChildCollections()
public XMLCollection getChildCollection(java.lang.String name)
public void setChildCollection(java.lang.String childName, XMLCollection childCollection)
public int getResourceCount()
public java.util.Set getResources()
public boolean hasResource(java.lang.String id)
public void addResource(java.lang.String id)
public void storeResource(java.lang.String id, Resource res)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |