Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ItemDeltaType
-
-
Uses of ItemDeltaType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ItemDeltaType Modifier and Type Method Description static booleanItemDeltaUtil. isEmpty(ItemDeltaType itemDeltaType) -
Uses of ItemDeltaType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type ItemDeltaType Modifier and Type Method Description static StringPrismPrettyPrinter. prettyPrint(ItemDeltaType deltaType) -
Uses of ItemDeltaType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return types with arguments of type ItemDeltaType Modifier and Type Method Description static Collection<ItemDeltaType>DeltaConvertor. toItemDeltaTypes(ItemDelta<?,?> delta)Item delta: native -> XML.static Collection<ItemDeltaType>DeltaConvertor. toItemDeltaTypes(ItemDelta<?,?> delta, DeltaConversionOptions options)Item delta: native -> XML.Methods in com.evolveum.midpoint.schema with parameters of type ItemDeltaType Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(@NotNull ItemDeltaType propMod, @NotNull PrismContainerDefinition<?> rootPcd)Item delta: XML -> native.static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType, PrismContext prismContext)Item delta: XML -> native.Method parameters in com.evolveum.midpoint.schema with type arguments of type ItemDeltaType Modifier and Type Method Description static <T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaConvertor. toModifications(Collection<ItemDeltaType> itemDeltaBeans, PrismObjectDefinition<T> objDef)Item deltas: XML -> native -
Uses of ItemDeltaType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ItemDeltaType Modifier and Type Method Description static StringSchemaDebugUtil. prettyPrint(ItemDeltaType change) -
Uses of ItemDeltaType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ItemDeltaType Modifier and Type Field Description protected List<ItemDeltaType>ObjectModificationType. itemDeltaMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ItemDeltaType Modifier and Type Method Description ItemDeltaTypeObjectModificationType. beginItemDelta()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ItemDeltaType Modifier and Type Method Description List<ItemDeltaType>ObjectModificationType. getItemDelta()Gets the value of the itemDelta property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ItemDeltaType Modifier and Type Method Description ObjectModificationTypeObjectModificationType. itemDelta(ItemDeltaType value) -
Uses of ItemDeltaType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ItemDeltaType Modifier and Type Method Description ItemDeltaTypeItemConsolidationTraceType. beginAprioriDelta()ItemDeltaTypeAssignmentEvaluationTraceType. beginAssignmentDelta()ItemDeltaTypePropertyModificationOperationType. beginDelta()ItemDeltaTypeRepositoryModifyTraceType. beginModification()ItemDeltaTypeWorkersDefinitionType. beginOtherDeltas()ItemDeltaTypeWorkersPerNodeDefinitionType. beginOtherDeltas()ItemDeltaTypeItemConsolidationTraceType. beginResultingDelta()ItemDeltaTypeAssignmentEvaluationTraceType. getAssignmentDelta()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ItemDeltaType Modifier and Type Method Description List<ItemDeltaType>ItemConsolidationTraceType. createAprioriDeltaList()List<ItemDeltaType>PropertyModificationOperationType. createDeltaList()List<ItemDeltaType>RepositoryModifyTraceType. createModificationList()List<ItemDeltaType>WorkersDefinitionType. createOtherDeltasList()List<ItemDeltaType>WorkersPerNodeDefinitionType. createOtherDeltasList()List<ItemDeltaType>ItemConsolidationTraceType. createResultingDeltaList()List<ItemDeltaType>ItemConsolidationTraceType. getAprioriDelta()List<ItemDeltaType>PropertyModificationOperationType. getDelta()List<ItemDeltaType>RepositoryModifyTraceType. getModification()List<ItemDeltaType>WorkersDefinitionType. getOtherDeltas()List<ItemDeltaType>WorkersPerNodeDefinitionType. getOtherDeltas()List<ItemDeltaType>ItemConsolidationTraceType. getResultingDelta()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ItemDeltaType Modifier and Type Method Description ItemConsolidationTraceTypeItemConsolidationTraceType. aprioriDelta(ItemDeltaType value)AssignmentEvaluationTraceTypeAssignmentEvaluationTraceType. assignmentDelta(ItemDeltaType value)PropertyModificationOperationTypePropertyModificationOperationType. delta(ItemDeltaType value)RepositoryModifyTraceTypeRepositoryModifyTraceType. modification(ItemDeltaType value)WorkersDefinitionTypeWorkersDefinitionType. otherDeltas(ItemDeltaType value)WorkersPerNodeDefinitionTypeWorkersPerNodeDefinitionType. otherDeltas(ItemDeltaType value)ItemConsolidationTraceTypeItemConsolidationTraceType. resultingDelta(ItemDeltaType value)voidAssignmentEvaluationTraceType. setAssignmentDelta(ItemDeltaType value) -
Uses of ItemDeltaType in com.evolveum.prism.xml.ns._public.types_3
Fields in com.evolveum.prism.xml.ns._public.types_3 with type parameters of type ItemDeltaType Modifier and Type Field Description protected List<ItemDeltaType>ObjectDeltaType. itemDeltaMethods in com.evolveum.prism.xml.ns._public.types_3 that return ItemDeltaType Modifier and Type Method Description ItemDeltaTypeItemDeltaType. clone()ItemDeltaTypeObjectFactory. createItemDeltaType()Create an instance ofItemDeltaTypeMethods in com.evolveum.prism.xml.ns._public.types_3 that return types with arguments of type ItemDeltaType Modifier and Type Method Description @NotNull List<ItemDeltaType>ItemDeltaItemType. getDelta()List<ItemDeltaType>ObjectDeltaType. getItemDelta()Gets the value of the modification property.
-