com.evolveum.midpoint.model.importer
Class ImportConstants

java.lang.Object
  extended by com.evolveum.midpoint.model.importer.ImportConstants

public class ImportConstants
extends java.lang.Object

Author:
Radovan Semancik

Field Summary
static javax.xml.namespace.QName ENDPOINT_PROPERTY_NAME
           
static javax.xml.namespace.QName FILENAME_PROPERTY_NAME
           
static java.lang.String IMPORT_EXTENSION_SCHEMA
          Schema URI for import extensions.
static java.lang.String IMPORT_URI_PREFIX
          Prefix for all import-related URIs.
static javax.xml.namespace.QName OBJECTCLASS_PROPERTY_NAME
          Extension property that specifies object class to import.
static javax.xml.namespace.QName ROUTE_PROPERTY_NAME
           
 
Constructor Summary
ImportConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPORT_URI_PREFIX

public static final java.lang.String IMPORT_URI_PREFIX
Prefix for all import-related URIs.

See Also:
Constant Field Values

IMPORT_EXTENSION_SCHEMA

public static final java.lang.String IMPORT_EXTENSION_SCHEMA
Schema URI for import extensions.

See Also:
Constant Field Values

OBJECTCLASS_PROPERTY_NAME

public static final javax.xml.namespace.QName OBJECTCLASS_PROPERTY_NAME
Extension property that specifies object class to import.


FILENAME_PROPERTY_NAME

public static final javax.xml.namespace.QName FILENAME_PROPERTY_NAME

ENDPOINT_PROPERTY_NAME

public static final javax.xml.namespace.QName ENDPOINT_PROPERTY_NAME

ROUTE_PROPERTY_NAME

public static final javax.xml.namespace.QName ROUTE_PROPERTY_NAME
Constructor Detail

ImportConstants

public ImportConstants()


Copyright © 2012 evolveum. All Rights Reserved.