Class LensObjectDeltaOperation<T extends ObjectType>
java.lang.Object
com.evolveum.midpoint.schema.ObjectDeltaOperation<T>
com.evolveum.midpoint.model.impl.lens.LensObjectDeltaOperation<T>
- All Implemented Interfaces:
DebugDumpable,Serializable,Cloneable
public class LensObjectDeltaOperation<T extends ObjectType>
extends ObjectDeltaOperation<T>
implements Serializable
- Author:
- semancik
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()protected voidcopyToClone(LensObjectDeltaOperation<T> clone) debugDump(int indent) protected StringbooleanvoidsetAudited(boolean audited) @NotNull LensObjectDeltaOperationTypeMethods inherited from class com.evolveum.midpoint.schema.ObjectDeltaOperation
checkConsistence, checkConsistence, cloneCollection, cloneDeltaCollection, containsDelta, copyToClone, equals, findAddDelta, findAddDeltaOid, findAddDeltaOidRequired, findAddDeltas, findFocusDeltaInCollection, findFocusDeltaOidInCollection, findProjectionDeltaOidInCollection, findProjectionDeltaOidsInCollection, findProjectionDeltasInCollection, getExecutionResult, getObjectDelta, getObjectName, getObjectOid, getOid, getResourceName, getResourceOid, getShadowIntent, getShadowKind, getStatus, hashCode, setExecutionResult, setObjectDelta, setObjectName, setObjectOid, setResourceName, setResourceOid, setShadowIntent, setShadowKind, shorterDebugDump, shorterDebugDump, toString, wasReallyExecutedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
LensObjectDeltaOperation
public LensObjectDeltaOperation() -
LensObjectDeltaOperation
-
-
Method Details
-
isAudited
public boolean isAudited() -
setAudited
public void setAudited(boolean audited) -
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable- Overrides:
debugDumpin classObjectDeltaOperation<T extends ObjectType>
-
getDebugDumpClassName
- Overrides:
getDebugDumpClassNamein classObjectDeltaOperation<T extends ObjectType>
-
toLensObjectDeltaOperationType
@NotNull public @NotNull LensObjectDeltaOperationType toLensObjectDeltaOperationType() throws SchemaException- Throws:
SchemaException
-
clone
- Overrides:
clonein classObjectDeltaOperation<T extends ObjectType>
-
copyToClone
-