Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.repository
Enum HrActionCriteria.RepositoryAction

java.lang.Object
  extended by java.lang.Enum<HrActionCriteria.RepositoryAction>
      extended by com.esri.gpt.catalog.harvest.repository.HrActionCriteria.RepositoryAction
All Implemented Interfaces:
Serializable, Comparable<HrActionCriteria.RepositoryAction>
Enclosing class:
HrActionCriteria

public static enum HrActionCriteria.RepositoryAction
extends Enum<HrActionCriteria.RepositoryAction>

Harvest repository action.


Enum Constant Summary
Cancel
          Cancel synchronization.
Create
          Create new repository.
Delete
          Delete selected repositories.
Edit
          Edit selected repository.
History
          View harvest history.
Synchronize
          Synchronize catalog.
Unknown
          Unknown action.
 
Method Summary
static HrActionCriteria.RepositoryAction checkValueOf(String name)
          Checks repository action.
static HrActionCriteria.RepositoryAction valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HrActionCriteria.RepositoryAction[] 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

Create

public static final HrActionCriteria.RepositoryAction Create
Create new repository.


Edit

public static final HrActionCriteria.RepositoryAction Edit
Edit selected repository.


Delete

public static final HrActionCriteria.RepositoryAction Delete
Delete selected repositories.


History

public static final HrActionCriteria.RepositoryAction History
View harvest history.


Synchronize

public static final HrActionCriteria.RepositoryAction Synchronize
Synchronize catalog.


Cancel

public static final HrActionCriteria.RepositoryAction Cancel
Cancel synchronization.


Unknown

public static final HrActionCriteria.RepositoryAction Unknown
Unknown action.

Method Detail

values

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

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

valueOf

public static HrActionCriteria.RepositoryAction 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

checkValueOf

public static HrActionCriteria.RepositoryAction checkValueOf(String name)
Checks repository action.

Parameters:
name - repository actio name
Returns:
repository action

Esri Geoportal Server
1.0

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