com.evolveum.midpoint.schema
Enum ProvisioningTypes

java.lang.Object
  extended by java.lang.Enum<ProvisioningTypes>
      extended by com.evolveum.midpoint.schema.ProvisioningTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ProvisioningTypes>

public enum ProvisioningTypes
extends java.lang.Enum<ProvisioningTypes>

Author:
lazyman

Enum Constant Summary
ACCOUNT_SHADOW
           
CONNECTOR
           
RESOURCE
           
RESOURCE_OBJECT_SHADOW
           
 
Method Summary
static boolean isClassManagedByProvisioning(java.lang.Class<? extends ObjectType> clazz)
           
static boolean isManagedByProvisioning(ObjectType object)
           
static boolean isObjectTypeManagedByProvisioning(java.lang.Class<? extends ObjectType> objectType)
           
static boolean isObjectTypeManagedByProvisioning(java.lang.String objectType)
           
static ProvisioningTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProvisioningTypes[] 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

RESOURCE_OBJECT_SHADOW

public static final ProvisioningTypes RESOURCE_OBJECT_SHADOW

ACCOUNT_SHADOW

public static final ProvisioningTypes ACCOUNT_SHADOW

RESOURCE

public static final ProvisioningTypes RESOURCE

CONNECTOR

public static final ProvisioningTypes CONNECTOR
Method Detail

values

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

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

valueOf

public static ProvisioningTypes 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

isManagedByProvisioning

public static boolean isManagedByProvisioning(ObjectType object)

isClassManagedByProvisioning

public static boolean isClassManagedByProvisioning(java.lang.Class<? extends ObjectType> clazz)

isObjectTypeManagedByProvisioning

public static boolean isObjectTypeManagedByProvisioning(java.lang.Class<? extends ObjectType> objectType)

isObjectTypeManagedByProvisioning

public static boolean isObjectTypeManagedByProvisioning(java.lang.String objectType)


Copyright © 2011 evolveum. All Rights Reserved.