Uses of Class
com.evolveum.midpoint.schema.processor.ShadowReferenceAttributeValue
Packages that use ShadowReferenceAttributeValue
-
Uses of ShadowReferenceAttributeValue in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ShadowReferenceAttributeValueModifier and TypeMethodDescriptionShadowReferenceAttributeValue.clone()ShadowReferenceAttributeValue.cloneComplex(@NotNull CloneStrategy strategy) @NotNull ShadowReferenceAttributeValueShadowReferenceAttribute.createNewValueFromShadow(@NotNull AbstractShadow shadow) Creates a value holding the shadow.@NotNull ShadowReferenceAttributeValueShadowReferenceAttribute.createNewValueWithIdentifierRealValue(@NotNull QName identifierName, @NotNull Object identifierRealValue) Callable only on the subject-side reference attribute.ShadowReferenceAttributeDefinitionImpl.createPrismValueFromRealValue(@NotNull Object realValue) ShadowReferenceAttributeValue.empty()static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromReferencable(@NotNull Referencable referencable) static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromRefValue(@NotNull PrismReferenceValue refVal) Converts (potentially raw)PrismReferenceValueto wrappedShadowReferenceAttributeValue.static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromShadow(@NotNull AbstractShadow shadow) Creates a new value from the full or ID-only shadow.static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromShadowOid(@NotNull String oid) @NotNull ShadowReferenceAttributeValueShadowAssociationValue.getSingleObjectRefValueRequired()@NotNull ShadowReferenceAttributeValueShadowReferenceAttribute.getSingleValueRequired()@NotNull ShadowReferenceAttributeValueShadowAssociationValue.toReferenceAttributeValue()Converts this value into the low-level representation by a reference attribute.Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowReferenceAttributeValueModifier and TypeMethodDescription@NotNull List<ShadowReferenceAttributeValue>ShadowReferenceAttribute.getAttributeValues()static @NotNull EqualsChecker<ShadowReferenceAttributeValue>ShadowReferenceAttributeValue.semanticEqualsChecker()Returns an equals checker that compares two reference attribute values, i.e., two shadows that they point toMethods in com.evolveum.midpoint.schema.processor with parameters of type ShadowReferenceAttributeValueModifier and TypeMethodDescriptiondefault ShadowAttributesContainerShadowAttributesContainer.addReferenceAttribute(QName attributeName, ShadowReferenceAttributeValue value) voidShadowReferenceAttribute.addValueSkipUniquenessCheck(ShadowReferenceAttributeValue value) default ShadowAssociationValueShadowAssociationDefinition.createValueFromDefaultObjectRef(@NotNull ShadowReferenceAttributeValue refAttrValue) Call only on simple associations!ShadowAssociationValue.fillFromReferenceAttributeValue(@NotNull ShadowReferenceAttributeValue refAttrValue) Fills-in this value from a (fully resolved)ShadowReferenceAttributeValue.booleanShadowReferenceAttributeValue.matches(ShadowReferenceAttributeValue other) -
Uses of ShadowReferenceAttributeValue in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ShadowReferenceAttributeValueModifier and TypeMethodDescriptiondefault @Nullable ShadowReferenceAttributeValueAbstractShadow.getReferenceAttributeSingleValue(QName attrName) @NotNull ShadowReferenceAttributeValueShadowReferenceAttributesCollection.IterableReferenceAttributeValue.value()Returns the value of thevaluerecord component.Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ShadowReferenceAttributeValueModifier and TypeMethodDescriptionShadowReferenceAttributesCollection.getAllReferenceValues()default @NotNull Collection<ShadowReferenceAttributeValue>AbstractShadow.getReferenceAttributeValues(QName attrName) ShadowReferenceAttributesCollection.valuesIterable()ShadowReferenceAttributesCollection.valuesIterator()Constructors in com.evolveum.midpoint.schema.util with parameters of type ShadowReferenceAttributeValueModifierConstructorDescriptionIterableReferenceAttributeValue(@NotNull ItemName name, @NotNull ShadowReferenceAttributeValue value, @NotNull ModificationType modificationType) Creates an instance of aIterableReferenceAttributeValuerecord class.