Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaOperationType
-
-
Uses of ObjectDeltaOperationType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectDeltaOperationType Modifier and Type Method Description static ObjectDeltaOperationTypeDeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> objectDeltaOperation)Object delta operation: native -> XML.static ObjectDeltaOperationTypeDeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, DeltaConversionOptions options)Object delta operation: native -> XML.Methods in com.evolveum.midpoint.schema with parameters of type ObjectDeltaOperationType Modifier and Type Method Description static ObjectDeltaOperation<?>DeltaConvertor. createObjectDeltaOperation(ObjectDeltaOperationType odoBean, PrismContext prismContext)Object delta operation: XML -> native.static voidDeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, ObjectDeltaOperationType odoBean, DeltaConversionOptions options)Object delta operation: native -> XML (passed as parameter). -
Uses of ObjectDeltaOperationType in com.evolveum.midpoint.schema.traces.operations
Methods in com.evolveum.midpoint.schema.traces.operations that return ObjectDeltaOperationType Modifier and Type Method Description ObjectDeltaOperationTypeAbstractChangeExecutionOpNode. getObjectDeltaOperation()ObjectDeltaOperationTypeChangeExecutionDeltaOpNode. getObjectDeltaOperation() -
Uses of ObjectDeltaOperationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectDeltaOperationType Modifier and Type Method Description static StringSchemaDebugUtil. prettyPrint(ObjectDeltaOperationType deltaOpType)static voidSchemaDebugUtil. shortDump(StringBuilder sb, ObjectDeltaOperationType deltaOpType) -
Uses of ObjectDeltaOperationType 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 ObjectDeltaOperationType Modifier and Type Field Description protected List<ObjectDeltaOperationType>ObjectDeltaOperationListType. deltaOperationMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectDeltaOperationType Modifier and Type Method Description ObjectDeltaOperationTypeObjectDeltaOperationListType. beginDeltaOperation()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectDeltaOperationType Modifier and Type Method Description List<ObjectDeltaOperationType>ObjectDeltaOperationListType. getDeltaOperation()Gets the value of the deltaOperation property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectDeltaOperationType Modifier and Type Method Description ObjectDeltaOperationListTypeObjectDeltaOperationListType. deltaOperation(ObjectDeltaOperationType value) -
Uses of ObjectDeltaOperationType in com.evolveum.midpoint.xml.ns._public.common.audit_3
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return ObjectDeltaOperationType Modifier and Type Method Description ObjectDeltaOperationTypeAuditEventRecordType. beginDelta()Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return types with arguments of type ObjectDeltaOperationType Modifier and Type Method Description List<ObjectDeltaOperationType>AuditEventRecordType. createDeltaList()List<ObjectDeltaOperationType>AuditEventRecordType. getDelta()Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 with parameters of type ObjectDeltaOperationType Modifier and Type Method Description AuditEventRecordTypeAuditEventRecordType. delta(ObjectDeltaOperationType value) -
Uses of ObjectDeltaOperationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ObjectDeltaOperationType Modifier and Type Field Description protected ObjectDeltaOperationTypeLensObjectDeltaOperationType. objectDeltaOperationMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectDeltaOperationType Modifier and Type Method Description List<ObjectDeltaOperationType>OperationExecutionType. createOperationList()List<ObjectDeltaOperationType>OperationExecutionType. getOperation()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectDeltaOperationType Modifier and Type Method Description LensObjectDeltaOperationTypeLensObjectDeltaOperationType. objectDeltaOperation(ObjectDeltaOperationType value)OperationExecutionTypeOperationExecutionType. operation(ObjectDeltaOperationType value)voidLensObjectDeltaOperationType. setObjectDeltaOperation(ObjectDeltaOperationType value)Sets the value of the objectDeltaOperation property.Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectDeltaOperationType Constructor Description ObjectDeltaOperationType(ObjectDeltaOperationType o)Creates a newObjectDeltaOperationTypeinstance by deeply copying a givenObjectDeltaOperationTypeinstance.
-