|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConnectorType in com.evolveum.midpoint.model.api |
|---|
| Methods in com.evolveum.midpoint.model.api that return types with arguments of type ConnectorType | |
|---|---|
java.util.Set<ConnectorType> |
ModelService.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors. |
| Uses of ConnectorType in com.evolveum.midpoint.model.controller |
|---|
| Methods in com.evolveum.midpoint.model.controller that return types with arguments of type ConnectorType | |
|---|---|
java.util.Set<ConnectorType> |
ModelController.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
|
| Uses of ConnectorType in com.evolveum.midpoint.provisioning.api |
|---|
| Methods in com.evolveum.midpoint.provisioning.api that return types with arguments of type ConnectorType | |
|---|---|
java.util.Set<ConnectorType> |
ProvisioningService.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors. |
| Uses of ConnectorType in com.evolveum.midpoint.provisioning.impl |
|---|
| Methods in com.evolveum.midpoint.provisioning.impl that return ConnectorType | |
|---|---|
ConnectorType |
ConnectorTypeManager.getConnectorType(ResourceType resource,
OperationResult result)
|
| Methods in com.evolveum.midpoint.provisioning.impl that return types with arguments of type ConnectorType | |
|---|---|
java.util.Set<ConnectorType> |
ConnectorTypeManager.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
Lists local connectors and makes sure that appropriate ConnectorType objects for them exist in repository. |
java.util.Set<ConnectorType> |
ProvisioningServiceImpl.discoverConnectors(ConnectorHostType hostType,
OperationResult parentResult)
|
java.util.Set<ConnectorType> |
ConnectorTypeManager.discoverLocalConnectors(OperationResult parentResult)
|
| Uses of ConnectorType in com.evolveum.midpoint.provisioning.ucf.api |
|---|
| Methods in com.evolveum.midpoint.provisioning.ucf.api that return types with arguments of type ConnectorType | |
|---|---|
java.util.Set<ConnectorType> |
ConnectorFactory.listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list of all known connectors. |
| Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ConnectorType | |
|---|---|
ConnectorInstance |
ConnectorFactory.createConnectorInstance(ConnectorType connectorType,
java.lang.String namespace)
Creates new unconfigured instance of the connector. |
| Uses of ConnectorType in com.evolveum.midpoint.provisioning.ucf.impl |
|---|
| Methods in com.evolveum.midpoint.provisioning.ucf.impl that return types with arguments of type ConnectorType | |
|---|---|
java.util.Set<ConnectorType> |
ConnectorFactoryIcfImpl.listConnectors(ConnectorHostType host,
OperationResult parentRestul)
Returns a list XML representation of the ICF connectors. |
| Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type ConnectorType | |
|---|---|
ConnectorInstance |
ConnectorFactoryIcfImpl.createConnectorInstance(ConnectorType connectorType,
java.lang.String namespace)
Creates new connector instance. |
| Constructors in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type ConnectorType | |
|---|---|
ConnectorInstanceIcfImpl(org.identityconnectors.framework.api.ConnectorInfo connectorInfo,
ConnectorType connectorType,
java.lang.String schemaNamespace,
PrismSchema connectorSchema,
Protector protector,
PrismContext prismContext)
|
|
| Uses of ConnectorType in com.evolveum.midpoint.repo.sql.data.common |
|---|
| Methods in com.evolveum.midpoint.repo.sql.data.common that return ConnectorType | |
|---|---|
ConnectorType |
RConnector.toJAXB(PrismContext prismContext)
|
| Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type ConnectorType | |
|---|---|
static void |
RConnector.copyFromJAXB(ConnectorType jaxb,
RConnector repo,
PrismContext prismContext)
|
static void |
RConnector.copyToJAXB(RConnector repo,
ConnectorType jaxb,
PrismContext prismContext)
|
| Uses of ConnectorType in com.evolveum.midpoint.schema.util |
|---|
| Methods in com.evolveum.midpoint.schema.util that return ConnectorType | |
|---|---|
static ConnectorType |
ResourceTypeUtil.getConnectorType(ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental. |
| Methods in com.evolveum.midpoint.schema.util with parameters of type ConnectorType | |
|---|---|
static PrismContainerDefinition<ConnectorConfigurationType> |
ConnectorTypeUtil.findConfigurationContainerDefintion(ConnectorType connectorType,
PrismContext prismContext)
|
static PrismContainerDefinition<ConnectorConfigurationType> |
ConnectorTypeUtil.findConfigurationContainerDefintion(ConnectorType connectorType,
PrismSchema connectorSchema)
|
static java.lang.String |
ConnectorTypeUtil.getConnectorHostTypeOid(ConnectorType connectorType)
|
static PrismSchema |
ConnectorTypeUtil.getConnectorSchema(ConnectorType connectorType,
PrismContext prismContext)
Returns parsed connector schema |
static org.w3c.dom.Element |
ConnectorTypeUtil.getConnectorXsdSchema(ConnectorType connector)
|
static void |
ConnectorTypeUtil.setConnectorXsdSchema(ConnectorType connectorType,
org.w3c.dom.Element xsdElement)
|
| Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ConnectorType | |
|---|---|
static org.w3c.dom.Element |
ConnectorTypeUtil.getConnectorXsdSchema(PrismObject<ConnectorType> connector)
|
static void |
ConnectorTypeUtil.setConnectorXsdSchema(PrismObject<ConnectorType> connector,
org.w3c.dom.Element xsdElement)
|
| Uses of ConnectorType in com.evolveum.midpoint.test |
|---|
| Methods in com.evolveum.midpoint.test that return types with arguments of type ConnectorType | |
|---|---|
protected PrismObject<ConnectorType> |
AbstractIntegrationTest.findConnectorByType(java.lang.String connectorType,
OperationResult result)
|
protected PrismObject<ConnectorType> |
AbstractIntegrationTest.findConnectorByTypeAndVersion(java.lang.String connectorType,
java.lang.String connectorVersion,
OperationResult result)
|
| Uses of ConnectorType in com.evolveum.midpoint.web.component.wizard.resource |
|---|
| Methods in com.evolveum.midpoint.web.component.wizard.resource with parameters of type ConnectorType | |
|---|---|
int |
ConnectorTypeComparator.compare(ConnectorType c1,
ConnectorType c2)
|
| Uses of ConnectorType in com.evolveum.midpoint.web.page.admin.resources.dto |
|---|
| Constructors in com.evolveum.midpoint.web.page.admin.resources.dto with parameters of type ConnectorType | |
|---|---|
ResourceDto(PrismObject<ResourceType> resource,
ConnectorType connector)
|
|
ResourceDto(PrismObject<ResourceType> resource,
PrismContext prismContext,
ConnectorType connector,
java.util.List<java.lang.String> capabilities)
|
|
| Uses of ConnectorType in com.evolveum.midpoint.xml.ns._public.common.common_2a |
|---|
| Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ConnectorType | |
|---|---|
ConnectorType |
ConnectorType.clone()
|
ConnectorType |
ObjectFactory.createConnectorType()
Create an instance of ConnectorType |
ConnectorType |
ResourceType.getConnector()
|
| Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ConnectorType | |
|---|---|
javax.xml.bind.JAXBElement<ConnectorType> |
ObjectFactory.createConnector(ConnectorType value)
Create an instance of JAXBElement<ConnectorType>} |
| Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ConnectorType | |
|---|---|
javax.xml.bind.JAXBElement<ConnectorType> |
ObjectFactory.createConnector(ConnectorType value)
Create an instance of JAXBElement<ConnectorType>} |
void |
ResourceType.setConnector(ConnectorType value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||