|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConnectorTestOperation>
com.evolveum.midpoint.schema.constants.ConnectorTestOperation
public enum ConnectorTestOperation
Enumeration of standardized test connection opration codes as they are presented in the OperationResult.
Enum Constant Summary | |
---|---|
CONFIGURATION_VALIDATION
Check whether the configuration is valid e.g. |
|
CONNECTOR_CONNECTION
Check whether a connection to the resource can be established. |
|
CONNECTOR_INITIALIZATION
Check whether the connector can be initialized. |
|
CONNECTOR_SANITY
Check whether the connector can be used to fetch some mandatory objects (e.g. |
|
CONNECTOR_SCHEMA
Check whether the connector can fetch and process resource schema. |
|
EXTRA_TEST
|
|
TEST_CONNECTION
|
Method Summary | |
---|---|
String |
getOperation()
|
static ConnectorTestOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectorTestOperation[] |
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 |
---|
public static final ConnectorTestOperation TEST_CONNECTION
public static final ConnectorTestOperation CONFIGURATION_VALIDATION
public static final ConnectorTestOperation CONNECTOR_INITIALIZATION
public static final ConnectorTestOperation CONNECTOR_CONNECTION
public static final ConnectorTestOperation CONNECTOR_SCHEMA
public static final ConnectorTestOperation CONNECTOR_SANITY
public static final ConnectorTestOperation EXTRA_TEST
Method Detail |
---|
public static ConnectorTestOperation[] values()
for (ConnectorTestOperation c : ConnectorTestOperation.values()) System.out.println(c);
public static ConnectorTestOperation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getOperation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |