com.evolveum.midpoint.schema.util
Class SchemaTestConstants

java.lang.Object
  extended by com.evolveum.midpoint.schema.util.SchemaTestConstants

public class SchemaTestConstants
extends Object

Constants for use in tests. DO NOT USE IN "MAIN" CODE. This is placed in "main" just for conveniece, so the tests in other components can see it.

Author:
Radovan Semancik

Field Summary
static QName EXTENSION_DATE_TYPE_ELEMENT
           
static QName EXTENSION_DOUBLE_TYPE_ELEMENT
           
static QName EXTENSION_INT_TYPE_ELEMENT
           
static QName EXTENSION_LOCATIONS_ELEMENT
           
static QName EXTENSION_LOCATIONS_TYPE
           
static QName EXTENSION_LONG_TYPE_ELEMENT
           
static QName EXTENSION_STRING_TYPE_ELEMENT
           
static String ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME
           
static QName ICFC_CONFIGURATION_PROPERTIES
           
static QName ICFC_CONFIGURATION_PROPERTIES_TYPE
           
static QName ICFS_NAME
           
static ItemPath ICFS_NAME_PATH
           
static QName ICFS_UID
           
static ItemPath ICFS_UID_PATH
           
static String NS_EXTENSION
           
static String NS_ICFC
           
static String NS_ICFC_LDAP
           
static String NS_ICFS
           
 
Constructor Summary
SchemaTestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ICFC_LDAP

public static final String NS_ICFC_LDAP
See Also:
Constant Field Values

NS_ICFC

public static final String NS_ICFC
See Also:
Constant Field Values

NS_ICFS

public static final String NS_ICFS
See Also:
Constant Field Values

ICFC_CONFIGURATION_PROPERTIES

public static final QName ICFC_CONFIGURATION_PROPERTIES

ICFC_CONFIGURATION_PROPERTIES_TYPE

public static final QName ICFC_CONFIGURATION_PROPERTIES_TYPE

ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME

public static final String ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME
See Also:
Constant Field Values

ICFS_UID

public static final QName ICFS_UID

ICFS_UID_PATH

public static final ItemPath ICFS_UID_PATH

ICFS_NAME

public static final QName ICFS_NAME

ICFS_NAME_PATH

public static final ItemPath ICFS_NAME_PATH

NS_EXTENSION

public static final String NS_EXTENSION
See Also:
Constant Field Values

EXTENSION_LOCATIONS_ELEMENT

public static final QName EXTENSION_LOCATIONS_ELEMENT

EXTENSION_LOCATIONS_TYPE

public static final QName EXTENSION_LOCATIONS_TYPE

EXTENSION_STRING_TYPE_ELEMENT

public static final QName EXTENSION_STRING_TYPE_ELEMENT

EXTENSION_INT_TYPE_ELEMENT

public static final QName EXTENSION_INT_TYPE_ELEMENT

EXTENSION_DOUBLE_TYPE_ELEMENT

public static final QName EXTENSION_DOUBLE_TYPE_ELEMENT

EXTENSION_LONG_TYPE_ELEMENT

public static final QName EXTENSION_LONG_TYPE_ELEMENT

EXTENSION_DATE_TYPE_ELEMENT

public static final QName EXTENSION_DATE_TYPE_ELEMENT
Constructor Detail

SchemaTestConstants

public SchemaTestConstants()


Copyright © 2013 evolveum. All Rights Reserved.