public static class SecureOptions.ProcessingStatusOption extends EnumOption
| Modifier and Type | Field and Description |
|---|---|
static EnumOptionValue |
CausedException
Processing the document caused an exception
|
static EnumOptionValue |
NotIdentified
The document could not be indetified
|
static EnumOptionValue |
NotSupported
The document's file format is not supported
|
static EnumOptionValue |
Processed
The document was processed successfully
|
static EnumOptionValue |
Timeout
Processing the document timed out before it could complete
|
| Modifier and Type | Method and Description |
|---|---|
static EnumOptionValue[] |
getAll()
Get all predefinied Statuss
|
EnumOptionValue |
getDefault()
Gets the default value for this option.
|
EnumOptionValue |
mapId(int id)
Map a integer id to a value
|
EnumOptionValue |
mapId(java.lang.String id)
Map a string id to a value
|
getId, getLongDescription, getName, getShortDescription, getUid, isRequest, isResponse, toStringpublic static final EnumOptionValue Processed
public static final EnumOptionValue NotIdentified
public static final EnumOptionValue NotSupported
public static final EnumOptionValue CausedException
public static final EnumOptionValue Timeout
public EnumOptionValue getDefault()
EnumOptiongetDefault in class EnumOptionpublic static EnumOptionValue[] getAll()
public EnumOptionValue mapId(int id)
EnumOptionmapId in class EnumOptionid - The integer id of a value for this enumpublic EnumOptionValue mapId(java.lang.String id)
EnumOptionmapId in class EnumOptionid - The sting id of a value for this enumCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.