Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType
-
-
Uses of ConnectorType in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery with parameters of type ConnectorType Modifier and Type Method Description static ConnectorSchemaRefinedConnectorSchemaImpl. getConnectorSchema(ConnectorType connectorType, PrismContext prismContext)static booleanRefinedConnectorSchemaImpl. hasParsedSchema(ConnectorType connectorType)static voidRefinedConnectorSchemaImpl. setParsedConnectorSchemaConditional(ConnectorType connectorType, ConnectorSchema parsedSchema)Method parameters in com.evolveum.midpoint.common.refinery with type arguments of type ConnectorType Modifier and Type Method Description static ConnectorSchemaRefinedConnectorSchemaImpl. getConnectorSchema(PrismObject<ConnectorType> connector, PrismContext prismContext) -
Uses of ConnectorType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ConnectorType Modifier and Type Method Description Set<ConnectorType>ModelService. discoverConnectors(ConnectorHostType hostType, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Discovers local or remote connectors. -
Uses of ConnectorType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type ConnectorType Modifier and Type Method Description static StringConnectorSchemaImpl. retrieveUsualNamespacePrefix(ConnectorType connectorType) -
Uses of ConnectorType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ConnectorType Modifier and Type Method Description static PrismObject<ConnectorType>ResourceTypeUtil. getConnectorIfPresent(PrismObject<ResourceType> resource)Methods in com.evolveum.midpoint.schema.util with parameters of type ConnectorType Modifier and Type Method Description static PrismContainerDefinition<ConnectorConfigurationType>ConnectorTypeUtil. findConfigurationContainerDefinition(ConnectorType connectorType, PrismSchema connectorSchema)static StringConnectorTypeUtil. getConnectorHostTypeOid(ConnectorType connectorType)static ElementConnectorTypeUtil. getConnectorXsdSchema(ConnectorType connector)static PrismSchemaConnectorTypeUtil. parseConnectorSchema(ConnectorType connectorType, PrismContext prismContext)Returns parsed connector schemastatic voidConnectorTypeUtil. setConnectorXsdSchema(ConnectorType connectorType, Element xsdElement)Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ConnectorType Modifier and Type Method Description static ElementConnectorTypeUtil. getConnectorXsdSchema(PrismObject<ConnectorType> connector)static voidConnectorTypeUtil. setConnectorXsdSchema(PrismObject<ConnectorType> connector, Element xsdElement) -
Uses of ConnectorType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ConnectorType Modifier and Type Method Description PrismObject<ConnectorType>ConnectorType. asPrismObject()javax.xml.bind.JAXBElement<ConnectorType>ObjectFactory. createConnector(ConnectorType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ConnectorType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConnectorType>ObjectFactory. createConnector(ConnectorType value)
-