Uses of Interface
com.filenet.api.collection.DocumentSet

Packages that use DocumentSet
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of DocumentSet in com.filenet.api.collection
 

Subinterfaces of DocumentSet in com.filenet.api.collection
 interface CodeModuleSet
          Represents a collection of CodeModule objects.
 interface PublishTemplateSet
          Represents a collection of PublishTemplate objects.
 interface WorkflowDefinitionSet
          Represents a collection of WorkflowDefinition objects.
 interface XMLPropertyMappingScriptSet
          Represents a collection of XMLPropertyMappingScript objects.
 

Uses of DocumentSet in com.filenet.api.core
 

Methods in com.filenet.api.core that return DocumentSet
 DocumentSet Document.get_ChildDocuments()
          Returns the value of the ChildDocuments property.
 DocumentSet Folder.get_ContainedDocuments()
          Returns the value of the ContainedDocuments property.
 DocumentSet Document.get_DependentDocuments()
          Returns the value of the DependentDocuments property.
 DocumentSet Document.get_DestinationDocuments()
          Returns the value of the DestinationDocuments property.
 DocumentSet Document.get_ParentDocuments()
          Returns the value of the ParentDocuments property.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.