org.gcube.messaging.accounting.portal.logparser
Enum AccessLogParser.EntryType
java.lang.Object
java.lang.Enum<AccessLogParser.EntryType>
org.gcube.messaging.accounting.portal.logparser.AccessLogParser.EntryType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AccessLogParser.EntryType>
- Enclosing class:
- AccessLogParser
public static enum AccessLogParser.EntryType
- extends java.lang.Enum<AccessLogParser.EntryType>
- Author:
- Andrea Manzi(CERN)
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Login_To_VRE
public static final AccessLogParser.EntryType Login_To_VRE
Generic_Entry
public static final AccessLogParser.EntryType Generic_Entry
Simple_Search
public static final AccessLogParser.EntryType Simple_Search
Advanced_Search
public static final AccessLogParser.EntryType Advanced_Search
Browse_Collection
public static final AccessLogParser.EntryType Browse_Collection
Retrieve_Content
public static final AccessLogParser.EntryType Retrieve_Content
Quick_Search
public static final AccessLogParser.EntryType Quick_Search
Google_Search
public static final AccessLogParser.EntryType Google_Search
HL_FOLDER_ITEM_CREATED
public static final AccessLogParser.EntryType HL_FOLDER_ITEM_CREATED
HL_FOLDER_ITEM_REMOVED
public static final AccessLogParser.EntryType HL_FOLDER_ITEM_REMOVED
HL_FOLDER_ITEM_IMPORTED
public static final AccessLogParser.EntryType HL_FOLDER_ITEM_IMPORTED
HL_ITEM_SENT
public static final AccessLogParser.EntryType HL_ITEM_SENT
HL_WORKSPACEAREA_CREATED
public static final AccessLogParser.EntryType HL_WORKSPACEAREA_CREATED
SCRIPT_CREATED
public static final AccessLogParser.EntryType SCRIPT_CREATED
SCRIPT_REMOVED
public static final AccessLogParser.EntryType SCRIPT_REMOVED
SCRIPT_LAUNCHED
public static final AccessLogParser.EntryType SCRIPT_LAUNCHED
TS_CSV_IMPORTED
public static final AccessLogParser.EntryType TS_CSV_IMPORTED
TS_CURATION_STARTED
public static final AccessLogParser.EntryType TS_CURATION_STARTED
TS_CURATION_CLOSED
public static final AccessLogParser.EntryType TS_CURATION_CLOSED
TS_TIMESERIES_SAVED
public static final AccessLogParser.EntryType TS_TIMESERIES_SAVED
TS_TIMESERIES_PUBLISHED
public static final AccessLogParser.EntryType TS_TIMESERIES_PUBLISHED
Create_Annotation
public static final AccessLogParser.EntryType Create_Annotation
Edit_Annotation
public static final AccessLogParser.EntryType Edit_Annotation
Delete_Annotation
public static final AccessLogParser.EntryType Delete_Annotation
CREATED_WORKFLOWREPORT_OUTPUT
public static final AccessLogParser.EntryType CREATED_WORKFLOWREPORT_OUTPUT
DELETED_WORKFLOWREPORT_OUTPUT
public static final AccessLogParser.EntryType DELETED_WORKFLOWREPORT_OUTPUT
CREATE_REPORT
public static final AccessLogParser.EntryType CREATE_REPORT
GENERATE_REPORT_OUTPUT
public static final AccessLogParser.EntryType GENERATE_REPORT_OUTPUT
OPEN_REPORT
public static final AccessLogParser.EntryType OPEN_REPORT
OPEN_WORKFLOW_REPORT
public static final AccessLogParser.EntryType OPEN_WORKFLOW_REPORT
SAVE_WORKFLOW_REPORT
public static final AccessLogParser.EntryType SAVE_WORKFLOW_REPORT
CREATE_TEMPLATE
public static final AccessLogParser.EntryType CREATE_TEMPLATE
OPEN_TEMPLATE
public static final AccessLogParser.EntryType OPEN_TEMPLATE
WEB_APPLICATION_DEPLOYED
public static final AccessLogParser.EntryType WEB_APPLICATION_DEPLOYED
WEB_APPLICATION_ACTIVATED
public static final AccessLogParser.EntryType WEB_APPLICATION_ACTIVATED
WEB_APPLICATION_DEACTIVATED
public static final AccessLogParser.EntryType WEB_APPLICATION_DEACTIVATED
WEB_APPLICATION_UNDEPLOYED
public static final AccessLogParser.EntryType WEB_APPLICATION_UNDEPLOYED
WAR_UPLOADED
public static final AccessLogParser.EntryType WAR_UPLOADED
WAR_UPDATED
public static final AccessLogParser.EntryType WAR_UPDATED
WAR_REMOVED
public static final AccessLogParser.EntryType WAR_REMOVED
AQUAMAPSOBJECTGENERATION
public static final AccessLogParser.EntryType AQUAMAPSOBJECTGENERATION
AQUAMAPSSAVEDITEM
public static final AccessLogParser.EntryType AQUAMAPSSAVEDITEM
values
public static AccessLogParser.EntryType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AccessLogParser.EntryType c : AccessLogParser.EntryType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AccessLogParser.EntryType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<AccessLogParser.EntryType>