com.filenet.bso.api.collaboration.store
Interface TemplatesStore
- public interface TemplatesStore
A class that implements the TemplatesStore
interface provides access to
Teamspace
objects in the Collaboration Store that are configured as templates.
- See Also:
Teamspace
Method Summary |
java.util.Iterator |
getTeamspaceTemplates()
Return an iterator over the collection of Teamspace objects
configured as templates in the Collaboration Store. |
java.lang.String |
getTeamspaceTemplatesXML(java.lang.String[] propertyNames)
Return an XML string containing all ContainerDefinition objects in the Collaboration Store. |
getTeamspaceTemplates
public java.util.Iterator getTeamspaceTemplates()
- Return an iterator over the collection of
Teamspace
objects
configured as templates in the Collaboration Store.
- Returns:
- An iterator over a collection of
Teamspace
objects.
getTeamspaceTemplatesXML
public java.lang.String getTeamspaceTemplatesXML(java.lang.String[] propertyNames)
- Return an XML string containing all
ContainerDefinition
objects in the Collaboration Store.
- Parameters:
propertyNames
- Array of teamspace template property names, may be null.
- Returns:
- An XML
String
.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.