|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes that implement the ContainerDefinition
define containers
that can optionally be added to a teamspace.
Teamspace
,
Container
,
FolderContainer
Method Summary | |
java.util.Iterator |
getContaineeObjectTypes()
Return an iterator over a collection of Integers that specify the object types of the objects that may reside in the container. |
java.lang.String |
getDefinitionID()
Return the ID of the collaboration container definition in the Collaboration Store. |
java.lang.String |
getDescription()
Return the description of the container definition. |
java.lang.String |
getFolderClassSymname()
Return the symbolic name of the Content Engine Folder class which is the basis for the container. |
java.lang.String |
getFolderName()
Return the name to assign to the Content Engine Folder object which is the basis for the container. |
java.lang.String |
getJavaClass()
Return the Java class name of a class that implements either the Container
or FolderContainer interface. |
java.lang.String |
getLabel()
Return a name label for the container definition. |
java.lang.String |
getParentDefinitionID()
Return the definition ID of the collaboration container of which this container is a subcontainer. |
java.util.Iterator |
getSubContainerObjectTypes()
Return an iterator over a collection of Integers that specify the object types of the subcontainers that may reside in the container. |
java.lang.String |
getSymbolicName()
Return the symbolic name of the container definition. |
boolean |
isFolderBased()
Return true if the Java container class implements the FolderContainer interface. |
Method Detail |
public java.lang.String getDefinitionID()
String
containing the container definition ID.public java.lang.String getParentDefinitionID()
String
containing the container definition ID of parent container.public java.lang.String getLabel()
String
containing the name label.public java.lang.String getDescription()
String
containing the description.public java.lang.String getSymbolicName()
String
containing the symbolic name of the container definition.public java.lang.String getJavaClass()
Container
or FolderContainer
interface. This is the class that a teamspace instantiates
when the container is registered.
String
containing a Java class name.public boolean isFolderBased()
FolderContainer
interface.
boolean
value.public java.lang.String getFolderClassSymname()
Folder
class which is the basis for the container.
Returns null if the container is not folder-based.
String
containing a symbolic name for a folder class.public java.lang.String getFolderName()
Folder
object which is the basis for the container.
Returns null if the container is not folder-based, or if the container definition is for a subcontainer.
String
containing the name to assign to the folder object.public java.util.Iterator getContaineeObjectTypes()
Iterator
containing the object types of the container's containees.public java.util.Iterator getSubContainerObjectTypes()
Iterator
containing the object types of the container's subcontainers.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |