Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ResourceObjectPattern.getIdentifiers() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceObjectPattern.addIdentifier(ResourceAttribute<?> identifier) |
Modifier and Type | Method and Description |
---|---|
ResourceAttribute<T> |
LayerRefinedAttributeDefinition.instantiate() |
ResourceAttribute<T> |
LayerRefinedAttributeDefinition.instantiate(QName name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends ResourceAttribute<?>> |
ResourceObjectDiscriminator.getIdentifiers() |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
ShadowManager.compareAttribute(RefinedObjectClassDefinition refinedObjectClassDefinition,
ResourceAttribute<T> attributeA,
ResourceAttribute<T> attributeB) |
<T> boolean |
ShadowManager.compareAttribute(RefinedObjectClassDefinition refinedObjectClassDefinition,
ResourceAttribute<T> attributeA,
ResourceAttribute<T> attributeB) |
<T> boolean |
ShadowManager.compareAttribute(RefinedObjectClassDefinition refinedObjectClassDefinition,
ResourceAttribute<T> attributeA,
T... valuesB) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectReferenceResolver.fetchResourceObject(ProvisioningContext ctx,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn attributesToReturn,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.getResourceObject(ProvisioningContext ctx,
Collection<? extends ResourceAttribute<?>> identifiers,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.locateResourceObject(ProvisioningContext ctx,
Collection<? extends ResourceAttribute<?>> identifiers,
OperationResult parentResult)
Tries to get the object directly if primary identifiers are present.
|
Constructor and Description |
---|
ResourceObjectDiscriminator(QName objectClass,
Collection<? extends ResourceAttribute<?>> identifiers) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g.
|
Collection<ResourceAttribute<?>> |
Change.getIdentifiers() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorInstance.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute<?>> identifiers,
OperationResult parentResult) |
Collection<PropertyModificationOperation> |
ConnectorInstance.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute<?>> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g.
|
void |
Change.setIdentifiers(Collection<ResourceAttribute<?>> identifiers) |
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<T> change,
PrismProperty<?> token) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismObject<T> oldStadow,
ObjectDelta<T> objectDetla) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Collection<Operation> additionalOperations,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
IcfNameMapper.convertAttributeNameToIcf(ResourceAttribute<?> attribute,
ObjectClassComplexTypeDefinition ocDef) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorInstanceIcfImpl.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute<?>> identifiers,
OperationResult parentResult) |
Set<PropertyModificationOperation> |
ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClassDef,
Collection<? extends ResourceAttribute<?>> identifiers,
Collection<Operation> changes,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
ResourceAttribute<T> |
ResourceAttribute.clone() |
<X> ResourceAttribute<X> |
ResourceAttributeContainer.findAttribute(QName attributeQName)
Finds a specific attribute in the resource object by name.
|
<X> ResourceAttribute<X> |
ResourceAttributeContainer.findAttribute(ResourceAttributeDefinition attributeDefinition)
Finds a specific attribute in the resource object by definition.
|
<X> ResourceAttribute<X> |
ResourceAttributeContainer.findOrCreateAttribute(QName attributeName) |
<X> ResourceAttribute<X> |
ResourceAttributeContainer.findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition) |
ResourceAttribute |
ResourceAttributeContainer.getDescriptionAttribute()
Returns description attribute of a resource object.
|
ResourceAttribute |
ResourceAttributeContainer.getDisplayNameAttribute()
Returns display name attribute of a resource object.
|
ResourceAttribute<String> |
ResourceAttributeContainer.getNamingAttribute()
Specifies which resource attribute should be used as a "technical" name
for the account.
|
ResourceAttribute<T> |
ResourceAttributeDefinition.instantiate() |
ResourceAttribute<T> |
ResourceAttributeDefinition.instantiate(QName name) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ResourceAttributeContainer.getAttributes()
Returns set of resource object attributes.
|
Collection<? extends ResourceAttribute<?>> |
ResourceObjectIdentification.getIdentifiers() |
Collection<ResourceAttribute<?>> |
ResourceAttributeContainer.getIdentifiers()
Returns identifiers.
|
Collection<ResourceAttribute<?>> |
ResourceAttributeContainer.getSecondaryIdentifiers()
Returns secondary identifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAttributeContainer.add(ResourceAttribute<?> attribute) |
<T> boolean |
ResourceAttributeContainer.contains(ResourceAttribute<T> attr) |
protected void |
ResourceAttribute.copyValues(ResourceAttribute<T> clone) |
Constructor and Description |
---|
ResourceObjectIdentification(ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers) |
Modifier and Type | Method and Description |
---|---|
static <T> ResourceAttribute<T> |
ShadowUtil.getAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName attrName) |
static ResourceAttribute<String> |
ShadowUtil.getNamingAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static ResourceAttribute<String> |
ShadowUtil.getNamingAttribute(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow) |
static ResourceAttribute<?> |
ShadowUtil.getSecondaryIdentifier(ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers) |
Modifier and Type | Method and Description |
---|---|
static Collection<ResourceAttribute<?>> |
ShadowUtil.getAttributes(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getAttributes(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getIdentifiers(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getIdentifiers(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getSecondaryIdentifiers(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getSecondaryIdentifiers(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType) |
Modifier and Type | Method and Description |
---|---|
static ResourceAttribute<?> |
ShadowUtil.getSecondaryIdentifier(ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers) |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationTestTools.assertAttributeDefinition(ResourceAttribute<?> attr,
QName expectedType,
int minOccurs,
int maxOccurs,
boolean canRead,
boolean canCreate,
boolean canUpdate,
Class<?> expetcedAttributeDefinitionClass) |
Modifier and Type | Method and Description |
---|---|
List<ResourceAttribute<?>> |
AccountContentDto.getIdentifiers() |
Modifier and Type | Method and Description |
---|---|
void |
AccountContentDto.setIdentifiers(List<ResourceAttribute<?>> identifiers) |
Copyright © 2015 evolveum. All rights reserved.