org.gcube.messaging.accounting.portal.logparser
Enum AccessLogParser.EntryType

java.lang.Object
  extended by java.lang.Enum<AccessLogParser.EntryType>
      extended by org.gcube.messaging.accounting.portal.logparser.AccessLogParser.EntryType
All Implemented Interfaces:
Serializable, Comparable<AccessLogParser.EntryType>
Enclosing class:
AccessLogParser

public static enum AccessLogParser.EntryType
extends Enum<AccessLogParser.EntryType>

Author:
Andrea Manzi(CERN)

Enum Constant Summary
Advanced_Search
           
AQUAMAPSOBJECTGENERATION
           
AQUAMAPSSAVEDITEM
           
Browse_Collection
           
Create_Annotation
           
CREATE_REPORT
           
CREATE_TEMPLATE
           
CREATED_WORKFLOWREPORT_OUTPUT
           
Delete_Annotation
           
DELETED_WORKFLOWREPORT_OUTPUT
           
Edit_Annotation
           
GENERATE_REPORT_OUTPUT
           
Generic_Entry
           
Google_Search
           
HL_FOLDER_ITEM_CREATED
           
HL_FOLDER_ITEM_IMPORTED
           
HL_FOLDER_ITEM_REMOVED
           
HL_ITEM_SENT
           
HL_WORKSPACE_CREATED
           
Login_To_VRE
           
OPEN_REPORT
           
OPEN_TEMPLATE
           
OPEN_WORKFLOW_REPORT
           
Quick_Search
           
Retrieve_Content
           
SAVE_WORKFLOW_REPORT
           
SCRIPT_CREATED
           
SCRIPT_LAUNCHED
           
SCRIPT_REMOVED
           
Simple_Search
           
TS_CSV_IMPORTED
           
TS_CURATION_CLOSED
           
TS_CURATION_STARTED
           
TS_TIMESERIES_PUBLISHED
           
TS_TIMESERIES_SAVED
           
WAR_REMOVED
           
WAR_UPDATED
           
WAR_UPLOADED
           
WEB_APPLICATION_ACTIVATED
           
WEB_APPLICATION_DEACTIVATED
           
WEB_APPLICATION_DEPLOYED
           
WEB_APPLICATION_UNDEPLOYED
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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_WORKSPACE_CREATED

public static final AccessLogParser.EntryType HL_WORKSPACE_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
Method Detail

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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<AccessLogParser.EntryType>


Copyright © 2012. All Rights Reserved.