Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType
-
-
Uses of ObjectDeltaType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaType
MidpointFunctions. getResourceDelta(ModelContext context, String resourceOid)
Returns aggregated delta that is to be executed on a given resource. -
Uses of ObjectDeltaType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ObjectDeltaType Modifier and Type Method Description static boolean
ObjectDeltaUtil. isEmpty(ObjectDeltaType deltaType)
-
Uses of ObjectDeltaType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type ObjectDeltaType Modifier and Type Method Description static String
PrismPrettyPrinter. debugDump(ObjectDeltaType deltaType, int indent)
static String
PrismPrettyPrinter. prettyPrint(ObjectDeltaType deltaType)
-
Uses of ObjectDeltaType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectDeltaType Modifier and Type Method Description static ObjectDeltaType
DeltaConvertor. toObjectDeltaType(ObjectDelta<?> objectDelta)
Object delta: native -> XML.static ObjectDeltaType
DeltaConvertor. toObjectDeltaType(ObjectDelta<?> objectDelta, DeltaConversionOptions options)
Object delta: native -> XML.Methods in com.evolveum.midpoint.schema with parameters of type ObjectDeltaType Modifier and Type Method Description static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType deltaBean)
Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean, PrismContext prismContext)
Object delta: XML -> nativestatic ObjectTreeDeltasType
ObjectTreeDeltas. mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge, PrismContext prismContext)
static String
DeltaConvertor. serializeDelta(ObjectDeltaType objectDeltaType, DeltaConversionOptions options, @NotNull String language)
-
Uses of ObjectDeltaType in com.evolveum.midpoint.schema.traces.operations
Methods in com.evolveum.midpoint.schema.traces.operations that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaType
AbstractChangeExecutionOpNode. getObjectDelta()
ObjectDeltaType
ChangeExecutionDeltaOpNode. getObjectDelta()
Methods in com.evolveum.midpoint.schema.traces.operations with parameters of type ObjectDeltaType Modifier and Type Method Description @NotNull String
AbstractChangeExecutionOpNode. getDeltaInfo(ObjectDeltaType objectDelta)
-
Uses of ObjectDeltaType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectDeltaType Modifier and Type Method Description static UcfChangeType
UcfChangeUtil. create(QName objectClassName, Map<QName,Object> identifiers, ObjectDeltaType delta, PrismContext prismContext)
static String
SchemaDebugUtil. prettyPrint(ObjectDeltaType deltaType)
static void
SchemaDebugUtil. shortDump(StringBuilder sb, ObjectDeltaType deltaType)
-
Uses of ObjectDeltaType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as ObjectDeltaType Modifier and Type Field Description protected ObjectDeltaType
CompareResultType. currentToProvided
protected ObjectDeltaType
CompareResultType. providedToCurrent
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ObjectDeltaType Modifier and Type Field Description protected List<ObjectDeltaType>
ObjectDeltaListType. delta
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaType
CompareResultType. beginCurrentToProvided()
ObjectDeltaType
ObjectDeltaListType. beginDelta()
ObjectDeltaType
CompareResultType. beginProvidedToCurrent()
ObjectDeltaType
CompareResultType. getCurrentToProvided()
Gets the value of the currentToProvided property.ObjectDeltaType
CompareResultType. getProvidedToCurrent()
Gets the value of the providedToCurrent property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectDeltaType Modifier and Type Method Description List<ObjectDeltaType>
ObjectDeltaListType. getDelta()
Gets the value of the delta property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectDeltaType Modifier and Type Method Description CompareResultType
CompareResultType. currentToProvided(ObjectDeltaType value)
ObjectDeltaListType
ObjectDeltaListType. delta(ObjectDeltaType value)
CompareResultType
CompareResultType. providedToCurrent(ObjectDeltaType value)
void
CompareResultType. setCurrentToProvided(ObjectDeltaType value)
Sets the value of the currentToProvided property.void
CompareResultType. setProvidedToCurrent(ObjectDeltaType value)
Sets the value of the providedToCurrent property. -
Uses of ObjectDeltaType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ObjectDeltaType Modifier and Type Field Description protected ObjectDeltaType
MappingEvaluationSourceContextType. delta
protected ObjectDeltaType
ObjectDeltaWaveType. delta
protected ObjectDeltaType
ObjectTreeDeltasType. focusPrimaryDelta
protected ObjectDeltaType
ObjectDeltaOperationType. objectDelta
protected ObjectDeltaType
ResourceObjectShadowChangeDescriptionType. objectDelta
protected ObjectDeltaType
UcfChangeType. objectDelta
protected ObjectDeltaType
ProjectionObjectDeltaType. primaryDelta
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaType
IterativeChangeExecutionWorkDefinitionType. beginDelta()
ObjectDeltaType
MappingEvaluationSourceContextType. beginDelta()
ObjectDeltaType
NonIterativeChangeExecutionWorkDefinitionType. beginDelta()
ObjectDeltaType
ObjectDeltaWaveType. beginDelta()
ObjectDeltaType
PendingOperationType. beginDelta()
ObjectDeltaType
ObjectTreeDeltasType. beginFocusPrimaryDelta()
ObjectDeltaType
ObjectDeltaOperationType. beginObjectDelta()
ObjectDeltaType
ResourceObjectShadowChangeDescriptionType. beginObjectDelta()
ObjectDeltaType
UcfChangeType. beginObjectDelta()
ObjectDeltaType
LensElementContextType. beginPrimaryDelta()
ObjectDeltaType
LensFocusContextType. beginPrimaryDelta()
ObjectDeltaType
LensProjectionContextType. beginPrimaryDelta()
ObjectDeltaType
ProjectionObjectDeltaType. beginPrimaryDelta()
ObjectDeltaType
LensElementContextType. beginSecondaryDelta()
ObjectDeltaType
LensFocusContextType. beginSecondaryDelta()
ObjectDeltaType
LensProjectionContextType. beginSecondaryDelta()
ObjectDeltaType
LensProjectionContextType. beginSyncDelta()
ObjectDeltaType
IterativeChangeExecutionWorkDefinitionType. getDelta()
ObjectDeltaType
MappingEvaluationSourceContextType. getDelta()
Gets the value of the delta property.ObjectDeltaType
ObjectDeltaWaveType. getDelta()
Gets the value of the delta property.ObjectDeltaType
PendingOperationType. getDelta()
ObjectDeltaType
ObjectTreeDeltasType. getFocusPrimaryDelta()
Gets the value of the focusPrimaryDelta property.ObjectDeltaType
ObjectDeltaOperationType. getObjectDelta()
Gets the value of the objectDelta property.ObjectDeltaType
ResourceObjectShadowChangeDescriptionType. getObjectDelta()
Gets the value of the objectDelta property.ObjectDeltaType
UcfChangeType. getObjectDelta()
Gets the value of the objectDelta property.ObjectDeltaType
LensElementContextType. getPrimaryDelta()
ObjectDeltaType
ProjectionObjectDeltaType. getPrimaryDelta()
Gets the value of the primaryDelta property.ObjectDeltaType
LensElementContextType. getSecondaryDelta()
ObjectDeltaType
LensProjectionContextType. getSyncDelta()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectDeltaType Modifier and Type Method Description List<ObjectDeltaType>
NonIterativeChangeExecutionWorkDefinitionType. createDeltaList()
List<ObjectDeltaType>
NonIterativeChangeExecutionWorkDefinitionType. getDelta()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectDeltaType Modifier and Type Method Description IterativeChangeExecutionWorkDefinitionType
IterativeChangeExecutionWorkDefinitionType. delta(ObjectDeltaType value)
MappingEvaluationSourceContextType
MappingEvaluationSourceContextType. delta(ObjectDeltaType value)
NonIterativeChangeExecutionWorkDefinitionType
NonIterativeChangeExecutionWorkDefinitionType. delta(ObjectDeltaType value)
ObjectDeltaWaveType
ObjectDeltaWaveType. delta(ObjectDeltaType value)
PendingOperationType
PendingOperationType. delta(ObjectDeltaType value)
ObjectTreeDeltasType
ObjectTreeDeltasType. focusPrimaryDelta(ObjectDeltaType value)
ObjectDeltaOperationType
ObjectDeltaOperationType. objectDelta(ObjectDeltaType value)
ResourceObjectShadowChangeDescriptionType
ResourceObjectShadowChangeDescriptionType. objectDelta(ObjectDeltaType value)
UcfChangeType
UcfChangeType. objectDelta(ObjectDeltaType value)
LensElementContextType
LensElementContextType. primaryDelta(ObjectDeltaType value)
LensFocusContextType
LensFocusContextType. primaryDelta(ObjectDeltaType value)
LensProjectionContextType
LensProjectionContextType. primaryDelta(ObjectDeltaType value)
ProjectionObjectDeltaType
ProjectionObjectDeltaType. primaryDelta(ObjectDeltaType value)
LensElementContextType
LensElementContextType. secondaryDelta(ObjectDeltaType value)
LensFocusContextType
LensFocusContextType. secondaryDelta(ObjectDeltaType value)
LensProjectionContextType
LensProjectionContextType. secondaryDelta(ObjectDeltaType value)
void
IterativeChangeExecutionWorkDefinitionType. setDelta(ObjectDeltaType value)
void
MappingEvaluationSourceContextType. setDelta(ObjectDeltaType value)
Sets the value of the delta property.void
ObjectDeltaWaveType. setDelta(ObjectDeltaType value)
Sets the value of the delta property.void
PendingOperationType. setDelta(ObjectDeltaType value)
void
ObjectTreeDeltasType. setFocusPrimaryDelta(ObjectDeltaType value)
Sets the value of the focusPrimaryDelta property.void
ObjectDeltaOperationType. setObjectDelta(ObjectDeltaType value)
Sets the value of the objectDelta property.void
ResourceObjectShadowChangeDescriptionType. setObjectDelta(ObjectDeltaType value)
Sets the value of the objectDelta property.void
UcfChangeType. setObjectDelta(ObjectDeltaType value)
Sets the value of the objectDelta property.void
LensElementContextType. setPrimaryDelta(ObjectDeltaType value)
void
ProjectionObjectDeltaType. setPrimaryDelta(ObjectDeltaType value)
Sets the value of the primaryDelta property.void
LensElementContextType. setSecondaryDelta(ObjectDeltaType value)
void
LensProjectionContextType. setSyncDelta(ObjectDeltaType value)
LensProjectionContextType
LensProjectionContextType. syncDelta(ObjectDeltaType value)
-
Uses of ObjectDeltaType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as ObjectDeltaType Modifier and Type Field Description protected ObjectDeltaType
ModifyActionExpressionType. delta
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaType
ModifyActionExpressionType. beginDelta()
ObjectDeltaType
ModifyActionExpressionType. getDelta()
Gets the value of the delta property.Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ObjectDeltaType Modifier and Type Method Description ModifyActionExpressionType
ModifyActionExpressionType. delta(ObjectDeltaType value)
void
ModifyActionExpressionType. setDelta(ObjectDeltaType value)
Sets the value of the delta property. -
Uses of ObjectDeltaType in com.evolveum.prism.xml.ns._public.types_3
Fields in com.evolveum.prism.xml.ns._public.types_3 declared as ObjectDeltaType Modifier and Type Field Description protected ObjectDeltaType
ObjectDeltaObjectType. delta
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaType
ObjectDeltaType. clone()
Clones the object (objectToAdd is cloned using reflection, assuming it is a subclass of ObjectType, that has public clone() method)ObjectDeltaType
ObjectFactory. createObjectDeltaType()
Create an instance ofObjectDeltaType
ObjectDeltaType
ObjectDeltaObjectType. getDelta()
Methods in com.evolveum.prism.xml.ns._public.types_3 that return types with arguments of type ObjectDeltaType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectDeltaType>
ObjectFactory. createObjectDelta(ObjectDeltaType value)
Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ObjectDeltaType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectDeltaType>
ObjectFactory. createObjectDelta(ObjectDeltaType value)
void
ObjectDeltaObjectType. setDelta(ObjectDeltaType delta)
-