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

Packages that use ConnectorType
com.evolveum.midpoint.common.object   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ConnectorType in com.evolveum.midpoint.common.object
 

Methods in com.evolveum.midpoint.common.object that return ConnectorType
static ConnectorType ResourceTypeUtil.getConnectorType(ResourceType resource, ObjectResolver resolver)
          The usage of "resolver" is experimental.
 

Uses of ConnectorType in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return ConnectorType
 ConnectorType ConnectorManager.getConnector(java.lang.String oid)
          Returns a specific connector by OID.
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return types with arguments of type ConnectorType
 java.util.Set<ConnectorType> ConnectorManager.listConnectors()
          Returns a list of all known connectors.
 

Uses of ConnectorType in com.evolveum.midpoint.provisioning.ucf.impl
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl that return ConnectorType
 ConnectorType ConnectorManagerIcfImpl.getConnector(java.lang.String oid)
          Returns a single XML representation of ICF connector.
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl that return types with arguments of type ConnectorType
 java.util.Set<ConnectorType> ConnectorManagerIcfImpl.listConnectors()
          Returns a list XML representation of the ICF connectors.
 

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 with parameters of type ConnectorType
 void ResourceType.setConnector(ConnectorType value)
          Sets the value of the connector property.
 



Copyright © 2011 evolveum. All Rights Reserved.