Esri Geoportal Server
1.0

com.esri.gpt.control.search
Enum SearchEvents.Event

java.lang.Object
  extended by java.lang.Enum<SearchEvents.Event>
      extended by com.esri.gpt.control.search.SearchEvents.Event
All Implemented Interfaces:
Serializable, Comparable<SearchEvents.Event>
Enclosing class:
SearchEvents

public static enum SearchEvents.Event
extends Enum<SearchEvents.Event>

The Enum Event.


Enum Constant Summary
EVENT
          The EVENT.
EVENT_DELTESAVEDSEARCH
          For deleting a saved search
EVENT_DOWNLOADSEARCH
          For downloading a search
EVENT_EXECUTE_SEARCH
          The Plain search event.
EVENT_GOTOPAGE
          The request to view results in a certain page.
EVENT_LOADSAVEDSEARCH
          For loading a saved search
EVENT_MODIFYSEARCHCRITERIA
          The indicator of a search criteriato be modified
EVENT_MYSEARCHES
          Show my searches
EVENT_NEWSEARCHCRITERIA
          The indicator of a new search criteria to be input
EVENT_REDOSEARCH
          For reinitiating the search
EVENT_RESET_SEARCH
          For reseting the search
EVENT_SAVESEARCH
          For saving a search
EVENT_UPLOADSEARCH
          For uploading a search
EVENT_VIEWMD_DETAILS
          The view metadata details event.
EVENT_VIEWMD_FULL
          The view metadata in full event.
PARAM_CATALOG
          Catalog to be used
PARAM_EXECUTE_SEARCH
          PARAM_EXECUTE_SEARCH
PARAM_UUID
          Parameter of a UUID action event
 
Method Summary
static SearchEvents.Event valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchEvents.Event[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EVENT

public static final SearchEvents.Event EVENT
The EVENT. The key for events


EVENT_EXECUTE_SEARCH

public static final SearchEvents.Event EVENT_EXECUTE_SEARCH
The Plain search event.


EVENT_VIEWMD_DETAILS

public static final SearchEvents.Event EVENT_VIEWMD_DETAILS
The view metadata details event.


EVENT_VIEWMD_FULL

public static final SearchEvents.Event EVENT_VIEWMD_FULL
The view metadata in full event.


EVENT_GOTOPAGE

public static final SearchEvents.Event EVENT_GOTOPAGE
The request to view results in a certain page.


EVENT_NEWSEARCHCRITERIA

public static final SearchEvents.Event EVENT_NEWSEARCHCRITERIA
The indicator of a new search criteria to be input


EVENT_MODIFYSEARCHCRITERIA

public static final SearchEvents.Event EVENT_MODIFYSEARCHCRITERIA
The indicator of a search criteriato be modified


EVENT_REDOSEARCH

public static final SearchEvents.Event EVENT_REDOSEARCH
For reinitiating the search


EVENT_MYSEARCHES

public static final SearchEvents.Event EVENT_MYSEARCHES
Show my searches


EVENT_SAVESEARCH

public static final SearchEvents.Event EVENT_SAVESEARCH
For saving a search


EVENT_LOADSAVEDSEARCH

public static final SearchEvents.Event EVENT_LOADSAVEDSEARCH
For loading a saved search


EVENT_DELTESAVEDSEARCH

public static final SearchEvents.Event EVENT_DELTESAVEDSEARCH
For deleting a saved search


PARAM_UUID

public static final SearchEvents.Event PARAM_UUID
Parameter of a UUID action event


PARAM_EXECUTE_SEARCH

public static final SearchEvents.Event PARAM_EXECUTE_SEARCH
PARAM_EXECUTE_SEARCH


PARAM_CATALOG

public static final SearchEvents.Event PARAM_CATALOG
Catalog to be used


EVENT_DOWNLOADSEARCH

public static final SearchEvents.Event EVENT_DOWNLOADSEARCH
For downloading a search


EVENT_UPLOADSEARCH

public static final SearchEvents.Event EVENT_UPLOADSEARCH
For uploading a search


EVENT_RESET_SEARCH

public static final SearchEvents.Event EVENT_RESET_SEARCH
For reseting the search

Method Detail

values

public static SearchEvents.Event[] 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 (SearchEvents.Event c : SearchEvents.Event.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SearchEvents.Event 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

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.