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 |
---|---|
ResourceStatus |
VerityCollection.get_ResourceStatus()
Deprecated.
Returns the value of the ResourceStatus property.
|
ResourceStatus |
StorageArea.get_ResourceStatus()
Returns the value of the ResourceStatus property.
|
ResourceStatus |
IndexArea.get_ResourceStatus()
Returns the value of the ResourceStatus property.
|
ResourceStatus |
CmTextSearchIndex.get_ResourceStatus()
Returns the value of the ResourceStatus property.
|
Modifier and Type | Method and Description |
---|---|
void |
VerityCollection.set_ResourceStatus(ResourceStatus value)
Deprecated.
Sets the value of the ResourceStatus property.
|
void |
StorageArea.set_ResourceStatus(ResourceStatus value)
Sets the value of the ResourceStatus property.
|
void |
IndexArea.set_ResourceStatus(ResourceStatus value)
Sets the value of the ResourceStatus property.
|
void |
CmTextSearchIndex.set_ResourceStatus(ResourceStatus value)
Sets the value of the ResourceStatus property.
|
Modifier and Type | Field and Description |
---|---|
static ResourceStatus |
ResourceStatus.CLOSED
Specifies that the index area, index, or storage area is no longer accepting new content.
|
static ResourceStatus |
ResourceStatus.FULL
Specifies that the index area, index, or storage area has reached its configured capacity and is no longer accepting new content.
|
static ResourceStatus |
ResourceStatus.OPEN
Specifies that the index area, index, or storage area is accepting new content.
|
static ResourceStatus |
ResourceStatus.STANDBY
Specifies that the index area, index, or storage area is not currently accepting new content, but can be brought into an open state.
|
static ResourceStatus |
ResourceStatus.UNAVAILABLE
Specifies that the index is permanently unavailable for searching and indexing.
|
Modifier and Type | Method and Description |
---|---|
static ResourceStatus |
ResourceStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.