-
Packages that use AreaDeleteMethod 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.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. -
-
Uses of AreaDeleteMethod in com.filenet.api.admin
Methods in com.filenet.api.admin that return AreaDeleteMethod Modifier and Type Method and Description AreaDeleteMethodFixedStorageArea. get_DeleteMethod()Returns the value of the DeleteMethod property.AreaDeleteMethodFileStorageArea. get_DeleteMethod()Returns the value of the DeleteMethod property.AreaDeleteMethodContentCacheArea. get_DeleteMethod()Returns the value of the DeleteMethod property.AreaDeleteMethodCmAdvancedStorageArea. get_DeleteMethod()Returns the value of the DeleteMethod property.AreaDeleteMethodCmStorageDevice. get_DeleteMethodSupported()Returns the value of the DeleteMethodSupported property.Methods in com.filenet.api.admin with parameters of type AreaDeleteMethod Modifier and Type Method and Description voidFixedStorageArea. set_DeleteMethod(AreaDeleteMethod value)Sets the value of the DeleteMethod property.voidFileStorageArea. set_DeleteMethod(AreaDeleteMethod value)Sets the value of the DeleteMethod property.voidContentCacheArea. set_DeleteMethod(AreaDeleteMethod value)Sets the value of the DeleteMethod property.voidCmAdvancedStorageArea. 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 Modifier and Type Field and Description static AreaDeleteMethodAreaDeleteMethod. DESTRUCTIVEProvides secured delete at a moderate performance cost.static AreaDeleteMethodAreaDeleteMethod. PURGEProvides highly secured delete at a higher performance cost than destructive delete.static AreaDeleteMethodAreaDeleteMethod. STANDARDSpecifies 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 Modifier and Type Method and Description static AreaDeleteMethodAreaDeleteMethod. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of AreaDeleteMethod in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type AreaDeleteMethod Modifier and Type Method and Description booleanStorageDeviceHandler. backoutContent(Id contentId, long hashSequence, AreaDeleteMethod deleteMethod)Deletes an abandoned content item from the device.booleanStorageDeviceHandler. deleteContent(Id contentId, long hashSequence, AreaDeleteMethod deleteMethod, java.lang.String deviceIdentity)Delete a content item from the device.
-