public interface ModelContext<F extends ObjectType> extends Serializable, DebugDumpable
INDENT_STRING
Modifier and Type | Method and Description |
---|---|
ModelProjectionContext |
findProjectionContext(ResourceShadowDiscriminator rat) |
String |
getChannel() |
com.evolveum.midpoint.prism.delta.DeltaSetTriple<? extends EvaluatedAssignment> |
getEvaluatedAssignmentTriple() |
Class<F> |
getFocusClass() |
ModelElementContext<F> |
getFocusContext() |
com.evolveum.midpoint.prism.PrismContext |
getPrismContext() |
Collection<? extends ModelProjectionContext> |
getProjectionContexts() |
ModelState |
getState() |
com.evolveum.midpoint.prism.PrismObject<SystemConfigurationType> |
getSystemConfiguration() |
void |
reportProgress(ProgressInformation progress) |
debugDump, debugDump
ModelState getState()
ModelElementContext<F> getFocusContext()
Collection<? extends ModelProjectionContext> getProjectionContexts()
ModelProjectionContext findProjectionContext(ResourceShadowDiscriminator rat)
void reportProgress(ProgressInformation progress)
com.evolveum.midpoint.prism.delta.DeltaSetTriple<? extends EvaluatedAssignment> getEvaluatedAssignmentTriple()
com.evolveum.midpoint.prism.PrismContext getPrismContext()
com.evolveum.midpoint.prism.PrismObject<SystemConfigurationType> getSystemConfiguration()
String getChannel()
Copyright © 2016 Evolveum. All rights reserved.