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

Packages that use ResourceType
com.evolveum.midpoint.common.object   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.importer   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

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

Methods in com.evolveum.midpoint.common.object with parameters of type ResourceType
static java.lang.String ResourceTypeUtil.getConnectorOid(ResourceType resource)
           
static ConnectorType ResourceTypeUtil.getConnectorType(ResourceType resource, ObjectResolver resolver)
          The usage of "resolver" is experimental.
static org.w3c.dom.Element ResourceTypeUtil.getResourceXsdSchema(ResourceType resource)
           
 

Uses of ResourceType in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type ResourceType
static SchemaHandlingType.AccountType ModelUtils.getAccountTypeFromHandling(ResourceObjectShadowType accountShadow, ResourceType resource)
           
static SchemaHandlingType.AccountType ModelUtils.getAccountTypeFromHandling(java.lang.String accountTypeName, ResourceType resource)
           
 

Uses of ResourceType in com.evolveum.midpoint.model.expr
 

Methods in com.evolveum.midpoint.model.expr with parameters of type ResourceType
static java.util.Map<javax.xml.namespace.QName,Variable> ExpressionHandlerImpl.getDefaultXPathVariables(UserType user, ResourceObjectShadowType shadow, ResourceType resource)
           
 

Uses of ResourceType in com.evolveum.midpoint.model.importer
 

Methods in com.evolveum.midpoint.model.importer with parameters of type ResourceType
 void ImportFromResourceTaskHandler.launch(ResourceType resource, javax.xml.namespace.QName objectclass, Task task, OperationResult parentResult)
          Launch an import.
 

Constructors in com.evolveum.midpoint.model.importer with parameters of type ResourceType
ImportFromResourceResultHandler(ResourceType resource, Task task, ResourceObjectChangeListener objectChangeListener)
           
 

Uses of ResourceType in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ResourceType
 java.lang.String ShadowCache.addShadow(ObjectType object, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ResourceType resource, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, Property lastToken, OperationResult parentResult)
           
 Property ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 void ShadowCache.listShadows(ResourceType resource, javax.xml.namespace.QName objectClass, ShadowHandler handler, OperationResult parentResult)
          List all shadow objects of specified objectClass.
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.searchObjectsIterative(javax.xml.namespace.QName objectClass, ResourceType resourceType, ShadowHandler handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
 void ShadowCache.testConnection(ResourceType resourceType, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ResourceType
 ConnectorInstance ConnectorManager.createConnectorInstance(ResourceType resource)
          Creates new instance of the connector.
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type ResourceType
 ConnectorInstance ConnectorManagerIcfImpl.createConnectorInstance(ResourceType resource)
          Creates new connector instance.
 

Constructors in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type ResourceType
ConnectorInstanceIcfImpl(org.identityconnectors.framework.api.ConnectorFacade connector, ResourceType resource)
           
 

Uses of ResourceType in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test with parameters of type ResourceType
static void IntegrationTestTools.assertAttribute(ResourceObjectShadowType repoShadow, ResourceType resource, java.lang.String name, java.lang.String value)
           
 

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

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type ResourceType
GuiResourceDto(ResourceType object)
           
ResourceDto(ResourceType object)
           
 

Uses of ResourceType in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type ResourceType
protected  GuiResourceDto ResourceManagerImpl.createObject(ResourceType objectType)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ResourceType
protected  ResourceType ResourceObjectShadowType.resource
           
protected  ResourceType AccountConstructionType.resource
           
protected  ResourceType ResourceObjectShadowChangeDescriptionType.resource
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ResourceType
 ResourceType ObjectFactory.createResourceType()
          Create an instance of ResourceType
 ResourceType ResourceObjectShadowType.getResource()
          Gets the value of the resource property.
 ResourceType AccountConstructionType.getResource()
          Gets the value of the resource property.
 ResourceType ResourceObjectShadowChangeDescriptionType.getResource()
          Gets the value of the resource property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ResourceType
 javax.xml.bind.JAXBElement<ResourceType> ObjectFactory.createResource(ResourceType value)
          Create an instance of JAXBElement<ResourceType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ResourceType
 javax.xml.bind.JAXBElement<ResourceType> ObjectFactory.createResource(ResourceType value)
          Create an instance of JAXBElement<ResourceType>}
 void ResourceObjectShadowType.setResource(ResourceType value)
          Sets the value of the resource property.
 void AccountConstructionType.setResource(ResourceType value)
          Sets the value of the resource property.
 void ResourceObjectShadowChangeDescriptionType.setResource(ResourceType value)
          Sets the value of the resource property.
 



Copyright © 2011 evolveum. All Rights Reserved.