com.adobe.icc.dbforms.obj
Class AuditLog.ActionType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.icc.dbforms.obj.AuditLog.ActionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
AuditLog

public static final class AuditLog.ActionType
extends java.lang.Enum

Enum for determining the action type for audit log. Any value if added must follow the last element of the enum.

See Also:
Serialized Form

Field Summary
static AuditLog.ActionType CREATE
           
static AuditLog.ActionType CUSTOM
           
static AuditLog.ActionType EMAIL
           
static AuditLog.ActionType EXPORT
           
static AuditLog.ActionType IMPORT
           
static AuditLog.ActionType PRINT
           
static AuditLog.ActionType PUBLISH
           
static AuditLog.ActionType READ
           
static AuditLog.ActionType REVERT
           
static AuditLog.ActionType SAVEASDRAFT
           
static AuditLog.ActionType SUBMIT
           
static AuditLog.ActionType UPDATE
           
 
Method Summary
static AuditLog.ActionType valueOf(java.lang.String name)
           
static AuditLog.ActionType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE

public static final AuditLog.ActionType CREATE

READ

public static final AuditLog.ActionType READ

UPDATE

public static final AuditLog.ActionType UPDATE

REVERT

public static final AuditLog.ActionType REVERT

SUBMIT

public static final AuditLog.ActionType SUBMIT

SAVEASDRAFT

public static final AuditLog.ActionType SAVEASDRAFT

PUBLISH

public static final AuditLog.ActionType PUBLISH

EMAIL

public static final AuditLog.ActionType EMAIL

PRINT

public static final AuditLog.ActionType PRINT

CUSTOM

public static final AuditLog.ActionType CUSTOM

EXPORT

public static final AuditLog.ActionType EXPORT

IMPORT

public static final AuditLog.ActionType IMPORT
Method Detail

values

public static AuditLog.ActionType[] values()

valueOf

public static AuditLog.ActionType valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]