com.evolveum.midpoint.schema.util
Class ConnectorTypeUtil
java.lang.Object
com.evolveum.midpoint.schema.util.ConnectorTypeUtil
public class ConnectorTypeUtil
- extends java.lang.Object
- Author:
- Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorTypeUtil
public ConnectorTypeUtil()
getConnectorHostTypeOid
public static java.lang.String getConnectorHostTypeOid(ConnectorType connectorType)
getConnectorXsdSchema
public static org.w3c.dom.Element getConnectorXsdSchema(ConnectorType connector)
getConnectorXsdSchema
public static org.w3c.dom.Element getConnectorXsdSchema(PrismObject<ConnectorType> connector)
setConnectorXsdSchema
public static void setConnectorXsdSchema(ConnectorType connectorType,
org.w3c.dom.Element xsdElement)
setConnectorXsdSchema
public static void setConnectorXsdSchema(PrismObject<ConnectorType> connector,
org.w3c.dom.Element xsdElement)
getConnectorSchema
public static PrismSchema getConnectorSchema(ConnectorType connectorType,
PrismContext prismContext)
throws SchemaException
- Returns parsed connector schema
- Throws:
SchemaException
findConfigurationContainerDefintion
public static PrismContainerDefinition<ConnectorConfigurationType> findConfigurationContainerDefintion(ConnectorType connectorType,
PrismSchema connectorSchema)
findConfigurationContainerDefintion
public static PrismContainerDefinition<ConnectorConfigurationType> findConfigurationContainerDefintion(ConnectorType connectorType,
PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
Copyright © 2012 evolveum. All Rights Reserved.