com.evolveum.midpoint.schema.util
Class ConnectorTypeUtil

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

public class ConnectorTypeUtil
extends java.lang.Object

Author:
Radovan Semancik

Constructor Summary
ConnectorTypeUtil()
           
 
Method Summary
static PrismContainerDefinition<ConnectorConfigurationType> findConfigurationContainerDefintion(ConnectorType connectorType, PrismContext prismContext)
           
static PrismContainerDefinition<ConnectorConfigurationType> findConfigurationContainerDefintion(ConnectorType connectorType, PrismSchema connectorSchema)
           
static java.lang.String getConnectorHostTypeOid(ConnectorType connectorType)
           
static PrismSchema getConnectorSchema(ConnectorType connectorType, PrismContext prismContext)
          Returns parsed connector schema
static org.w3c.dom.Element getConnectorXsdSchema(ConnectorType connector)
           
static org.w3c.dom.Element getConnectorXsdSchema(PrismObject<ConnectorType> connector)
           
static void setConnectorXsdSchema(ConnectorType connectorType, org.w3c.dom.Element xsdElement)
           
static void setConnectorXsdSchema(PrismObject<ConnectorType> connector, org.w3c.dom.Element xsdElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorTypeUtil

public ConnectorTypeUtil()
Method Detail

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.