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 void
accept(Visitor visitor)
RefinedAssociationDefinition
clone()
RefinedObjectClassDefinition
getAssociationTarget()
QName
getAuxiliaryObjectClass()
String
getDisplayName()
List<MappingType>
getInboundMappingTypes()
Collection<String>
getIntents()
@NotNull List<String>
getIntolerantValuePattern()
ShadowKindType
getKind()
PropertyLimitations
getLimitations(LayerType layer)
QName
getMatchingRule()
ItemName
getName()
MappingType
getOutboundMappingType()
ResourceObjectAssociationType
getResourceObjectAssociationType()
@NotNull List<String>
getTolerantValuePattern()
boolean
isExclusiveStrong()
boolean
isIgnored()
boolean
isIgnored(LayerType layer)
boolean
isTolerant()
boolean
requiresExplicitReferentialIntegrity()
-
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()
-
-