com.evolveum.midpoint.model.api.context
Interface ModelProjectionContext<O extends ObjectType>
- All Superinterfaces:
- DebugDumpable, Dumpable, ModelElementContext<O>, java.io.Serializable
- All Known Implementing Classes:
- LensProjectionContext
public interface ModelProjectionContext<O extends ObjectType>
- extends ModelElementContext<O>
- Author:
- semancik
Methods inherited from interface com.evolveum.midpoint.util.Dumpable |
dump |
getSyncDelta
ObjectDelta<O> getSyncDelta()
- Returns synchronization delta.
Synchronization delta describes changes that have recently happened. MidPoint reacts to these
changes by "pulling them in" (e.g. using them in inbound mappings).
setSyncDelta
void setSyncDelta(ObjectDelta<O> syncDelta)
getSynchronizationPolicyDecision
SynchronizationPolicyDecision getSynchronizationPolicyDecision()
- Decision regarding the account. It describes the overall situation of the account e.g. whether account
is added, is to be deleted, unliked, etc.
If set to null no decision was made yet. Null is also a typical value when the context is created.
- See Also:
SynchronizationPolicyDecision
Copyright © 2012 evolveum. All Rights Reserved.