com.evolveum.midpoint.schema.util
Class ConnectorTypeUtil

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

public class ConnectorTypeUtil
extends 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 String getConnectorHostTypeOid(ConnectorType connectorType)
           
static PrismSchema getConnectorSchema(ConnectorType connectorType, PrismContext prismContext)
          Returns parsed connector schema
static Element getConnectorXsdSchema(ConnectorType connector)
           
static Element getConnectorXsdSchema(PrismObject<ConnectorType> connector)
           
static void setConnectorXsdSchema(ConnectorType connectorType, Element xsdElement)
           
static void setConnectorXsdSchema(PrismObject<ConnectorType> connector, 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 String getConnectorHostTypeOid(ConnectorType connectorType)

getConnectorXsdSchema

public static Element getConnectorXsdSchema(ConnectorType connector)

getConnectorXsdSchema

public static Element getConnectorXsdSchema(PrismObject<ConnectorType> connector)

setConnectorXsdSchema

public static void setConnectorXsdSchema(ConnectorType connectorType,
                                         Element xsdElement)

setConnectorXsdSchema

public static void setConnectorXsdSchema(PrismObject<ConnectorType> connector,
                                         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 © 2013 evolveum. All Rights Reserved.