Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType
-
-
Uses of ObjectDeltaType in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api with parameters of type ObjectDeltaType Modifier and Type Method Description static voidAuditEventRecord. adopt(ObjectDeltaType delta, PrismContext prismContext) -
Uses of ObjectDeltaType in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ObjectDeltaType Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.PanelModificationsPanelFactory. getPanel(PrismPropertyPanelContext<ObjectDeltaType> panelCtx)protected InputPanelObjectDeltaPanelFactory. getPanel(PrismPropertyPanelContext<ObjectDeltaType> panelCtx)Constructor parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ObjectDeltaType Constructor Description ObjectDeltaModel(org.apache.wicket.model.IModel<ObjectDeltaType> model, ModelServiceLocator locator) -
Uses of ObjectDeltaType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ObjectDeltaType Modifier and Type Method Description static <T extends ObjectType>
ObjectTreeDeltasTypeObjectTreeDeltas. mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge) -
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 ObjectDeltaTypeMidpointFunctions. getResourceDelta(ModelContext<?> context, String resourceOid)Returns aggregated delta that is to be executed on a given resource. -
Uses of ObjectDeltaType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaTypeMidpointFunctionsImpl. getResourceDelta(ModelContext<?> context, String resourceOid) -
Uses of ObjectDeltaType in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaTypeIterativeChangeExecutionActivityHandler.MyWorkDefinition. getDelta() -
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 booleanObjectDeltaUtil. 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 StringPrismPrettyPrinter. debugDump(ObjectDeltaType deltaType, int indent)static StringPrismPrettyPrinter. 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 ObjectDeltaTypeDeltaConvertor. toObjectDeltaType(ObjectDelta<?> objectDelta)Object delta: native -> XML.static ObjectDeltaTypeDeltaConvertor. 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 objectDeltaBean)Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType deltaBean, PrismContext ignored)Object delta: XML -> nativestatic <T extends Objectable>
ObjectDelta<T>DeltaConvertor. createObjectDeltaNullable(@Nullable ObjectDeltaType objectDeltaBean)static StringDeltaConvertor. 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 ObjectDeltaTypeAbstractChangeExecutionOpNode. getObjectDelta()ObjectDeltaTypeChangeExecutionDeltaOpNode. getObjectDelta()Methods in com.evolveum.midpoint.schema.traces.operations with parameters of type ObjectDeltaType Modifier and Type Method Description @NotNull StringAbstractChangeExecutionOpNode. 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 UcfChangeTypeUcfChangeUtil. create(QName objectClassName, Map<QName,Object> identifiers, ObjectDeltaType delta, PrismContext prismContext)static StringSchemaDebugUtil. prettyPrint(ObjectDeltaType deltaType)static voidSchemaDebugUtil. shortDump(StringBuilder sb, ObjectDeltaType deltaType) -
Uses of ObjectDeltaType in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show with parameters of type ObjectDeltaType Modifier and Type Method Description static VisualizationVisualizationUtil. visualizeObjectDeltaType(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, Task task, OperationResult result) -
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 ObjectDeltaTypeCompareResultType. currentToProvidedprotected ObjectDeltaTypeCompareResultType. providedToCurrentFields 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. deltaMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaTypeCompareResultType. getCurrentToProvided()ObjectDeltaTypeCompareResultType. getProvidedToCurrent()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()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectDeltaType Modifier and Type Method Description CompareResultTypeCompareResultType. currentToProvided(ObjectDeltaType value)ObjectDeltaListTypeObjectDeltaListType. delta(ObjectDeltaType value)CompareResultTypeCompareResultType. providedToCurrent(ObjectDeltaType value)voidCompareResultType. setCurrentToProvided(ObjectDeltaType value)voidCompareResultType. setProvidedToCurrent(ObjectDeltaType value) -
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 ObjectDeltaTypeMappingEvaluationSourceContextType. deltaprotected ObjectDeltaTypeObjectDeltaWaveType. deltaprotected ObjectDeltaTypeObjectTreeDeltasType. focusPrimaryDeltaprotected ObjectDeltaTypeObjectDeltaOperationType. objectDeltaprotected ObjectDeltaTypeResourceObjectShadowChangeDescriptionType. objectDeltaprotected ObjectDeltaTypeUcfChangeType. objectDeltaprotected ObjectDeltaTypeProjectionObjectDeltaType. primaryDeltaMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaTypeIterativeChangeExecutionWorkDefinitionType. getDelta()ObjectDeltaTypeMappingEvaluationSourceContextType. getDelta()ObjectDeltaTypeObjectDeltaWaveType. getDelta()ObjectDeltaTypePendingOperationType. getDelta()ObjectDeltaTypeSimulationResultProcessedObjectType. getDelta()ObjectDeltaTypeObjectTreeDeltasType. getFocusPrimaryDelta()ObjectDeltaTypeObjectDeltaOperationType. getObjectDelta()ObjectDeltaTypeResourceObjectShadowChangeDescriptionType. getObjectDelta()ObjectDeltaTypeUcfChangeType. getObjectDelta()ObjectDeltaTypeLensElementContextType. getPrimaryDelta()ObjectDeltaTypeProjectionObjectDeltaType. getPrimaryDelta()ObjectDeltaTypeLensElementContextType. getSecondaryDelta()ObjectDeltaTypeLensProjectionContextType. 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>ChangeExecutionRequestType. getDelta()List<ObjectDeltaType>ExplicitChangeExecutionWorkDefinitionType. getDelta() -
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 ObjectDeltaTypeModifyActionExpressionType. deltaMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaTypeModifyActionExpressionType. getDelta()Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ObjectDeltaType Modifier and Type Method Description ModifyActionExpressionTypeModifyActionExpressionType. delta(ObjectDeltaType value)voidModifyActionExpressionType. setDelta(ObjectDeltaType value) -
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 ObjectDeltaTypeObjectDeltaObjectType. deltaMethods in com.evolveum.prism.xml.ns._public.types_3 that return ObjectDeltaType Modifier and Type Method Description ObjectDeltaTypeObjectDeltaType. clone()Clones the object (objectToAdd is cloned using reflection, assuming it is a subclass of ObjectType, that has public clone() method)ObjectDeltaTypeObjectFactory. createObjectDeltaType()Create an instance ofObjectDeltaTypeObjectDeltaTypeObjectDeltaObjectType. 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)voidObjectDeltaObjectType. setDelta(ObjectDeltaType delta)
-