|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageArea | |
---|---|
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. |
Uses of StorageArea in com.filenet.api.admin |
---|
Subinterfaces of StorageArea in com.filenet.api.admin | |
---|---|
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. |
Uses of StorageArea in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return StorageArea | |
---|---|
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 |
Annotation.get_StorageArea()
Returns the value of the StorageArea property. |
StorageArea |
Document.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. |
Methods in com.filenet.api.core with parameters of type StorageArea | |
---|---|
void |
Annotation.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 |
VersionSeries.moveContent(StorageArea storageArea)
Moves the content data of an object to a new storage area. |
void |
Annotation.set_StorageArea(StorageArea value)
Sets the value of the StorageArea property. |
void |
Document.set_StorageArea(StorageArea value)
Sets the value of the StorageArea property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |