Class ConnectorTypeUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.ConnectorTypeUtil
-
public class ConnectorTypeUtil extends Object
- Author:
- Radovan Semancik
-
-
Constructor Summary
Constructors Constructor Description ConnectorTypeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PrismContainerDefinition<ConnectorConfigurationType>
findConfigurationContainerDefinition(ConnectorType connectorType, PrismSchema connectorSchema)
static String
getConnectorHostTypeOid(ConnectorType connectorType)
static Element
getConnectorXsdSchema(PrismObject<ConnectorType> connector)
static Element
getConnectorXsdSchema(ConnectorType connector)
static PrismSchema
parseConnectorSchema(ConnectorType connectorType, PrismContext prismContext)
Returns parsed connector schemastatic void
setConnectorXsdSchema(PrismObject<ConnectorType> connector, Element xsdElement)
static void
setConnectorXsdSchema(ConnectorType connectorType, Element xsdElement)
-
-
-
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)
-
parseConnectorSchema
public static PrismSchema parseConnectorSchema(ConnectorType connectorType, PrismContext prismContext) throws SchemaException
Returns parsed connector schema- Throws:
SchemaException
-
findConfigurationContainerDefinition
public static PrismContainerDefinition<ConnectorConfigurationType> findConfigurationContainerDefinition(ConnectorType connectorType, PrismSchema connectorSchema)
-
-