Modifier and Type | Method and Description |
---|---|
static ConnectorSchema |
RefinedConnectorSchema.getConnectorSchema(ConnectorType connectorType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static boolean |
RefinedConnectorSchema.hasParsedSchema(ConnectorType connectorType) |
static void |
RefinedConnectorSchema.setParsedConnectorSchemaConditional(ConnectorType connectorType,
ConnectorSchema parsedSchema) |
Modifier and Type | Method and Description |
---|---|
static ConnectorSchema |
RefinedConnectorSchema.getConnectorSchema(com.evolveum.midpoint.prism.PrismObject<ConnectorType> connector,
com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
Set<ConnectorType> |
ModelService.discoverConnectors(ConnectorHostType hostType,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Discovers local or remote connectors.
|
Modifier and Type | Method and Description |
---|---|
static String |
ConnectorSchema.retrieveUsualNamespacePrefix(ConnectorType connectorType) |
Modifier and Type | Method and Description |
---|---|
static ConnectorType |
ResourceTypeUtil.getConnectorType(ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental.
|
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.prism.PrismObject<ConnectorType> |
ResourceTypeUtil.getConnectorIfPresent(com.evolveum.midpoint.prism.PrismObject<ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.prism.PrismContainerDefinition<ConnectorConfigurationType> |
ConnectorTypeUtil.findConfigurationContainerDefinition(ConnectorType connectorType,
com.evolveum.midpoint.prism.schema.PrismSchema connectorSchema) |
static String |
ConnectorTypeUtil.getConnectorHostTypeOid(ConnectorType connectorType) |
static Element |
ConnectorTypeUtil.getConnectorXsdSchema(ConnectorType connector) |
static com.evolveum.midpoint.prism.schema.PrismSchema |
ConnectorTypeUtil.parseConnectorSchema(ConnectorType connectorType,
com.evolveum.midpoint.prism.PrismContext prismContext)
Returns parsed connector schema
|
static void |
ConnectorTypeUtil.setConnectorXsdSchema(ConnectorType connectorType,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
static Element |
ConnectorTypeUtil.getConnectorXsdSchema(com.evolveum.midpoint.prism.PrismObject<ConnectorType> connector) |
static void |
ConnectorTypeUtil.setConnectorXsdSchema(com.evolveum.midpoint.prism.PrismObject<ConnectorType> connector,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
ConnectorType |
ConnectorType.clone() |
ConnectorType |
ObjectFactory.createConnectorType()
Create an instance of
ConnectorType |
ConnectorType |
ResourceType.getConnector() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConnectorType> |
ObjectFactory.createConnector(ConnectorType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConnectorType> |
ObjectFactory.createConnector(ConnectorType value)
|
void |
ResourceType.setConnector(ConnectorType value) |
Copyright © 2016 Evolveum. All rights reserved.