|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class that implements the ContainerManager
interface provides functionality to add
and remove containers from a teamspace. A teamspace container provides an abstract method of storing and retrieving
objects within a teamspace.
ContainerDefinition
,
ContainersStore
,
Container
,
FolderContainer
Method Summary | |
Container |
getContainerByDefinitionID(java.lang.String containerDefinitionID)
Return a Container object based on the container's definition ID, may return null if that class of container has not been registered to the teamspace. |
Container |
getContainerOfContainee(int containeeObjectType,
java.lang.String containeeID)
Return a Container object based on the container's definition ID, may return null if that class of container has not been registered to the teamspace. |
java.util.Iterator |
getContainers()
Return an iterator over the collection of the Container objects registered for this teamspace. |
boolean |
hasContainer(java.lang.String containerDefinitionID)
Return true if a container defined by the container definition ID is registered with the teamspace. |
void |
registerContainers(ContainerInfo[] containerInfo)
Register Container objects with a teamspace. |
Method Detail |
public Container getContainerByDefinitionID(java.lang.String containerDefinitionID)
containerDefinitionID
- The definition ID of the container, required.
Container
or FolderContainer
interfaces.public Container getContainerOfContainee(int containeeObjectType, java.lang.String containeeID)
containeeObjectType
- The type of the Containee object, required.
containeeID
- The ID of a Containee object, required.
Container
or FolderContainer
interfaces.public java.util.Iterator getContainers()
Container
or FolderContainer
interfaces.public void registerContainers(ContainerInfo[] containerInfo) throws NonTeamspaceMemberException
containerInfo
- An array of BsoTeamspacContainerInfo
objects, required.public boolean hasContainer(java.lang.String containerDefinitionID)
containerDefinitionID
- The container definition ID. Required.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |