Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
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. |
com.filenet.api.events |
Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to
extend Content Engine functionality and invoke it through the event mechanism.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CmAdvancedStorageArea
A storage area supporting these underlying advanced storage devices:
OpenStack cloud storage and file system storage.
|
interface |
DatabaseStorageArea
Represents a storage area for content elements stored in the database.
|
interface |
FileStorageArea
Represents a storage area for content elements stored in the file system.
|
interface |
FixedStorageArea
Represents a storage area for content elements stored in a fixed content device.
|
Modifier and Type | Method and Description |
---|---|
static StorageArea |
Factory.StorageArea.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
StorageArea class
by the specified object ID from the specified object store. |
StorageArea |
Document.get_StorageArea()
Returns the value of the StorageArea property.
|
StorageArea |
Annotation.get_StorageArea()
Returns the value of the StorageArea property.
|
static StorageArea |
Factory.StorageArea.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
StorageArea class from the specified object store. |
Modifier and Type | Method and Description |
---|---|
void |
VersionSeries.moveContent(StorageArea storageArea)
Moves the content data of an object to a new storage area.
|
void |
Document.moveContent(StorageArea storageArea)
Moves the content data of an object to a new storage area.
|
void |
Annotation.moveContent(StorageArea storageArea)
Moves the content data of an object to a new storage area.
|
void |
Document.set_StorageArea(StorageArea value)
Sets the value of the StorageArea property.
|
void |
Annotation.set_StorageArea(StorageArea value)
Sets the value of the StorageArea property.
|
Modifier and Type | Method and Description |
---|---|
StorageArea |
CmMoveContentEvent.get_CmSourceStorageArea()
Returns the value of the CmSourceStorageArea property.
|
StorageArea |
CmMoveContentEvent.get_CmTargetStorageArea()
Returns the value of the CmTargetStorageArea property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.