Class ResourceObjectInboundProcessingDefinition.AssociationSynchronizationImplementation
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectInboundProcessingDefinition.AssociationSynchronizationImplementation
- All Implemented Interfaces:
- ResourceObjectInboundProcessingDefinition,- DebugDumpable,- Serializable
- Enclosing interface:
- ResourceObjectInboundProcessingDefinition
public static class ResourceObjectInboundProcessingDefinition.AssociationSynchronizationImplementation
extends Object
implements ResourceObjectInboundProcessingDefinition
Inbound processing for the `associationSynchronization` expression evaluator.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.midpoint.schema.processor.ResourceObjectInboundProcessingDefinitionResourceObjectInboundProcessingDefinition.AssociationBasedItemImplementation, ResourceObjectInboundProcessingDefinition.AssociationSynchronizationImplementation, ResourceObjectInboundProcessingDefinition.CompleteItemInboundDefinition, ResourceObjectInboundProcessingDefinition.FocusSpecification, ResourceObjectInboundProcessingDefinition.ItemInboundProcessingDefinition
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptiondebugDump(int indent) @NotNull List<MappingType>getActivationInboundMappings(ItemName itemName) Returns the inbound mappings for given activation item (administrativeStatus, validFrom, validTo, ...).@NotNull List<MappingType>Returns inbound mappings for the auxiliary object class(es) property.What are the default evaluation phases for inbound mappings?Returns all inbound definitions for attributes and associations.@NotNull List<MappingType>Returns inbound mappings for the password.@NotNull Collection<? extends SynchronizationReactionDefinition>Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
getItemInboundDefinitions@NotNull public @NotNull Collection<ResourceObjectInboundProcessingDefinition.CompleteItemInboundDefinition> getItemInboundDefinitions()Description copied from interface:ResourceObjectInboundProcessingDefinitionReturns all inbound definitions for attributes and associations.- Specified by:
- getItemInboundDefinitionsin interface- ResourceObjectInboundProcessingDefinition
 
- 
getActivationInboundMappingsDescription copied from interface:ResourceObjectInboundProcessingDefinitionReturns the inbound mappings for given activation item (administrativeStatus, validFrom, validTo, ...).- Specified by:
- getActivationInboundMappingsin interface- ResourceObjectInboundProcessingDefinition
 
- 
getAuxiliaryObjectClassInboundMappingsDescription copied from interface:ResourceObjectInboundProcessingDefinitionReturns inbound mappings for the auxiliary object class(es) property.- Specified by:
- getAuxiliaryObjectClassInboundMappingsin interface- ResourceObjectInboundProcessingDefinition
 
- 
getDefaultInboundMappingEvaluationPhasesDescription copied from interface:ResourceObjectInboundProcessingDefinitionWhat are the default evaluation phases for inbound mappings? Normally, it's the clockwork only.- Specified by:
- getDefaultInboundMappingEvaluationPhasesin interface- ResourceObjectInboundProcessingDefinition
 
- 
getPasswordInboundMappingsDescription copied from interface:ResourceObjectInboundProcessingDefinitionReturns inbound mappings for the password.- Specified by:
- getPasswordInboundMappingsin interface- ResourceObjectInboundProcessingDefinition
 
- 
getFocusSpecification@NotNull public @NotNull ResourceObjectInboundProcessingDefinition.FocusSpecification getFocusSpecification()- Specified by:
- getFocusSpecificationin interface- ResourceObjectInboundProcessingDefinition
 
- 
getSynchronizationReactions@NotNull public @NotNull Collection<? extends SynchronizationReactionDefinition> getSynchronizationReactions()- Specified by:
- getSynchronizationReactionsin interface- ResourceObjectInboundProcessingDefinition
 
- 
getCorrelation- Specified by:
- getCorrelationin interface- ResourceObjectInboundProcessingDefinition
 
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
 
-