-
Packages that use StorageDeviceHandler.ValidationStatus Package Description 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 StorageDeviceHandler.ValidationStatus in com.filenet.api.engine
Methods in com.filenet.api.engine that return StorageDeviceHandler.ValidationStatus Modifier and Type Method and Description StorageDeviceHandler.ValidationStatusStorageDeviceHandler.ContentValidationResult. status()static StorageDeviceHandler.ValidationStatusStorageDeviceHandler.ValidationStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StorageDeviceHandler.ValidationStatus[]StorageDeviceHandler.ValidationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.filenet.api.engine with parameters of type StorageDeviceHandler.ValidationStatus Constructor and Description ContentValidationResult(StorageDeviceHandler.ValidationStatus status, long actualSize, java.lang.String message)Constructor.
-