-
Packages that use DeviceRetentionMode 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. -
-
Uses of DeviceRetentionMode in com.filenet.api.admin
Methods in com.filenet.api.admin that return DeviceRetentionMode Modifier and Type Method and Description DeviceRetentionModeFixedStorageArea. get_CmDeviceRetentionMode()Returns the value of the CmDeviceRetentionMode property.Methods in com.filenet.api.admin with parameters of type DeviceRetentionMode Modifier and Type Method and Description voidFixedStorageArea. set_CmDeviceRetentionMode(DeviceRetentionMode value)Sets the value of the CmDeviceRetentionMode property. -
Uses of DeviceRetentionMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as DeviceRetentionMode Modifier and Type Field and Description static DeviceRetentionModeDeviceRetentionMode. ALIGNEDIndicates an alignment relative to a fixed content device.static DeviceRetentionModeDeviceRetentionMode. NOT_ALIGNEDIndicates no alignment relative to a fixed content device.Methods in com.filenet.api.constants that return DeviceRetentionMode Modifier and Type Method and Description static DeviceRetentionModeDeviceRetentionMode. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-