public class IcfNameMapper extends Object
Constructor and Description |
---|
IcfNameMapper() |
Modifier and Type | Method and Description |
---|---|
String |
convertAttributeNameToIcf(QName attrQName,
String resourceSchemaNamespace) |
QName |
convertAttributeNameToQName(String icfAttrName,
String schemaNamespace) |
void |
initialize() |
org.identityconnectors.framework.common.objects.ObjectClass |
objectClassToIcf(ObjectClassComplexTypeDefinition objectClassDefinition,
String schemaNamespace,
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType connectorType)
Maps a midPoint QName objctclass to the ICF native objectclass name.
|
org.identityconnectors.framework.common.objects.ObjectClass |
objectClassToIcf(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> object,
String schemaNamespace,
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType connectorType) |
QName |
objectClassToQname(String icfObjectClassString,
String schemaNamespace)
Maps ICF native objectclass name to a midPoint QName objctclass name.
|
public void initialize()
public QName convertAttributeNameToQName(String icfAttrName, String schemaNamespace)
public String convertAttributeNameToIcf(QName attrQName, String resourceSchemaNamespace) throws SchemaException
SchemaException
public QName objectClassToQname(String icfObjectClassString, String schemaNamespace)
public org.identityconnectors.framework.common.objects.ObjectClass objectClassToIcf(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> object, String schemaNamespace, com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType connectorType)
public org.identityconnectors.framework.common.objects.ObjectClass objectClassToIcf(ObjectClassComplexTypeDefinition objectClassDefinition, String schemaNamespace, com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType connectorType)
Copyright © 2015 evolveum. All rights reserved.