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 |
ContentReferenceList
Deprecated.
As of release 5.0.0.
|
interface |
ContentTransferList
Deprecated.
As of release 5.0.0. Use ContentElementList.
|
Modifier and Type | Method and Description |
---|---|
static ContentElementList |
Factory.ContentElement.createList()
Creates a new instance of this collection class.
|
ContentElementList |
Document.get_ContentElements()
Returns the value of the ContentElements property.
|
ContentElementList |
Annotation.get_ContentElements()
Returns the value of the ContentElements property.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.set_ContentElements(ContentElementList value)
Sets the value of the ContentElements property.
|
void |
Annotation.set_ContentElements(ContentElementList value)
Sets the value of the ContentElements property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.