com.evolveum.midpoint.model.importer
Class ImportConstants

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

public class ImportConstants
extends Object

Author:
Radovan Semancik

Field Summary
static QName ENDPOINT_PROPERTY_NAME
           
static QName FILENAME_PROPERTY_NAME
           
static String IMPORT_EXTENSION_SCHEMA
          Schema URI for import extensions.
static String IMPORT_URI_PREFIX
          Prefix for all import-related URIs.
static QName OBJECTCLASS_PROPERTY_NAME
          Extension property that specifies object class to import.
static 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 String IMPORT_URI_PREFIX
Prefix for all import-related URIs.

See Also:
Constant Field Values

IMPORT_EXTENSION_SCHEMA

public static final String IMPORT_EXTENSION_SCHEMA
Schema URI for import extensions.

See Also:
Constant Field Values

OBJECTCLASS_PROPERTY_NAME

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


FILENAME_PROPERTY_NAME

public static final QName FILENAME_PROPERTY_NAME

ENDPOINT_PROPERTY_NAME

public static final QName ENDPOINT_PROPERTY_NAME

ROUTE_PROPERTY_NAME

public static final QName ROUTE_PROPERTY_NAME
Constructor Detail

ImportConstants

public ImportConstants()


Copyright © 2013 evolveum. All Rights Reserved.