com.evolveum.midpoint.schema.constants
Enum ObjectTypes
java.lang.Object
java.lang.Enum<ObjectTypes>
com.evolveum.midpoint.schema.constants.ObjectTypes
- All Implemented Interfaces:
- Serializable, Comparable<ObjectTypes>
public enum ObjectTypes
- extends Enum<ObjectTypes>
- Author:
- lazyman
ACCOUNT
public static final ObjectTypes ACCOUNT
CONNECTOR
public static final ObjectTypes CONNECTOR
CONNECTOR_HOST
public static final ObjectTypes CONNECTOR_HOST
GENERIC_OBJECT
public static final ObjectTypes GENERIC_OBJECT
RESOURCE
public static final ObjectTypes RESOURCE
USER
public static final ObjectTypes USER
USER_TEMPLATE
public static final ObjectTypes USER_TEMPLATE
SYSTEM_CONFIGURATION
public static final ObjectTypes SYSTEM_CONFIGURATION
TASK
public static final ObjectTypes TASK
RESOURCE_OBJECT_SHADOW
public static final ObjectTypes RESOURCE_OBJECT_SHADOW
OBJECT
public static final ObjectTypes OBJECT
ROLE
public static final ObjectTypes ROLE
PASSWORD_POLICY
public static final ObjectTypes PASSWORD_POLICY
NODE
public static final ObjectTypes NODE
ORG
public static final ObjectTypes ORG
ABSTRACT_ROLE
public static final ObjectTypes ABSTRACT_ROLE
values
public static ObjectTypes[] 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 (ObjectTypes c : ObjectTypes.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ObjectTypes 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
isManagedByProvisioning
public boolean isManagedByProvisioning()
getLocalizationKey
public String getLocalizationKey()
getValue
public String getValue()
getQName
public QName getQName()
getTypeQName
public QName getTypeQName()
getClassDefinition
public Class<? extends ObjectType> getClassDefinition()
getObjectTypeUri
public String getObjectTypeUri()
getObjectType
public static ObjectTypes getObjectType(String objectType)
getObjectTypeFromTypeQName
public static ObjectTypes getObjectTypeFromTypeQName(QName typeQName)
getObjectTypeFromUri
public static ObjectTypes getObjectTypeFromUri(String objectTypeUri)
getObjectTypeUri
public static String getObjectTypeUri(String objectType)
getObjectTypeClass
public static Class<? extends ObjectType> getObjectTypeClass(String objectType)
getObjectType
public static ObjectTypes getObjectType(Class<? extends ObjectType> objectType)
isManagedByProvisioning
public static boolean isManagedByProvisioning(ObjectType object)
isClassManagedByProvisioning
public static boolean isClassManagedByProvisioning(Class<? extends ObjectType> clazz)
isObjectTypeManagedByProvisioning
public static boolean isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType)
isObjectTypeManagedByProvisioning
public static boolean isObjectTypeManagedByProvisioning(String objectType)
Copyright © 2013 evolveum. All Rights Reserved.