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

Packages that use ResourceObjectShadowType
com.evolveum.midpoint.common   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.controller.handler   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type ResourceObjectShadowType
static java.lang.String DebugUtil.resourceFromShadow(ResourceObjectShadowType shadow)
           
static java.lang.String DebugUtil.toReadableString(ResourceObjectShadowType shadow)
           
static void Utils.unresolveResource(ResourceObjectShadowType shadow)
           
 

Method parameters in com.evolveum.midpoint.common with type arguments of type ResourceObjectShadowType
static void Utils.unresolveResourceForAccounts(java.util.List<? extends ResourceObjectShadowType> shadows)
           
 

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

Methods in com.evolveum.midpoint.model.api with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
ResultList<T>
ModelService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           Search for resource object shadows of a specified type that belong to the specified resource.
 

Methods in com.evolveum.midpoint.model.api that return types with arguments of type ResourceObjectShadowType
 ResultList<? extends ResourceObjectShadowType> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
 

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

Methods in com.evolveum.midpoint.model.controller with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
ResultList<T>
ModelControllerImpl.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller that return types with arguments of type ResourceObjectShadowType
 ResultList<? extends ResourceObjectShadowType> ModelControllerImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller with parameters of type ResourceObjectShadowType
static SchemaHandlingType.AccountType ModelUtils.getAccountTypeFromHandling(ResourceObjectShadowType accountShadow, ResourceType resource)
           
 UserType SchemaHandler.processInboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 UserType SchemaHandlerImpl.processInboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 ObjectModificationType SchemaHandler.processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 ObjectModificationType SchemaHandlerImpl.processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
static void ModelUtils.unresolveResourceObjectShadow(ResourceObjectShadowType shadow)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.controller.handler
 

Methods in com.evolveum.midpoint.model.controller.handler with parameters of type ResourceObjectShadowType
 ObjectModificationType BasicHandler.processOutboundSchemaHandling(UserType user, ResourceObjectShadowType object, OperationResult result)
           
protected  ResourceType BasicHandler.resolveResource(ResourceObjectShadowType shadow, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.expr with parameters of type ResourceObjectShadowType
 boolean ExpressionHandler.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 boolean ExpressionHandlerImpl.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 java.lang.String ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 java.lang.String ExpressionHandlerImpl.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
static java.util.Map<javax.xml.namespace.QName,Variable> ExpressionHandlerImpl.getDefaultXPathVariables(UserType user, ResourceObjectShadowType shadow, ResourceType resource)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync with parameters of type ResourceObjectShadowType
 java.lang.String Action.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.sync.action
 

Methods in com.evolveum.midpoint.model.sync.action with parameters of type ResourceObjectShadowType
 java.lang.String DeleteAccountAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String ModifyPasswordAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String ModifyUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String AddUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String AddAccountAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String UnlinkAccountAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String BaseAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String DisableAccountAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String LinkAccountAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 java.lang.String DeleteUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescriptionType change, SynchronizationSituationType situation, ResourceObjectShadowType shadowAfterChange, OperationResult result)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api that return types with arguments of type ResourceObjectShadowType
 ResultList<? extends ResourceObjectShadowType> ProvisioningService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
          Lists resource objects.
 

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

Methods in com.evolveum.midpoint.provisioning.impl that return ResourceObjectShadowType
 ResourceObjectShadowType ShadowCache.assembleShadow(ResourceObject resourceObject, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Creates a shadow object from the supplied resource object.
 ResourceObjectShadowType ShadowCache.getShadow(java.lang.String oid, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Gets the shadow with specified OID The shadow will be read from the repository and missing information will be fetched from the resource.
 

Methods in com.evolveum.midpoint.provisioning.impl that return types with arguments of type ResourceObjectShadowType
 ResultList<? extends ResourceObjectShadowType> ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ResourceObjectShadowType
 java.lang.String ShadowCache.addShadow(ResourceObjectShadowType shadow, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowCache.assembleShadow(ResourceObject resourceObject, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Creates a shadow object from the supplied resource object.
 void DiscoveryHandler.discovered(ResourceObjectShadowType shadow, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowCache.getShadow(java.lang.String oid, ResourceObjectShadowType repositoryShadow, OperationResult parentResult)
          Gets the shadow with specified OID The shadow will be read from the repository and missing information will be fetched from the resource.
 boolean ShadowHandler.handle(ResourceObjectShadowType shadow)
          Handle a single shadow.
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.api that return ResourceObjectShadowType
 ResourceObjectShadowType Change.getOldShadow()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ResourceObjectShadowType
 void Change.setOldShadow(ResourceObjectShadowType oldShadow)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
ResultList<T>
RepositoryService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
          Search for resource object shadows of a specified type that belong to the specified resource.
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
ResultList<T>
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
ResultList<T>
XmlRepositoryService.listResourceObjectShadows(java.lang.String resourceOid, java.lang.Class<T> resourceObjectShadowType, OperationResult parentResult)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceObjectShadowType
static java.lang.String ResourceObjectShadowUtil.getResourceOid(ResourceObjectShadowType shadow)
           
static java.lang.String ResourceObjectShadowUtil.getSingleStringAttributeValue(ResourceObjectShadowType shadow, javax.xml.namespace.QName attrName)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test with parameters of type ResourceObjectShadowType
static void IntegrationTestTools.assertAttribute(ResourceObjectShadowType repoShadow, javax.xml.namespace.QName name, java.lang.String value)
           
static void IntegrationTestTools.assertAttribute(ResourceObjectShadowType repoShadow, ResourceType resource, java.lang.String name, java.lang.String value)
           
static void IntegrationTestTools.assertAttribute(java.lang.String message, ResourceObjectShadowType repoShadow, javax.xml.namespace.QName name, java.lang.String value)
           
static void IntegrationTestTools.assertAttributeNotNull(ResourceObjectShadowType repoShadow, javax.xml.namespace.QName name)
           
static void IntegrationTestTools.assertAttributeNotNull(java.lang.String message, ResourceObjectShadowType repoShadow, javax.xml.namespace.QName name)
           
static java.util.List<java.lang.String> IntegrationTestTools.getAttributeValues(ResourceObjectShadowType repoShadow, javax.xml.namespace.QName name)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
java.util.List<ResourceObjectShadowDto<T>>
ResourceManager.listObjectShadows(java.lang.String oid, java.lang.Class<T> resourceObjectShadowType)
           
 

Methods in com.evolveum.midpoint.web.model that return types with arguments of type ResourceObjectShadowType
 java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> ResourceManager.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging)
           
 

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

Classes in com.evolveum.midpoint.web.model.dto with type parameters of type ResourceObjectShadowType
 class ResourceObjectShadowDto<T extends ResourceObjectShadowType>
           
 

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type ResourceObjectShadowType
ResourceObjectShadowDto(ResourceObjectShadowType object)
           
 

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

Methods in com.evolveum.midpoint.web.model.impl with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
java.util.List<ResourceObjectShadowDto<T>>
ResourceManagerImpl.listObjectShadows(java.lang.String oid, java.lang.Class<T> resourceObjectShadowType)
           
 

Methods in com.evolveum.midpoint.web.model.impl that return types with arguments of type ResourceObjectShadowType
 java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> ResourceManagerImpl.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, PagingType paging)
           
 

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

Subclasses of ResourceObjectShadowType in com.evolveum.midpoint.xml.ns._public.common.common_1
 class AccountShadowType
          Account object type.
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type ResourceObjectShadowType
protected  java.util.List<ResourceObjectShadowType> ResourceObjectShadowListType.object
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ResourceObjectShadowType
 ResourceObjectShadowType ObjectFactory.createResourceObjectShadowType()
          Create an instance of ResourceObjectShadowType
 ResourceObjectShadowType ResourceObjectShadowChangeDescriptionType.getShadow()
          Gets the value of the shadow property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ResourceObjectShadowType
 javax.xml.bind.JAXBElement<ResourceObjectShadowType> ObjectFactory.createResourceObjectShadow(ResourceObjectShadowType value)
          Create an instance of JAXBElement<ResourceObjectShadowType>}
 java.util.List<ResourceObjectShadowType> ResourceObjectShadowListType.getObject()
          Gets the value of the object property.
 

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



Copyright © 2011 evolveum. All Rights Reserved.