Class RefinedAssociationDefinition
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.midpoint.common.refinery.RefinedAssociationDefinition
-
- All Implemented Interfaces:
Freezable,Visitable,Serializable
public class RefinedAssociationDefinition extends AbstractFreezable implements Serializable, Visitable, Freezable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefinedAssociationDefinition(ResourceObjectAssociationType resourceObjectAssociationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)RefinedAssociationDefinitionclone()RefinedObjectClassDefinitiongetAssociationTarget()QNamegetAuxiliaryObjectClass()StringgetDisplayName()List<MappingType>getInboundMappingTypes()Collection<String>getIntents()@NotNull List<String>getIntolerantValuePattern()ShadowKindTypegetKind()PropertyLimitationsgetLimitations(LayerType layer)QNamegetMatchingRule()ItemNamegetName()MappingTypegetOutboundMappingType()ResourceObjectAssociationTypegetResourceObjectAssociationType()@NotNull List<String>getTolerantValuePattern()booleanisExclusiveStrong()booleanisIgnored()booleanisIgnored(LayerType layer)booleanisTolerant()booleanrequiresExplicitReferentialIntegrity()-
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, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
-
-
-
Constructor Detail
-
RefinedAssociationDefinition
public RefinedAssociationDefinition(ResourceObjectAssociationType resourceObjectAssociationType)
-
-
Method Detail
-
getResourceObjectAssociationType
public ResourceObjectAssociationType getResourceObjectAssociationType()
-
getAssociationTarget
public RefinedObjectClassDefinition getAssociationTarget()
-
getName
public ItemName getName()
-
getKind
public ShadowKindType getKind()
-
getIntents
public Collection<String> getIntents()
-
getAuxiliaryObjectClass
public QName getAuxiliaryObjectClass()
-
getOutboundMappingType
public MappingType getOutboundMappingType()
-
getInboundMappingTypes
public List<MappingType> 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 RefinedAssociationDefinition clone()
-
-