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

Packages that use ResourceObjectShadowType
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.expression.functions   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.consistency.api   
com.evolveum.midpoint.provisioning.consistency.impl   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.sql   
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.xml.ns._public.common.api_types_2   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type ResourceObjectShadowType
static void Utils.unresolveResource(ResourceObjectShadowType shadow)
           
 

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

Uses of ResourceObjectShadowType in com.evolveum.midpoint.common.expression.functions
 

Methods in com.evolveum.midpoint.common.expression.functions with parameters of type ResourceObjectShadowType
 Collection<String> BasicExpressionFunctions.getAttributeStringValues(ResourceObjectShadowType shadow, groovy.xml.QName attributeQname)
           
 Collection<String> BasicExpressionFunctions.getAttributeStringValues(ResourceObjectShadowType shadow, QName attributeQname)
           
 Collection<String> BasicExpressionFunctions.getAttributeStringValues(ResourceObjectShadowType shadow, String attributeNamespace, String attributeLocalPart)
           
 Collection<Object> BasicExpressionFunctions.getAttributeValues(ResourceObjectShadowType shadow, groovy.xml.QName attributeQname)
           
 Collection<Object> BasicExpressionFunctions.getAttributeValues(ResourceObjectShadowType shadow, QName attributeQname)
           
 Collection<Object> BasicExpressionFunctions.getAttributeValues(ResourceObjectShadowType shadow, String attributeNamespace, String attributeLocalPart)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
PrismObject<T>
RefinedResourceSchema.refine(PrismObject<T> shadow)
          Make sure that the specified shadow has definitions pointing to this refined schema.
 

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>
List<PrismObject<T>>
ModelService.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, Task task, 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
 List<PrismObject<? extends ResourceObjectShadowType>> ModelService.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, 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>
List<PrismObject<T>>
ModelController.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, Task task, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller that return types with arguments of type ResourceObjectShadowType
 List<PrismObject<? extends ResourceObjectShadowType>> ModelController.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, 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 expressionType, OperationResult result)
           
 String ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expressionType, String shortDesc, OperationResult result)
           
static Map<QName,Object> ExpressionHandler.getDefaultXPathVariables(UserType user, ResourceObjectShadowType shadow, ResourceType resource)
           
 

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

Methods in com.evolveum.midpoint.model.util with parameters of type ResourceObjectShadowType
static ResourceType Utils.getResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
static void Utils.resolveResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
void
ProvisioningService.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.api that return types with arguments of type ResourceObjectShadowType
 PrismObject<? extends ResourceObjectShadowType> ResourceObjectShadowChangeDescription.getCurrentShadow()
           
 PrismObject<? extends ResourceObjectShadowType> ResourceOperationDescription.getCurrentShadow()
          Shadow describing the object that was the target of the operation.
 ObjectDelta<? extends ResourceObjectShadowType> ResourceObjectShadowChangeDescription.getObjectDelta()
           
 ObjectDelta<? extends ResourceObjectShadowType> ResourceOperationDescription.getObjectDelta()
          The operation that was about to execute and that has failed.
 PrismObject<? extends ResourceObjectShadowType> ResourceObjectShadowChangeDescription.getOldShadow()
           
 List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningService.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, OperationResult parentResult)
          Lists resource objects.
 

Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ResourceObjectShadowType
 void ResourceObjectShadowChangeDescription.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
           
 void ResourceOperationDescription.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
           
 void ResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
           
 void ResourceOperationDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
           
 void ResourceObjectShadowChangeDescription.setOldShadow(PrismObject<? extends ResourceObjectShadowType> oldShadow)
           
 

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

Methods in com.evolveum.midpoint.provisioning.consistency.api with type parameters of type ResourceObjectShadowType
protected
<T extends ResourceObjectShadowType>
Collection<ItemDelta>
ErrorHandler.createAttemptModification(T shadow, Collection<ItemDelta> modifications)
           
abstract
<T extends ResourceObjectShadowType>
T
ErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.consistency.api with parameters of type ResourceObjectShadowType
protected  ResourceOperationDescription ErrorHandler.createOperationDescription(ResourceObjectShadowType shadowType, ResourceType resource, ObjectDelta delta, Task task, OperationResult result)
           
protected  Integer ErrorHandler.getAttemptNumber(ResourceObjectShadowType shadow)
           
 

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

Methods in com.evolveum.midpoint.provisioning.consistency.impl with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
CommunicationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ConfigurationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
GenericErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectNotFoundHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectAlreadyExistHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
SchemaExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

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

Classes in com.evolveum.midpoint.provisioning.impl with type parameters of type ResourceObjectShadowType
 interface ShadowHandler<T extends ResourceObjectShadowType>
           
 

Methods in com.evolveum.midpoint.provisioning.impl with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, PrismObject<T> shadow, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, ResourceShadowDiscriminator discriminator, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(PrismObject<T> shadow, ResourceType resource)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(ObjectDelta delta, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ProvisioningServiceImpl.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowConverter.getShadow(Class<T> type, ResourceType resource, T repoShadow, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowCache.getShadow(Class<T> type, String oid, T repositoryShadow, OperationResult parentResult)
           
protected
<T extends ResourceObjectShadowType>
T
ShadowCache.handleError(Exception ex, T shadow, ErrorHandler.FailedOperation op, ResourceType resource, Collection<? extends ItemDelta> modifications, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
boolean
ShadowConverter.isProtectedShadow(ResourceType resource, PrismObject<T> shadow)
           
<T extends ResourceObjectShadowType>
void
ResourceObjectManager.listShadows(ResourceType resource, QName objectClass, ShadowHandler<T> handler, boolean readFromRepository, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowConverter.searchObjects(ResourceType resourceType, ResourceSchema resourceSchema, QName objectClass, ResultHandler<T> resultHandler, ObjectQuery query, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ResourceObjectManager.searchObjectsIterative(Class<T> type, QName objectClass, ResourceType resourceType, ObjectQuery query, ShadowHandler<T> handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl that return ResourceObjectShadowType
 ResourceObjectShadowType ShadowConverter.addShadow(ResourceType resource, ResourceObjectShadowType shadowType, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.createNewAccountFromChange(Change change, ResourceType resource, ResourceSchema resourceSchema, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl that return types with arguments of type ResourceObjectShadowType
 List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningServiceImpl.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ResourceObjectShadowType
 String ShadowCache.addShadow(ResourceObjectShadowType shadowType, ProvisioningScriptsType scripts, ResourceType resource, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.addShadow(ResourceType resource, ResourceObjectShadowType shadowType, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 String ShadowCacheReconciler.afterAddOnResource(ResourceObjectShadowType shadowType, ResourceType resource, OperationResult parentResult)
           
 String ShadowCacheProvisioner.afterAddOnResource(ResourceObjectShadowType shadowType, ResourceType resource, OperationResult parentResult)
           
abstract  String ShadowCache.afterAddOnResource(ResourceObjectShadowType shadowType, ResourceType resource, OperationResult parentResult)
           
 void ShadowCacheReconciler.afterModifyOnResource(ResourceObjectShadowType shadowType, Collection<? extends ItemDelta> modifications, OperationResult parentResult)
           
 void ShadowCacheProvisioner.afterModifyOnResource(ResourceObjectShadowType shadowType, Collection<? extends ItemDelta> modifications, OperationResult parentResult)
           
abstract  void ShadowCache.afterModifyOnResource(ResourceObjectShadowType shadowType, Collection<? extends ItemDelta> modifications, OperationResult parentResult)
           
 Collection<? extends ItemDelta> ShadowCacheReconciler.beforeModifyOnResource(ResourceObjectShadowType shadowType, ProvisioningOperationOptions options, Collection<? extends ItemDelta> modifications)
           
 Collection<? extends ItemDelta> ShadowCacheProvisioner.beforeModifyOnResource(ResourceObjectShadowType shadowType, ProvisioningOperationOptions options, Collection<? extends ItemDelta> modifications)
           
abstract  Collection<? extends ItemDelta> ShadowCache.beforeModifyOnResource(ResourceObjectShadowType shadowType, ProvisioningOperationOptions options, Collection<? extends ItemDelta> modifications)
           
 void ShadowConverter.deleteShadow(ResourceType resource, ResourceObjectShadowType shadow, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 void DiscoveryHandler.discovered(ResourceObjectShadowType shadow, OperationResult parentResult)
           
protected  ResourceType ShadowCache.getResource(ResourceObjectShadowType shadowType, OperationResult parentResult)
           
 String ShadowCache.modifyShadow(ResourceObjectShadowType objectType, ResourceType resource, String oid, Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 Collection<PropertyModificationOperation> ShadowConverter.modifyShadow(ResourceType resource, ResourceObjectShadowType shadow, ProvisioningScriptsType scripts, Collection<? extends ItemDelta> objectChanges, OperationResult parentResult)
           
 

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

Classes in com.evolveum.midpoint.provisioning.ucf.api with type parameters of type ResourceObjectShadowType
 interface ResultHandler<T extends ResourceObjectShadowType>
          Classes implementing this interface are used to handle iterative results.
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstance.fetchObject(Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
          Retrieves a specific object from the resource.
<T extends ResourceObjectShadowType>
void
ConnectorInstance.search(ObjectClassComplexTypeDefinition objectClassDefinition, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
          Execute iterative search operation.
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return types with arguments of type ResourceObjectShadowType
 PrismObject<? extends ResourceObjectShadowType> Change.getCurrentShadow()
           
 ObjectDelta<? extends ResourceObjectShadowType> Change.getObjectDelta()
           
 PrismObject<? extends ResourceObjectShadowType> Change.getOldShadow()
           
 

Method parameters in com.evolveum.midpoint.provisioning.ucf.api with type arguments of type ResourceObjectShadowType
 Collection<ResourceAttribute<?>> ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object, Collection<Operation> additionalOperations, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 void Change.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
           
 void Change.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> change)
           
 void Change.setOldShadow(PrismObject<? extends ResourceObjectShadowType> oldShadow)
           
 

Constructor parameters in com.evolveum.midpoint.provisioning.ucf.api with type arguments of type ResourceObjectShadowType
Change(Collection<ResourceAttribute<?>> identifiers, ObjectDelta<? extends ResourceObjectShadowType> change, PrismProperty<?> token)
           
Change(Collection<ResourceAttribute<?>> identifiers, PrismObject<? extends ResourceObjectShadowType> currentShadow, PrismProperty<?> token)
           
Change(ObjectDelta<? extends ResourceObjectShadowType> change, PrismProperty<?> token)
           
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.impl with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstanceIcfImpl.fetchObject(Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ConnectorInstanceIcfImpl.search(ObjectClassComplexTypeDefinition objectClassDefinition, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
           
 

Method parameters in com.evolveum.midpoint.provisioning.ucf.impl with type arguments of type ResourceObjectShadowType
 Collection<ResourceAttribute<?>> ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object, Collection<Operation> additionalOperations, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.util with type parameters of type ResourceObjectShadowType
static
<T extends ResourceObjectShadowType>
T
ShadowCacheUtil.completeShadow(T resourceShadow, T repoShadow, ResourceType resource, OperationResult parentResult)
          Make sure that the shadow is complete, e.g.
static
<T extends ResourceObjectShadowType>
T
ShadowCacheUtil.createRepositoryShadow(T shadowType, ResourceType resource)
          Create a copy of a shadow that is suitable for repository storage.
static
<T extends ResourceObjectShadowType>
void
ShadowCacheUtil.normalizeShadow(T shadow, OperationResult result)
           
 

Methods in com.evolveum.midpoint.provisioning.util that return types with arguments of type ResourceObjectShadowType
static PrismObjectDefinition<ResourceObjectShadowType> ShadowCacheUtil.getResourceObjectShadowDefinition(PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.provisioning.util with parameters of type ResourceObjectShadowType
static ActivationType ShadowCacheUtil.completeActivation(ResourceObjectShadowType shadow, ResourceType resource, OperationResult parentResult)
          Completes activation state by determinig simulated activation if necessary.
static ObjectQuery ShadowCacheUtil.createSearchShadowQuery(ResourceObjectShadowType resourceShadow, ResourceType resource, PrismContext prismContext, OperationResult parentResult)
           
static PolyStringType ShadowCacheUtil.determineShadowName(ResourceObjectShadowType shadow)
           
static String ShadowCacheUtil.determineShadowStringName(ResourceObjectShadowType shadow)
           
 

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>
List<PrismObject<T>>
RepositoryService.listResourceObjectShadows(String resourceOid, 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>
List<PrismObject<T>>
RepositoryCache.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.repo.sql with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
SqlRepositoryServiceImpl.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, OperationResult result)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.sql.data.common
 

Methods in com.evolveum.midpoint.repo.sql.data.common that return ResourceObjectShadowType
 ResourceObjectShadowType RResourceObjectShadow.toJAXB(PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type ResourceObjectShadowType
static void RResourceObjectShadow.copyFromJAXB(ResourceObjectShadowType jaxb, RResourceObjectShadow repo, PrismContext prismContext)
           
static void RResourceObjectShadow.copyToJAXB(RResourceObjectShadow repo, ResourceObjectShadowType jaxb, PrismContext prismContext)
           
 

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

Methods in com.evolveum.midpoint.schema.processor with type parameters of type ResourceObjectShadowType
<T extends ResourceObjectShadowType>
PrismObjectDefinition<T>
ResourceAttributeContainerDefinition.toShadowDefinition()
           
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceObjectShadowType
 ObjectClassComplexTypeDefinition ResourceSchema.findObjectClassDefinition(ResourceObjectShadowType shadow)
           
 

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

Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceObjectShadowType
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getAttributes(ResourceObjectShadowType shadowType)
           
static ResourceAttributeContainer ResourceObjectShadowUtil.getAttributesContainer(ResourceObjectShadowType shadowType)
           
static
<T> List<T>
ResourceObjectShadowUtil.getAttributeValues(ResourceObjectShadowType shadowType, QName attrName)
           
static
<T> Collection<T>
ResourceObjectShadowUtil.getAttributeValues(ResourceObjectShadowType shadow, QName attributeQname, Class<T> type)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getIdentifiers(ResourceObjectShadowType shadowType)
           
static String ResourceObjectShadowUtil.getIntent(ResourceObjectShadowType shadow)
          Returns intent from the shadow.
static String ResourceObjectShadowUtil.getMultiStringAttributeValueAsSingle(ResourceObjectShadowType shadow, QName attrName)
           
static ResourceAttributeContainerDefinition ResourceObjectShadowUtil.getObjectClassDefinition(ResourceObjectShadowType shadow)
           
static ActivationType ResourceObjectShadowUtil.getOrCreateActivation(ResourceObjectShadowType shadowType)
           
static String ResourceObjectShadowUtil.getResourceOid(ResourceObjectShadowType shadowType)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getSecondaryIdentifiers(ResourceObjectShadowType shadowType)
           
static String ResourceObjectShadowUtil.getSingleStringAttributeValue(ResourceObjectShadowType shadow, QName attrName)
           
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ResourceObjectShadowType
static void ResourceObjectShadowUtil.applyResourceSchema(PrismObject<? extends ResourceObjectShadowType> shadow, ResourceSchema resourceSchema)
          This is not supposed to be used in production code! It is just for the tests.
static void ResourceObjectShadowUtil.checkConsistence(PrismObject<? extends ResourceObjectShadowType> shadow, String desc)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getAttributes(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static ResourceAttributeContainer ResourceObjectShadowUtil.getAttributesContainer(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static
<T> List<T>
ResourceObjectShadowUtil.getAttributeValues(PrismObject<? extends ResourceObjectShadowType> shadow, QName attrName)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getIdentifiers(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static ResourceAttributeContainer ResourceObjectShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends ResourceObjectShadowType> shadow, ObjectClassComplexTypeDefinition objectClassDefinition)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getSecondaryIdentifiers(PrismObject<? extends ResourceObjectShadowType> shadow)
           
 

Uses of ResourceObjectShadowType in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test with parameters of type ResourceObjectShadowType
static
<T> void
IntegrationTestTools.assertAttribute(ResourceObjectShadowType shadowType, QName name, T... expectedValues)
           
static
<T> void
IntegrationTestTools.assertAttribute(ResourceObjectShadowType shadow, ResourceType resource, String name, T... expectedValues)
           
static
<T> void
IntegrationTestTools.assertAttribute(String message, ResourceObjectShadowType repoShadow, QName name, T... expectedValues)
           
static void IntegrationTestTools.assertAttributeNotNull(ResourceObjectShadowType repoShadow, QName name)
           
static void IntegrationTestTools.assertAttributeNotNull(String message, ResourceObjectShadowType repoShadow, QName name)
           
static void IntegrationTestTools.assertIcfsNameAttribute(ResourceObjectShadowType repoShadow, String value)
           
static String IntegrationTestTools.getAttributeValue(ResourceObjectShadowType repoShadow, QName name)
           
static
<T> Collection<T>
IntegrationTestTools.getAttributeValues(ResourceObjectShadowType shadowType, QName name)
           
 

Method parameters in com.evolveum.midpoint.test with type arguments of type ResourceObjectShadowType
static
<T> void
IntegrationTestTools.assertAttribute(PrismObject<? extends ResourceObjectShadowType> shadow, QName name, T... expectedValues)
           
static void IntegrationTestTools.assertIcfsNameAttribute(PrismObject<? extends ResourceObjectShadowType> repoShadow, String value)
           
static
<T> void
IntegrationTestTools.assertNoAttribute(PrismObject<? extends ResourceObjectShadowType> shadow, QName name)
           
static
<T> Collection<T>
IntegrationTestTools.getAttributeValues(PrismObject<? extends ResourceObjectShadowType> shadow, QName name)
           
 

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

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

Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type ResourceObjectShadowType
 List<ResourceObjectShadowType> ResourceObjectShadowListType.getObject()
          Gets the value of the object property.
 

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

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ResourceObjectShadowType
 ResourceObjectShadowType ResourceObjectShadowType.clone()
           
 ResourceObjectShadowType ObjectFactory.createResourceObjectShadowType()
          Create an instance of ResourceObjectShadowType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ResourceObjectShadowType
 JAXBElement<ResourceObjectShadowType> ObjectFactory.createResourceObjectShadow(ResourceObjectShadowType value)
          Create an instance of JAXBElement<ResourceObjectShadowType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ResourceObjectShadowType
 JAXBElement<ResourceObjectShadowType> ObjectFactory.createResourceObjectShadow(ResourceObjectShadowType value)
          Create an instance of JAXBElement<ResourceObjectShadowType>}
 



Copyright © 2013 evolveum. All Rights Reserved.