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.replication |
Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CenteraFixedContentDevice
Represents the description of an EMC Centera fixed content device.
|
interface |
CmAtmosFixedContentDevice
Represents the description of a EMC Atmos fixed content device.
|
interface |
CmHitachiFixedContentDevice
Represents the description of a Hitachi Content Platform fixed content storage device.
|
interface |
CmIsilonFixedContentDevice
Represents the description of a EMC Isilon fixed content device.
|
interface |
CMODFixedContentDevice
Represents the description of an IBM® Content Manager OnDemand (CMOD) external fixed content storage device.
|
interface |
GenericFixedContentDevice
Represents the description of a generic fixed content device.
|
interface |
IICEFixedContentDevice
Represents an external fixed content device accessible via an instance of IBM Content Integrator
(formerly known as Information Integrator Content Edition or IICE).
|
interface |
IMFixedContentDevice
Represents the description of a FileNet Image Services fixed content device.
|
interface |
SnapLockFixedContentDevice
Represents the description of a NetApp SnapLock fixed content device.
|
interface |
TivoliFixedContentDevice
Represents the description of an IBM® Tivoli® Storage Manager (TSM) server fixed content device.
|
Modifier and Type | Method and Description |
---|---|
FixedContentDevice |
FixedStorageArea.get_FixedContentDevice()
Returns the value of the FixedContentDevice property.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedStorageArea.set_FixedContentDevice(FixedContentDevice value)
Sets the value of the FixedContentDevice property.
|
Modifier and Type | Method and Description |
---|---|
static FixedContentDevice |
Factory.FixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
FixedContentDevice object based on the domain and ID specified. |
static FixedContentDevice |
Factory.FixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
FixedContentDevice class by the specified domain and ID. |
Modifier and Type | Method and Description |
---|---|
FixedContentDevice |
ContentFederatingRepository.get_FixedContentDevice()
Returns the value of the FixedContentDevice property.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentFederatingRepository.set_FixedContentDevice(FixedContentDevice value)
Sets the value of the FixedContentDevice property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.