Class ConnectorTypeUtil
java.lang.Object
com.evolveum.midpoint.schema.util.ConnectorTypeUtil
- Author:
- Radovan Semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetConnectorHostTypeOid(ConnectorType connectorType) static ElementgetConnectorXsdSchemaElement(PrismObject<ConnectorType> connector) static @Nullable ElementgetConnectorXsdSchemaElement(ConnectorType connector) static @NotNull Elementstatic @NotNull ConnectorSchemaparseConnectorSchema(ConnectorType connector) Returns parsed connector schemastatic @Nullable ConnectorSchemaparseConnectorSchemaIfPresent(ConnectorType connector) static voidsetConnectorXsdSchema(PrismObject<ConnectorType> connector, Element xsdElement) static voidsetConnectorXsdSchema(ConnectorType connectorType, Element xsdElement)
-
Constructor Details
-
ConnectorTypeUtil
public ConnectorTypeUtil()
-
-
Method Details
-
getConnectorHostTypeOid
-
getConnectorXsdSchemaElement
-
getConnectorXsdSchemaElementRequired
@NotNull public static @NotNull Element getConnectorXsdSchemaElementRequired(ConnectorType connector) throws SchemaException - Throws:
SchemaException
-
getConnectorXsdSchemaElement
-
setConnectorXsdSchema
-
setConnectorXsdSchema
-
parseConnectorSchema
@NotNull public static @NotNull ConnectorSchema parseConnectorSchema(ConnectorType connector) throws SchemaException Returns parsed connector schema- Throws:
SchemaException
-
parseConnectorSchemaIfPresent
@Nullable public static @Nullable ConnectorSchema parseConnectorSchemaIfPresent(ConnectorType connector) throws SchemaException - Throws:
SchemaException
-