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 StringgetConnectorHostTypeOid(ConnectorType connectorType)static ElementgetConnectorXsdSchema(PrismObject<ConnectorType> connector)static ElementgetConnectorXsdSchema(ConnectorType connector)static PrismSchemaparseConnectorSchema(ConnectorType connectorType, PrismContext prismContext)Returns parsed connector schemastatic voidsetConnectorXsdSchema(PrismObject<ConnectorType> connector, Element xsdElement)static voidsetConnectorXsdSchema(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)
-
-