Package com.lexmark.saperion
Enum Class AuditService.AuditEvents
- All Implemented Interfaces:
Serializable
,Comparable<AuditService.AuditEvents>
,Constable
- Enclosing interface:
- AuditService
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ADMIN.The ARCHIVE.The CHECKIN.The CHECKOUT.The DELETE.The DOCFLOW.The DOWNLOADThe EDIT.The ERROR.The INDEX.The KORBENTRY.The LOCKThe LTANSREGISTRATION.The MASKINIT.The MASKLEAVE.The MASKQUERY.The MENULOAD.The PRINT.The RETENTION.The REVISE.The SHUTDOWN.The SIGN.The STARTUP.The SYNCHRONIZE.The TIMER.The TRANSFER.The UNLOCKThe USER.The VIEW.The VIEWERCLOSE.The VIEWERENDDOC.The VIEWEROPEN.The VIEWERSTARTDOC. -
Method Summary
Modifier and TypeMethodDescriptionstatic AuditService.AuditEvents
Returns the enum constant of this class with the specified name.static AuditService.AuditEvents[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
USER
The USER. -
TRANSFER
The TRANSFER. -
ERROR
The ERROR. -
ARCHIVE
The ARCHIVE. -
REVISE
The REVISE. -
DELETE
The DELETE. -
ADMIN
The ADMIN. -
EDIT
The EDIT. -
PRINT
The PRINT. -
KORBENTRY
The KORBENTRY. -
TIMER
The TIMER. -
MASKINIT
The MASKINIT. -
MASKLEAVE
The MASKLEAVE. -
MASKQUERY
The MASKQUERY. -
STARTUP
The STARTUP. -
SHUTDOWN
The SHUTDOWN. -
DOCFLOW
The DOCFLOW. -
MENULOAD
The MENULOAD. -
INDEX
The INDEX. -
VIEW
The VIEW. -
SIGN
The SIGN. -
SYNCHRONIZE
The SYNCHRONIZE. -
VIEWEROPEN
The VIEWEROPEN. -
VIEWERCLOSE
The VIEWERCLOSE. -
VIEWERSTARTDOC
The VIEWERSTARTDOC. -
VIEWERENDDOC
The VIEWERENDDOC. -
LTANSREGISTRATION
The LTANSREGISTRATION. -
RETENTION
The RETENTION. -
CHECKOUT
The CHECKOUT. -
CHECKIN
The CHECKIN. -
LOCK
The LOCK -
UNLOCK
The UNLOCK -
DOWNLOAD
The DOWNLOAD
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-