org.pentaho.platform.engine.core.audit
Class MessageTypes

java.lang.Object
  extended by org.pentaho.platform.engine.core.audit.MessageTypes

public class MessageTypes
extends Object

Author:
James Dixon TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static String ACTION_SEQUENCE_END
           
static String ACTION_SEQUENCE_EXECUTE_CONDITIONAL
           
static String ACTION_SEQUENCE_FAILED
           
static String ACTION_SEQUENCE_START
           
static String COMPONENT_EXECUTE_END
           
static String COMPONENT_EXECUTE_FAILED
           
static String COMPONENT_EXECUTE_START
           
static String DEPRECATION_WARNING
           
static String END
           
static String EXECUTION
           
static String FAILED
           
static String INSTANCE_ATTRIBUTE
           
static String INSTANCE_END
           
static String INSTANCE_FAILED
           
static String INSTANCE_START
           
static String NOT_EXECUTED
           
static String PROCESS_END
           
static String PROCESS_ID_HTTP
           
static String PROCESS_ID_PORTLET
           
static String PROCESS_ID_SESSION
           
static String PROCESS_START
           
static String SESSION_END
           
static String SESSION_START
           
static String START
           
static String UNKNOWN_ENTRY
           
static String VALIDATION
           
 
Constructor Summary
MessageTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_START

public static String PROCESS_START

PROCESS_END

public static String PROCESS_END

INSTANCE_START

public static final String INSTANCE_START
See Also:
Constant Field Values

INSTANCE_END

public static final String INSTANCE_END
See Also:
Constant Field Values

INSTANCE_FAILED

public static final String INSTANCE_FAILED
See Also:
Constant Field Values

INSTANCE_ATTRIBUTE

public static final String INSTANCE_ATTRIBUTE
See Also:
Constant Field Values

SESSION_START

public static final String SESSION_START
See Also:
Constant Field Values

SESSION_END

public static final String SESSION_END
See Also:
Constant Field Values

ACTION_SEQUENCE_START

public static final String ACTION_SEQUENCE_START
See Also:
Constant Field Values

ACTION_SEQUENCE_END

public static final String ACTION_SEQUENCE_END
See Also:
Constant Field Values

ACTION_SEQUENCE_FAILED

public static final String ACTION_SEQUENCE_FAILED
See Also:
Constant Field Values

COMPONENT_EXECUTE_START

public static final String COMPONENT_EXECUTE_START
See Also:
Constant Field Values

COMPONENT_EXECUTE_END

public static final String COMPONENT_EXECUTE_END
See Also:
Constant Field Values

COMPONENT_EXECUTE_FAILED

public static final String COMPONENT_EXECUTE_FAILED
See Also:
Constant Field Values

DEPRECATION_WARNING

public static final String DEPRECATION_WARNING
See Also:
Constant Field Values

PROCESS_ID_SESSION

public static String PROCESS_ID_SESSION

PROCESS_ID_PORTLET

public static String PROCESS_ID_PORTLET

PROCESS_ID_HTTP

public static String PROCESS_ID_HTTP

START

public static final String START
See Also:
Constant Field Values

FAILED

public static final String FAILED
See Also:
Constant Field Values

NOT_EXECUTED

public static String NOT_EXECUTED

END

public static final String END
See Also:
Constant Field Values

VALIDATION

public static final String VALIDATION
See Also:
Constant Field Values

EXECUTION

public static final String EXECUTION
See Also:
Constant Field Values

UNKNOWN_ENTRY

public static String UNKNOWN_ENTRY

ACTION_SEQUENCE_EXECUTE_CONDITIONAL

public static String ACTION_SEQUENCE_EXECUTE_CONDITIONAL
Constructor Detail

MessageTypes

public MessageTypes()