Class ResourceAssociationDefinition
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.midpoint.schema.processor.ResourceAssociationDefinition
-
- All Implemented Interfaces:
Freezable,Visitable,Serializable
public class ResourceAssociationDefinition extends AbstractFreezable implements Serializable, Visitable, Freezable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceAssociationDefinition(@NotNull ResourceObjectAssociationType definitionBean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)ResourceAssociationDefinitionclone()ResourceObjectTypeDefinitiongetAssociationTarget()QNamegetAuxiliaryObjectClass()@NotNull ResourceObjectAssociationTypegetDefinitionBean()@NotNull ResourceObjectAssociationDirectionTypegetDirection()StringgetDisplayName()List<InboundMappingType>getInboundMappingTypes()@NotNull Collection<String>getIntents()@NotNull List<String>getIntolerantValuePattern()@NotNull ShadowKindTypegetKind()PropertyLimitationsgetLimitations(LayerType layer)QNamegetMatchingRule()@NotNull ItemNamegetName()MappingTypegetOutboundMappingType()@NotNull List<String>getTolerantValuePattern()booleanisExclusiveStrong()booleanisIgnored()booleanisIgnored(LayerType layer)booleanisTolerant()booleanrequiresExplicitReferentialIntegrity()StringtoString()-
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable, performFreeze
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
-
-
-
Constructor Detail
-
ResourceAssociationDefinition
public ResourceAssociationDefinition(@NotNull @NotNull ResourceObjectAssociationType definitionBean)
-
-
Method Detail
-
getDefinitionBean
@NotNull public @NotNull ResourceObjectAssociationType getDefinitionBean()
-
getAssociationTarget
public ResourceObjectTypeDefinition getAssociationTarget()
-
getName
@NotNull public @NotNull ItemName getName()
-
getKind
@NotNull public @NotNull ShadowKindType getKind()
-
getDirection
@NotNull public @NotNull ResourceObjectAssociationDirectionType getDirection()
-
getIntents
@NotNull public @NotNull Collection<String> getIntents()
-
getAuxiliaryObjectClass
public QName getAuxiliaryObjectClass()
-
getOutboundMappingType
public MappingType getOutboundMappingType()
-
getInboundMappingTypes
public List<InboundMappingType> getInboundMappingTypes()
-
isExclusiveStrong
public boolean isExclusiveStrong()
-
isIgnored
public boolean isIgnored()
-
isIgnored
public boolean isIgnored(LayerType layer)
-
getLimitations
public PropertyLimitations getLimitations(LayerType layer)
-
isTolerant
public boolean isTolerant()
-
requiresExplicitReferentialIntegrity
public boolean requiresExplicitReferentialIntegrity()
-
getMatchingRule
public QName getMatchingRule()
-
getDisplayName
public String getDisplayName()
-
clone
public ResourceAssociationDefinition clone()
-
-