Package | Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
CodeModuleSet
Deprecated.
As of release 5.0.0.
|
interface |
PublishTemplateSet
Deprecated.
As of release 5.0.0.
|
interface |
StoredSearchSet
Represents a collection of
StoredSearch objects. |
interface |
WorkflowDefinitionSet
Represents a collection of
WorkflowDefinition objects. |
interface |
XMLPropertyMappingScriptSet
Represents a collection of
XMLPropertyMappingScript objects. |
Modifier and Type | Method and Description |
---|---|
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, 2015. All rights reserved.