|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class that implements the ContainersStore
interface provides access to
ContainerDefinition
objects in the Collaboration Store. These objects define
containers that can be registered for use within a teamspace.
ContainerDefinition
,
Container
,
FolderContainer
,
Teamspace
,
ContainerManager
Method Summary | |
ContainerDefinition |
getContainerDefinitionByID(java.lang.String definitionID)
Return a ContainerDefinition object from the Collaboration Store
based on the unique container definition id. |
ContainerDefinition |
getContainerDefinitionBySymName(java.lang.String definitionSymName)
Return a ContainerDefinition container object from the Collaboration Store
based on the unique container definition id. |
java.util.Iterator |
getContainerDefinitions()
Return an iterator over the collection of ContainerDefinition objects
in the Collaboration Store. |
java.lang.String |
getContainerDefinitionsXML()
Return all the ContainerDefinition objects in the Collaboration Store,
returned as XML. |
ContainerDefinition |
getParentContainerByObjectType(int childObjectType)
Return the parent ContainerDefinition object based on the given child object type. |
ContainerDefinition |
getSubContainerDefinitionByID(java.lang.String definitionID)
Return a ContainerDefinition sub-container object from the Collaboration Store
based on the unique container definition id. |
ContainerDefinition |
getSubContainerDefinitionBySymName(java.lang.String definitionSymName)
Return a ContainerDefinition container object from the Collaboration Store
based on the unique container definition id. |
java.util.Iterator |
getSubContainerDefinitions()
Return an iterator over the collection of ContainerDefinition objects for sub-containers
in the Collaboration Store. |
java.lang.String |
getSubContainerDefinitionsXML()
Return all the ContainerDefinition sub-container objects in the Collaboration Store,
returned as XML. |
Method Detail |
public ContainerDefinition getContainerDefinitionByID(java.lang.String definitionID)
ContainerDefinition
object from the Collaboration Store
based on the unique container definition id.
definitionID
- The definition id of the container.
ContainerDefinition
object.public ContainerDefinition getContainerDefinitionBySymName(java.lang.String definitionSymName)
ContainerDefinition
container object from the Collaboration Store
based on the unique container definition id.
definitionSymName
- The symbolic name of the container.
ContainerDefinition
object.public java.util.Iterator getContainerDefinitions()
ContainerDefinition
objects
in the Collaboration Store.
ContainerDefinition
objects.public java.lang.String getContainerDefinitionsXML()
ContainerDefinition
objects in the Collaboration Store,
returned as XML.
String
.public ContainerDefinition getSubContainerDefinitionByID(java.lang.String definitionID)
ContainerDefinition
sub-container object from the Collaboration Store
based on the unique container definition id.
definitionID
- The definition id of the container.
ContainerDefinition
object.public ContainerDefinition getSubContainerDefinitionBySymName(java.lang.String definitionSymName)
ContainerDefinition
container object from the Collaboration Store
based on the unique container definition id.
definitionSymName
- The symbolic name of the container.
ContainerDefinition
object.public java.util.Iterator getSubContainerDefinitions()
ContainerDefinition
objects for sub-containers
in the Collaboration Store.
ContainerDefinition
objects.public java.lang.String getSubContainerDefinitionsXML()
ContainerDefinition
sub-container objects in the Collaboration Store,
returned as XML.
String
.public ContainerDefinition getParentContainerByObjectType(int childObjectType)
ContainerDefinition
object based on the given child object type.
childObjectType
- The object type of a child object of a parent container.
ContainerDefinition
object.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |