Package com.saperion.constants
Enum Class SaConstants.ProtoEvents
- All Implemented Interfaces:
Serializable
,Comparable<SaConstants.ProtoEvents>
,Constable
- Enclosing class:
- SaConstants
Enumeration for audit event types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe EVENTADMIN.The EVENTARCHIVE.The EVENTCHECKIN.The EVENTCHECKOUT.The EVENTDELETE.The EVENTDOCFLOW.The EVENTEDIT.The EVENTERROR.The EVENTINDEX.The EVENTKORBENTRY.The EVENTLTANSREGISTRATION.The EVENTMASKINIT.The EVENTMASKLEAVE.The EVENTMASKQUERY.The EVENTMENULOAD.The EVENTPRINT.The EVENTRETENTION.The EVENTREVISE.The EVENTSHUTDOWN.The EVENTSIGN.The EVENTSTARTUP.The EVENTSYNCHRONIZE.The EVENTTIMER.The EVENTTRANSFER.The EVENTUSER.The EVENTVIEW.The EVENTVIEWERCLOSE.The EVENTVIEWERENDDOC.The EVENTVIEWEROPEN.The EVENTVIEWERSTARTDOC. -
Method Summary
Modifier and TypeMethodDescriptionstatic SaConstants.ProtoEvents
Returns the enum constant of this class with the specified name.static SaConstants.ProtoEvents[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EVENTUSER
The EVENTUSER. -
EVENTTRANSFER
The EVENTTRANSFER. -
EVENTERROR
The EVENTERROR. -
EVENTARCHIVE
The EVENTARCHIVE. -
EVENTREVISE
The EVENTREVISE. -
EVENTDELETE
The EVENTDELETE. -
EVENTADMIN
The EVENTADMIN. -
EVENTEDIT
The EVENTEDIT. -
EVENTPRINT
The EVENTPRINT. -
EVENTKORBENTRY
The EVENTKORBENTRY. -
EVENTTIMER
The EVENTTIMER. -
EVENTMASKINIT
The EVENTMASKINIT. -
EVENTMASKLEAVE
The EVENTMASKLEAVE. -
EVENTMASKQUERY
The EVENTMASKQUERY. -
EVENTSTARTUP
The EVENTSTARTUP. -
EVENTSHUTDOWN
The EVENTSHUTDOWN. -
EVENTDOCFLOW
The EVENTDOCFLOW. -
EVENTMENULOAD
The EVENTMENULOAD. -
EVENTINDEX
The EVENTINDEX. -
EVENTVIEW
The EVENTVIEW. -
EVENTSIGN
The EVENTSIGN. -
EVENTSYNCHRONIZE
The EVENTSYNCHRONIZE. -
EVENTVIEWEROPEN
The EVENTVIEWEROPEN. -
EVENTVIEWERCLOSE
The EVENTVIEWERCLOSE. -
EVENTVIEWERSTARTDOC
The EVENTVIEWERSTARTDOC. -
EVENTVIEWERENDDOC
The EVENTVIEWERENDDOC. -
EVENTLTANSREGISTRATION
The EVENTLTANSREGISTRATION. -
EVENTRETENTION
The EVENTRETENTION. -
EVENTCHECKOUT
The EVENTCHECKOUT. -
EVENTCHECKIN
The EVENTCHECKIN.
-
-
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
-