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<?>>booleanisEmpty()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.model.api.InboundSourceData
getShadowObjectDefinition
-
Method Details
-
getAssociationValue
-
getAPrioriDelta
- Specified by:
getAPrioriDeltain interfaceInboundSourceData
-
getSimpleAttributeDefinitions
- Specified by:
getSimpleAttributeDefinitionsin interfaceInboundSourceData
-
getReferenceAttributeDefinitions
- Specified by:
getReferenceAttributeDefinitionsin interfaceInboundSourceData
-
getAssociationDefinitions
- Specified by:
getAssociationDefinitionsin interfaceInboundSourceData
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceInboundSourceData
-
getSimpleAttribute
- Specified by:
getSimpleAttributein interfaceInboundSourceData
-
getReferenceAttribute
- Specified by:
getReferenceAttributein interfaceInboundSourceData
-
getShadowIfPresent
- Specified by:
getShadowIfPresentin interfaceInboundSourceData
-
getAssociation
- Specified by:
getAssociationin interfaceInboundSourceData
-
getItemAPrioriDelta
public <V extends PrismValue,D extends ItemDefinition<?>> ItemDelta<V,D> getItemAPrioriDelta(ItemPath path) Description copied from interface:InboundSourceDataReturns a-priori delta for given item.- Specified by:
getItemAPrioriDeltain interfaceInboundSourceData
-
getAuxiliaryObjectClasses
- Specified by:
getAuxiliaryObjectClassesin interfaceInboundSourceData
-
getAssociationValueBeanIfPresent
- Specified by:
getAssociationValueBeanIfPresentin interfaceInboundSourceData
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-