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.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
AreaDeleteMethod |
FixedStorageArea.get_DeleteMethod()
Returns the value of the DeleteMethod property.
|
AreaDeleteMethod |
FileStorageArea.get_DeleteMethod()
Returns the value of the DeleteMethod property.
|
AreaDeleteMethod |
ContentCacheArea.get_DeleteMethod()
Returns the value of the DeleteMethod property.
|
AreaDeleteMethod |
CmAdvancedStorageArea.get_DeleteMethod()
Returns the value of the DeleteMethod property.
|
AreaDeleteMethod |
CmStorageDevice.get_DeleteMethodSupported()
Returns the value of the DeleteMethodSupported property.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedStorageArea.set_DeleteMethod(AreaDeleteMethod value)
Sets the value of the DeleteMethod property.
|
void |
FileStorageArea.set_DeleteMethod(AreaDeleteMethod value)
Sets the value of the DeleteMethod property.
|
void |
ContentCacheArea.set_DeleteMethod(AreaDeleteMethod value)
Sets the value of the DeleteMethod property.
|
void |
CmAdvancedStorageArea.set_DeleteMethod(AreaDeleteMethod value)
Sets the value of the DeleteMethod property.
|
Modifier and Type | Field and Description |
---|---|
static AreaDeleteMethod |
AreaDeleteMethod.DESTRUCTIVE
Provides secured delete at a moderate performance cost.
|
static AreaDeleteMethod |
AreaDeleteMethod.PURGE
Provides highly secured delete at a higher performance cost than destructive delete.
|
static AreaDeleteMethod |
AreaDeleteMethod.STANDARD
Specifies that content be deleted using the normal delete operation for the given device or file system.
|
Modifier and Type | Method and Description |
---|---|
static AreaDeleteMethod |
AreaDeleteMethod.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.