org.eaglei.services.repository
Enum RepositoryInstanceProvider.RestCommands

java.lang.Object
  extended by java.lang.Enum<RepositoryInstanceProvider.RestCommands>
      extended by org.eaglei.services.repository.RepositoryInstanceProvider.RestCommands
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RepositoryInstanceProvider.RestCommands>
Enclosing class:
RepositoryInstanceProvider

protected static enum RepositoryInstanceProvider.RestCommands
extends java.lang.Enum<RepositoryInstanceProvider.RestCommands>


Enum Constant Summary
Claim
           
FakeWorkflow
           
GetInstance
           
GetNewInstanceIDs
           
Graph
           
Listgraphs
           
ListResources
           
ListTransitions
           
Logout
           
Online
           
Query
           
Release
           
Transition
           
UpdateInstance
           
WhoAmI
           
 
Method Summary
 java.lang.String getURL()
           
static RepositoryInstanceProvider.RestCommands valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepositoryInstanceProvider.RestCommands[] 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

GetNewInstanceIDs

public static final RepositoryInstanceProvider.RestCommands GetNewInstanceIDs

WhoAmI

public static final RepositoryInstanceProvider.RestCommands WhoAmI

Logout

public static final RepositoryInstanceProvider.RestCommands Logout

GetInstance

public static final RepositoryInstanceProvider.RestCommands GetInstance

UpdateInstance

public static final RepositoryInstanceProvider.RestCommands UpdateInstance

Query

public static final RepositoryInstanceProvider.RestCommands Query

Online

public static final RepositoryInstanceProvider.RestCommands Online

Graph

public static final RepositoryInstanceProvider.RestCommands Graph

FakeWorkflow

public static final RepositoryInstanceProvider.RestCommands FakeWorkflow

Listgraphs

public static final RepositoryInstanceProvider.RestCommands Listgraphs

Claim

public static final RepositoryInstanceProvider.RestCommands Claim

Release

public static final RepositoryInstanceProvider.RestCommands Release

Transition

public static final RepositoryInstanceProvider.RestCommands Transition

ListTransitions

public static final RepositoryInstanceProvider.RestCommands ListTransitions

ListResources

public static final RepositoryInstanceProvider.RestCommands ListResources
Method Detail

values

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

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

valueOf

public static RepositoryInstanceProvider.RestCommands 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

getURL

public java.lang.String getURL()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.