public static enum AccessLogParser.EntryType extends Enum<AccessLogParser.EntryType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AccessLogParser.EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessLogParser.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessLogParser.EntryType Login_To_VRE
public static final AccessLogParser.EntryType Generic_Entry
public static final AccessLogParser.EntryType Simple_Search
public static final AccessLogParser.EntryType Advanced_Search
public static final AccessLogParser.EntryType Browse_Collection
public static final AccessLogParser.EntryType Retrieve_Content
public static final AccessLogParser.EntryType Quick_Search
public static final AccessLogParser.EntryType Google_Search
public static final AccessLogParser.EntryType HL_FOLDER_ITEM_CREATED
public static final AccessLogParser.EntryType HL_FOLDER_ITEM_REMOVED
public static final AccessLogParser.EntryType HL_FOLDER_ITEM_IMPORTED
public static final AccessLogParser.EntryType HL_ITEM_SENT
public static final AccessLogParser.EntryType HL_WORKSPACE_CREATED
public static final AccessLogParser.EntryType SCRIPT_CREATED
public static final AccessLogParser.EntryType SCRIPT_REMOVED
public static final AccessLogParser.EntryType SCRIPT_LAUNCHED
public static final AccessLogParser.EntryType TS_CSV_IMPORTED
public static final AccessLogParser.EntryType TS_CURATION_STARTED
public static final AccessLogParser.EntryType TS_CURATION_CLOSED
public static final AccessLogParser.EntryType TS_TIMESERIES_SAVED
public static final AccessLogParser.EntryType TS_TIMESERIES_PUBLISHED
public static final AccessLogParser.EntryType Create_Annotation
public static final AccessLogParser.EntryType Edit_Annotation
public static final AccessLogParser.EntryType Delete_Annotation
public static final AccessLogParser.EntryType CREATED_WORKFLOWREPORT_OUTPUT
public static final AccessLogParser.EntryType DELETED_WORKFLOWREPORT_OUTPUT
public static final AccessLogParser.EntryType CREATE_REPORT
public static final AccessLogParser.EntryType GENERATE_REPORT_OUTPUT
public static final AccessLogParser.EntryType OPEN_REPORT
public static final AccessLogParser.EntryType OPEN_WORKFLOW_REPORT
public static final AccessLogParser.EntryType SAVE_WORKFLOW_REPORT
public static final AccessLogParser.EntryType CREATE_TEMPLATE
public static final AccessLogParser.EntryType OPEN_TEMPLATE
public static final AccessLogParser.EntryType WEB_APPLICATION_DEPLOYED
public static final AccessLogParser.EntryType WEB_APPLICATION_ACTIVATED
public static final AccessLogParser.EntryType WEB_APPLICATION_DEACTIVATED
public static final AccessLogParser.EntryType WEB_APPLICATION_UNDEPLOYED
public static final AccessLogParser.EntryType WAR_UPLOADED
public static final AccessLogParser.EntryType WAR_UPDATED
public static final AccessLogParser.EntryType WAR_REMOVED
public static final AccessLogParser.EntryType AQUAMAPSOBJECTGENERATION
public static final AccessLogParser.EntryType AQUAMAPSSAVEDITEM
public static final AccessLogParser.EntryType STATISTICALMANAGER_EXECUTION
public static final AccessLogParser.EntryType STATISTICALMANAGER_IMPORT
public static AccessLogParser.EntryType[] values()
for (AccessLogParser.EntryType c : AccessLogParser.EntryType.values()) System.out.println(c);
public static AccessLogParser.EntryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AccessLogParser.EntryType>Copyright © 2015. All Rights Reserved.