|
||||||||||
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(java.util.List<? extends ResourceObjectShadowType> shadows)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression with parameters of type ResourceObjectShadowType | |
---|---|
java.util.Collection<java.lang.String> |
MidPointFunctions.getAttributeStringValues(ResourceObjectShadowType shadow,
groovy.xml.QName attributeQname)
|
java.util.Collection<java.lang.String> |
MidPointFunctions.getAttributeStringValues(ResourceObjectShadowType shadow,
javax.xml.namespace.QName attributeQname)
|
java.util.Collection<java.lang.String> |
MidPointFunctions.getAttributeStringValues(ResourceObjectShadowType shadow,
java.lang.String attributeNamespace,
java.lang.String attributeLocalPart)
|
java.util.Collection<java.lang.Object> |
MidPointFunctions.getAttributeValues(ResourceObjectShadowType shadow,
groovy.xml.QName attributeQname)
|
java.util.Collection<java.lang.Object> |
MidPointFunctions.getAttributeValues(ResourceObjectShadowType shadow,
javax.xml.namespace.QName attributeQname)
|
java.util.Collection<java.lang.Object> |
MidPointFunctions.getAttributeValues(ResourceObjectShadowType shadow,
java.lang.String attributeNamespace,
java.lang.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(java.lang.String resourceOid,
java.lang.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 | |
---|---|
java.util.List<PrismObject<? extends ResourceObjectShadowType>> |
ModelService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.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(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
Task task,
OperationResult result)
|
Methods in com.evolveum.midpoint.model.controller that return types with arguments of type ResourceObjectShadowType | |
---|---|
java.util.List<PrismObject<? extends ResourceObjectShadowType>> |
ModelController.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.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)
|
java.lang.String |
ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow,
ExpressionType expressionType,
java.lang.String shortDesc,
OperationResult result)
|
static java.util.Map<javax.xml.namespace.QName,java.lang.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 that return types with arguments of type ResourceObjectShadowType | |
---|---|
PrismObject<? extends ResourceObjectShadowType> |
ResourceObjectShadowChangeDescription.getCurrentShadow()
|
PrismObject<? extends ResourceObjectShadowType> |
ResourceObjectShadowFailureDescription.getCurrentShadow()
Shadow describing the object that was the target of the operation. |
ObjectDelta<? extends ResourceObjectShadowType> |
ResourceObjectShadowChangeDescription.getObjectDelta()
|
ObjectDelta<? extends ResourceObjectShadowType> |
ResourceObjectShadowFailureDescription.getObjectDelta()
The operation that was about to execute and that has failed. |
PrismObject<? extends ResourceObjectShadowType> |
ResourceObjectShadowChangeDescription.getOldShadow()
|
java.util.List<PrismObject<? extends ResourceObjectShadowType>> |
ProvisioningService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.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 |
ResourceObjectShadowFailureDescription.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
|
void |
ResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
void |
ResourceObjectShadowFailureDescription.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,
java.util.Collection<ItemDelta> modifications)
|
|
abstract
|
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.consistency.api with parameters of type ResourceObjectShadowType | |
---|---|
protected java.lang.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 | ||
---|---|---|
|
CommunicationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
ConfigurationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
OperationResult parentResult)
|
|
|
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
java.lang.Exception ex,
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 | ||
---|---|---|
|
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta,
PrismObject<T> shadow,
ResourceType resource)
|
|
|
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta,
ResourceShadowDiscriminator discriminator,
ResourceType resource)
|
|
|
ShadowConverter.applyAttributesDefinition(PrismObject<T> shadow,
ResourceType resource)
|
|
|
ShadowCache.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
|
|
|
ShadowCache.applyDefinition(PrismObject<T> shadow,
OperationResult parentResult)
|
|
|
ShadowConverter.getShadow(java.lang.Class<T> type,
ResourceType resource,
T repoShadow,
OperationResult parentResult)
|
|
|
ShadowCache.getShadow(java.lang.Class<T> type,
java.lang.String oid,
T 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. |
|
|
ShadowConverter.isProtectedShadow(ResourceType resource,
PrismObject<T> shadow)
|
|
|
ResourceTypeManager.searchObjectsIterative(java.lang.Class<T> type,
javax.xml.namespace.QName objectClass,
ResourceType resourceType,
java.util.List<ResourceAttribute> query,
ShadowHandler handler,
DiscoveryHandler discoveryHandler,
OperationResult parentResult)
|
|
|
ResourceTypeManager.searchObjectsIterative(java.lang.Class<T> type,
javax.xml.namespace.QName objectClass,
ResourceType resourceType,
ObjectQuery query,
ShadowHandler handler,
DiscoveryHandler discoveryHandler,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl that return ResourceObjectShadowType | |
---|---|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadowType,
java.util.Set<Operation> additionalOperations,
boolean isReconciled,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowConverter.createNewAccountFromChange(Change change,
ResourceType resource,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl that return types with arguments of type ResourceObjectShadowType | |
---|---|
java.util.List<PrismObject<? extends ResourceObjectShadowType>> |
ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ResourceObjectShadowType | |
---|---|
java.lang.String |
ShadowCache.addShadow(ResourceObjectShadowType shadowType,
boolean isReconciled,
ProvisioningScriptsType scripts,
ResourceType resource,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadowType,
java.util.Set<Operation> additionalOperations,
boolean isReconciled,
OperationResult parentResult)
|
void |
ShadowConverter.deleteShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Set<Operation> additionalOperations,
OperationResult parentResult)
|
void |
DiscoveryHandler.discovered(ResourceObjectShadowType shadow,
OperationResult parentResult)
|
java.util.Set<PropertyModificationOperation> |
ShadowConverter.modifyShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Collection<Operation> operations,
java.lang.String oid,
java.util.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(java.lang.Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
java.util.Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
java.util.Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
Retrieves a specific object from the resource. |
|
|
ConnectorInstance.search(java.lang.Class<T> type,
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 | |
---|---|
java.util.Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object,
java.util.Set<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(java.util.Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<? extends ResourceObjectShadowType> change,
PrismProperty token)
|
|
Change(java.util.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(java.lang.Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
java.util.Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
java.util.Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
|
|
|
ConnectorInstanceIcfImpl.search(java.lang.Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
|
Method parameters in com.evolveum.midpoint.provisioning.ucf.impl with type arguments of type ResourceObjectShadowType | |
---|---|
java.util.Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object,
java.util.Set<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 java.lang.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(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 | ||
---|---|---|
|
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.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(java.lang.String resourceOid,
java.lang.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 java.util.Collection<ResourceAttribute<?>> |
ResourceObjectShadowUtil.getAttributes(ResourceObjectShadowType shadowType)
|
|
static ResourceAttributeContainer |
ResourceObjectShadowUtil.getAttributesContainer(ResourceObjectShadowType shadowType)
|
|
static java.util.List<java.lang.Object> |
ResourceObjectShadowUtil.getAttributeValues(ResourceObjectShadowType shadowType,
javax.xml.namespace.QName attrName)
|
|
static
|
ResourceObjectShadowUtil.getAttributeValues(ResourceObjectShadowType shadow,
javax.xml.namespace.QName attributeQname,
java.lang.Class<T> type)
|
|
static java.util.Collection<ResourceAttribute<?>> |
ResourceObjectShadowUtil.getIdentifiers(ResourceObjectShadowType shadowType)
|
|
static java.lang.String |
ResourceObjectShadowUtil.getIntent(ResourceObjectShadowType shadow)
Returns intent from the shadow. |
|
static java.lang.String |
ResourceObjectShadowUtil.getMultiStringAttributeValueAsSingle(ResourceObjectShadowType shadow,
javax.xml.namespace.QName attrName)
|
|
static ResourceAttributeContainerDefinition |
ResourceObjectShadowUtil.getObjectClassDefinition(ResourceObjectShadowType shadow)
|
|
static ActivationType |
ResourceObjectShadowUtil.getOrCreateActivation(ResourceObjectShadowType shadowType)
|
|
static java.lang.String |
ResourceObjectShadowUtil.getResourceOid(ResourceObjectShadowType shadowType)
|
|
static java.util.Collection<ResourceAttribute<?>> |
ResourceObjectShadowUtil.getSecondaryIdentifiers(ResourceObjectShadowType shadowType)
|
|
static java.lang.String |
ResourceObjectShadowUtil.getSingleStringAttributeValue(ResourceObjectShadowType shadow,
javax.xml.namespace.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,
java.lang.String desc)
|
static java.util.Collection<ResourceAttribute<?>> |
ResourceObjectShadowUtil.getAttributes(PrismObject<? extends ResourceObjectShadowType> shadow)
|
static ResourceAttributeContainer |
ResourceObjectShadowUtil.getAttributesContainer(PrismObject<? extends ResourceObjectShadowType> shadow)
|
static java.util.List<java.lang.Object> |
ResourceObjectShadowUtil.getAttributeValues(PrismObject<ResourceObjectShadowType> shadow,
javax.xml.namespace.QName attrName)
|
static java.util.Collection<ResourceAttribute<?>> |
ResourceObjectShadowUtil.getIdentifiers(PrismObject<? extends ResourceObjectShadowType> shadow)
|
static ResourceAttributeContainer |
ResourceObjectShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends ResourceObjectShadowType> shadow,
ObjectClassComplexTypeDefinition objectClassDefinition)
|
static java.util.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,
javax.xml.namespace.QName name,
T... expectedValues)
|
|
static
|
IntegrationTestTools.assertAttribute(ResourceObjectShadowType shadow,
ResourceType resource,
java.lang.String name,
T... expectedValues)
|
|
static
|
IntegrationTestTools.assertAttribute(java.lang.String message,
ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name,
T... expectedValues)
|
|
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 void |
IntegrationTestTools.assertIcfsNameAttribute(ResourceObjectShadowType repoShadow,
java.lang.String value)
|
|
static java.lang.String |
IntegrationTestTools.getAttributeValue(ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name)
|
|
static
|
IntegrationTestTools.getAttributeValues(ResourceObjectShadowType shadowType,
javax.xml.namespace.QName name)
|
Method parameters in com.evolveum.midpoint.test with type arguments of type ResourceObjectShadowType | ||
---|---|---|
static
|
IntegrationTestTools.assertAttribute(PrismObject<? extends ResourceObjectShadowType> shadow,
javax.xml.namespace.QName name,
T... expectedValues)
|
|
static void |
IntegrationTestTools.assertIcfsNameAttribute(PrismObject<? extends ResourceObjectShadowType> repoShadow,
java.lang.String value)
|
|
static
|
IntegrationTestTools.getAttributeValues(PrismObject<? extends ResourceObjectShadowType> shadow,
javax.xml.namespace.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 java.util.List<ResourceObjectShadowType> |
ResourceObjectShadowListType.object
|
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type ResourceObjectShadowType | |
---|---|
java.util.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 | |
---|---|
javax.xml.bind.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 | |
---|---|
javax.xml.bind.JAXBElement<ResourceObjectShadowType> |
ObjectFactory.createResourceObjectShadow(ResourceObjectShadowType value)
Create an instance of JAXBElement < ResourceObjectShadowType > } |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |