Class FullInboundsSource
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsSource
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.FullInboundsSource
- All Implemented Interfaces:
DebugDumpable
Inbound mapping source (
InboundsSource) that is used in clockwork-based inbound mapping evaluation.
This is the standard situation. The other one is e.g. pre-inbounds (correlation-time) evaluation.-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionFullInboundsSource(@NotNull InboundSourceData sourceData, @NotNull ResourceObjectInboundProcessingDefinition inboundDefinition, @NotNull LensProjectionContext projectionContext, @NotNull InboundsContext context) -
Method Summary
Methods inherited from class com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsSource
createMappingSpec, debugDump, getInboundProcessingDefinition, getSourceDataMethods 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, debugDumpLazily
-
Constructor Details
-
FullInboundsSource
public FullInboundsSource(@NotNull @NotNull InboundSourceData sourceData, @NotNull @NotNull ResourceObjectInboundProcessingDefinition inboundDefinition, @NotNull @NotNull LensProjectionContext projectionContext, @NotNull @NotNull InboundsContext context) throws ConfigurationException - Throws:
ConfigurationException
-
-
Method Details
-
isItemLoaded
public boolean isItemLoaded(@NotNull @NotNull ItemPath path) throws SchemaException, ConfigurationException - Specified by:
isItemLoadedin classInboundsSource- Throws:
SchemaExceptionConfigurationException
-
isFullShadowLoaded
public boolean isFullShadowLoaded()- Specified by:
isFullShadowLoadedin classInboundsSource
-
isShadowGone
public boolean isShadowGone()- Specified by:
isShadowGonein classInboundsSource
-