Enum Constant Summary 
Enum Constants 
 
 
 
 
 
 
 
 
 
 
All provisioning operations that reach out to the resources.
 
 
 
Resource definition is fetched from the repository (in ResourceManager; not necessarily in other places).
 
 
 
 
 
 
 
 
 
 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
 
 
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, in
the order they are declared.
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
RESOURCE_SCHEMA_PARSE_COUNT 
 
 
RESOURCE_SCHEMA_FETCH_COUNT 
 
 
RESOURCE_REPOSITORY_READ_COUNT 
Resource definition is fetched from the repository (in ResourceManager; not necessarily in other places).
 
 
RESOURCE_REPOSITORY_MODIFY_COUNT 
 
 
CONNECTOR_INSTANCE_INITIALIZATION_COUNT 
 
 
CONNECTOR_INSTANCE_CONFIGURATION_COUNT 
 
 
CONNECTOR_SCHEMA_PARSE_COUNT 
 
 
CONNECTOR_CAPABILITIES_FETCH_COUNT 
 
 
 
 
CONNECTOR_OPERATION_COUNT 
 
 
CONNECTOR_MODIFICATION_COUNT 
 
 
CONNECTOR_SIMULATED_PAGING_SEARCH_COUNT 
 
 
SHADOW_FETCH_OPERATION_COUNT 
 
 
SHADOW_CHANGE_OPERATION_COUNT 
 
 
PROVISIONING_ALL_EXT_OPERATION_COUNT 
All provisioning operations that reach out to the resources.
 
 
 
PRISM_OBJECT_COMPARE_COUNT 
 
 
 
 
ROLE_EVALUATION_SKIP_COUNT 
 
 
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns: 
an array containing the constants of this enum class, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this class with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this class.  (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 NullPointerException