Uses of Class
com.filenet.api.constants.ResourceStatus

Packages that use ResourceStatus
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. 
 

Uses of ResourceStatus in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return ResourceStatus
 ResourceStatus IndexArea.get_ResourceStatus()
          Returns the value of the ResourceStatus property.
 ResourceStatus StorageArea.get_ResourceStatus()
          Returns the value of the ResourceStatus property.
 ResourceStatus VerityCollection.get_ResourceStatus()
          Returns the value of the ResourceStatus property.
 

Methods in com.filenet.api.admin with parameters of type ResourceStatus
 void IndexArea.set_ResourceStatus(ResourceStatus value)
          Sets the value of the ResourceStatus property.
 void StorageArea.set_ResourceStatus(ResourceStatus value)
          Sets the value of the ResourceStatus property.
 void VerityCollection.set_ResourceStatus(ResourceStatus value)
          Sets the value of the ResourceStatus property.
 

Uses of ResourceStatus in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as ResourceStatus
static ResourceStatus ResourceStatus.CLOSED
          Specifies that the storage or index area is no longer accepting new content.
static ResourceStatus ResourceStatus.FULL
          Specifies that the storage or index area has reached its configured capacity.
static ResourceStatus ResourceStatus.OPEN
          Specifies that the storage or index area is accepting new content.
static ResourceStatus ResourceStatus.STANDBY
          Specifies that the storage or index area is not currently accepting new content, but may be brought into an open state.
static ResourceStatus ResourceStatus.UNAVAILABLE
           
 

Methods in com.filenet.api.constants that return ResourceStatus
static ResourceStatus ResourceStatus.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.