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

Packages that use AreaDeleteMethod
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 AreaDeleteMethod in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return AreaDeleteMethod
 AreaDeleteMethod ContentCacheArea.get_DeleteMethod()
          Returns the value of the DeleteMethod property.
 AreaDeleteMethod FileStorageArea.get_DeleteMethod()
          Returns the value of the DeleteMethod property.
 AreaDeleteMethod FixedStorageArea.get_DeleteMethod()
          Returns the value of the DeleteMethod property.
 

Methods in com.filenet.api.admin with parameters of type AreaDeleteMethod
 void ContentCacheArea.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 FixedStorageArea.set_DeleteMethod(AreaDeleteMethod value)
          Sets the value of the DeleteMethod property.
 

Uses of AreaDeleteMethod in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as AreaDeleteMethod
static AreaDeleteMethod AreaDeleteMethod.DESTRUCTIVE
          Specifies that content be overwritten once with zeros before it's deleted.
static AreaDeleteMethod AreaDeleteMethod.PURGE
          Specifies that content be overwritten three times before it's deleted.
static AreaDeleteMethod AreaDeleteMethod.STANDARD
          Specifies that content be deleted using the normal delete operation for the given device or file system.
 

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



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