Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.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.schema.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

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> ProvisioningServiceImpl.discoverConnectors(ConnectorHostType hostType, OperationResult parentResult)
           
 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> 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, Protector protector)
           
 

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 java.lang.String ConnectorTypeUtil.getConnectorHostTypeOid(ConnectorType connectorType)
           
 

Uses of ConnectorType in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that return ConnectorType
protected  ConnectorType AbstractIntegrationTest.findConnectorByType(java.lang.String connectorType, OperationResult result)
           
 

Uses of ConnectorType in com.evolveum.midpoint.web.model.dto
 

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type ConnectorType
ConnectorDto(ConnectorType connector)
           
 

Uses of ConnectorType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ConnectorType
protected  ConnectorType ResourceType.connector
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ConnectorType
 ConnectorType ObjectFactory.createConnectorType()
          Create an instance of ConnectorType
 ConnectorType ResourceType.getConnector()
          Gets the value of the connector property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 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_1 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)
          Sets the value of the connector property.
 



Copyright © 2012 evolveum. All Rights Reserved.