Collaboration API Documentation

com.filenet.bso.api.collaboration.data
Class ContainerInfo

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.data.ContainerInfo
All Implemented Interfaces:
java.io.Serializable

public class ContainerInfo
extends java.lang.Object
implements java.io.Serializable

The ContainerInfo class is a collection of data used to specify the containers that will be registered when a teamspace is created.

See Also:
CollaborationFactory, ContainerDefinition, Container, FolderContainer, Serialized Form

Constructor Summary
protected ContainerInfo()
           
  ContainerInfo(java.lang.String containerDefinitionID, com.filenet.wcm.api.Properties properties)
           
 
Method Summary
 java.lang.String getContainerDefinitionID()
          Returns the id of a container definition.
 com.filenet.wcm.api.Properties getContainerProperties()
          Returns a collection of Property objects that will be assigned to the container, may be null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerInfo

protected ContainerInfo()

ContainerInfo

public ContainerInfo(java.lang.String containerDefinitionID,
                     com.filenet.wcm.api.Properties properties)
Method Detail

getContainerDefinitionID

public java.lang.String getContainerDefinitionID()
Returns the id of a container definition.

Returns:
A String containing the id of a container definition.

getContainerProperties

public com.filenet.wcm.api.Properties getContainerProperties()
Returns a collection of Property objects that will be assigned to the container, may be null.

Returns:
A collection of Property objects.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.