Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.ConnectorType

Packages that use ConnectorType
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.component.wizard.resource   
com.evolveum.midpoint.web.page.admin.resources.dto   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of ConnectorType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api that return types with arguments of type ConnectorType
 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
 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
 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
 Set<ConnectorType> ConnectorTypeManager.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
          Lists local connectors and makes sure that appropriate ConnectorType objects for them exist in repository.
 Set<ConnectorType> ProvisioningServiceImpl.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
           
 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
 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, 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
 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, 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, 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 String ConnectorTypeUtil.getConnectorHostTypeOid(ConnectorType connectorType)
           
static PrismSchema ConnectorTypeUtil.getConnectorSchema(ConnectorType connectorType, PrismContext prismContext)
          Returns parsed connector schema
static Element ConnectorTypeUtil.getConnectorXsdSchema(ConnectorType connector)
           
static void ConnectorTypeUtil.setConnectorXsdSchema(ConnectorType connectorType, Element xsdElement)
           
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ConnectorType
static Element ConnectorTypeUtil.getConnectorXsdSchema(PrismObject<ConnectorType> connector)
           
static void ConnectorTypeUtil.setConnectorXsdSchema(PrismObject<ConnectorType> connector, 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(String connectorType, OperationResult result)
           
protected  PrismObject<ConnectorType> AbstractIntegrationTest.findConnectorByTypeAndVersion(String connectorType, 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, List<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
 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
 JAXBElement<ConnectorType> ObjectFactory.createConnector(ConnectorType value)
          Create an instance of JAXBElement<ConnectorType>}
 void ResourceType.setConnector(ConnectorType value)
           
 



Copyright © 2013 evolveum. All Rights Reserved.