|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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
|
ErrorHandler.createAttemptModification(T shadow,
Collection<ItemDelta> modifications)
|
|
abstract
|
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 | ||
---|---|---|
|
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
CommunicationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ConfigurationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
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 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 | ||
---|---|---|
|
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. |
|
|
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 | ||
---|---|---|
|
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
|
|
|
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
|
ShadowCacheUtil.completeShadow(T resourceShadow,
T repoShadow,
ResourceType resource,
OperationResult parentResult)
Make sure that the shadow is complete, e.g. |
|
static
|
ShadowCacheUtil.createRepositoryShadow(T shadowType,
ResourceType resource)
Create a copy of a shadow that is suitable for repository storage. |
|
static
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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
|
ResourceObjectShadowUtil.getAttributeValues(ResourceObjectShadowType shadowType,
QName attrName)
|
|
static
|
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
|
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
|
IntegrationTestTools.assertAttribute(ResourceObjectShadowType shadowType,
QName name,
T... expectedValues)
|
|
static
|
IntegrationTestTools.assertAttribute(ResourceObjectShadowType shadow,
ResourceType resource,
String name,
T... expectedValues)
|
|
static
|
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
|
IntegrationTestTools.getAttributeValues(ResourceObjectShadowType shadowType,
QName name)
|
Method parameters in com.evolveum.midpoint.test with type arguments of type ResourceObjectShadowType | ||
---|---|---|
static
|
IntegrationTestTools.assertAttribute(PrismObject<? extends ResourceObjectShadowType> shadow,
QName name,
T... expectedValues)
|
|
static void |
IntegrationTestTools.assertIcfsNameAttribute(PrismObject<? extends ResourceObjectShadowType> repoShadow,
String value)
|
|
static
|
IntegrationTestTools.assertNoAttribute(PrismObject<? extends ResourceObjectShadowType> shadow,
QName name)
|
|
static
|
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 > } |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |