Class ShadowAssociationsMap.RawAssociation
java.lang.Object
com.evolveum.midpoint.schema.util.ShadowAssociationsMap.RawAssociation
- Enclosing class:
- ShadowAssociationsMap
As
ShadowReferenceAttribute
but potentially raw, i.e. without definitions.-
Method Summary
Modifier and TypeMethodDescriptioncollectionOf
(@Nullable ShadowAssociationsType associationsBean) The returned values are "live", connected to the original values in the associations bean.@NotNull QName
getName()
@NotNull Collection<ShadowAssociationValueType>
int
size()
-
Method Details
-
getName
-
getValues
-
size
public int size() -
collectionOf
public static Collection<ShadowAssociationsMap.RawAssociation> collectionOf(@Nullable @Nullable ShadowAssociationsType associationsBean) The returned values are "live", connected to the original values in the associations bean. However, the returned _collection_ is detached from the bean. That is, the collection itself is immutable. The bean must be well-formed. -
of
-