Package com.evolveum.midpoint.model.api
Class InboundSourceData.AssociationValue
java.lang.Object
com.evolveum.midpoint.model.api.InboundSourceData.AssociationValue
- All Implemented Interfaces:
InboundSourceData
,DebugDumpable
,Serializable
- Enclosing interface:
- InboundSourceData
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.model.api.InboundSourceData
InboundSourceData.AssociationValue, InboundSourceData.Shadow
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) @Nullable ObjectDelta<ShadowType>
getAssociation
(ItemName assocName) Collection<? extends ShadowAssociationDefinition>
@NotNull ShadowAssociationValue
@Nullable PrismProperty<QName>
<V extends PrismValue,
D extends ItemDefinition<?>>
ItemDelta<V,D> getItemAPrioriDelta
(ItemPath path) Returns a-priori delta for given item.getReferenceAttribute
(ItemName refAttrName) Collection<? extends ShadowReferenceAttributeDefinition>
<TA> PrismProperty<TA>
getSimpleAttribute
(ItemName attributeName) Collection<? extends ShadowSimpleAttributeDefinition<?>>
boolean
isEmpty()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.model.api.InboundSourceData
getShadowObjectDefinition
-
Method Details
-
getAssociationValue
-
getAPrioriDelta
- Specified by:
getAPrioriDelta
in interfaceInboundSourceData
-
getSimpleAttributeDefinitions
- Specified by:
getSimpleAttributeDefinitions
in interfaceInboundSourceData
-
getReferenceAttributeDefinitions
- Specified by:
getReferenceAttributeDefinitions
in interfaceInboundSourceData
-
getAssociationDefinitions
- Specified by:
getAssociationDefinitions
in interfaceInboundSourceData
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceInboundSourceData
-
getSimpleAttribute
- Specified by:
getSimpleAttribute
in interfaceInboundSourceData
-
getReferenceAttribute
- Specified by:
getReferenceAttribute
in interfaceInboundSourceData
-
getShadowIfPresent
- Specified by:
getShadowIfPresent
in interfaceInboundSourceData
-
getAssociation
- Specified by:
getAssociation
in interfaceInboundSourceData
-
getItemAPrioriDelta
public <V extends PrismValue,D extends ItemDefinition<?>> ItemDelta<V,D> getItemAPrioriDelta(ItemPath path) Description copied from interface:InboundSourceData
Returns a-priori delta for given item.- Specified by:
getItemAPrioriDelta
in interfaceInboundSourceData
-
getAuxiliaryObjectClasses
- Specified by:
getAuxiliaryObjectClasses
in interfaceInboundSourceData
-
getAssociationValueBeanIfPresent
- Specified by:
getAssociationValueBeanIfPresent
in interfaceInboundSourceData
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-