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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LensObjectDeltaOperation()LensObjectDeltaOperation(ObjectDelta<T> objectDelta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LensObjectDeltaOperation<T>clone()protected voidcopyToClone(LensObjectDeltaOperation<T> clone)StringdebugDump(int indent)protected StringgetDebugDumpClassName()booleanisAudited()voidsetAudited(boolean audited)@NotNull LensObjectDeltaOperationTypetoLensObjectDeltaOperationType()-
Methods inherited from class com.evolveum.midpoint.schema.ObjectDeltaOperation
checkConsistence, checkConsistence, cloneCollection, cloneDeltaCollection, containsDelta, copyToClone, equals, findAddDelta, findAddDeltaOid, findFocusDeltaInCollection, findFocusDeltaOidInCollection, findProjectionDeltaOidInCollection, findProjectionDeltaOidsInCollection, findProjectionDeltasInCollection, getExecutionResult, getObjectDelta, getObjectName, getOid, getResourceName, getResourceOid, getStatus, hashCode, setExecutionResult, setObjectDelta, setObjectName, setResourceName, setResourceOid, shorterDebugDump, shorterDebugDump, toString, wasReallyExecuted
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
LensObjectDeltaOperation
public LensObjectDeltaOperation()
-
LensObjectDeltaOperation
public LensObjectDeltaOperation(ObjectDelta<T> objectDelta)
-
-
Method Detail
-
isAudited
public boolean isAudited()
-
setAudited
public void setAudited(boolean audited)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable- Overrides:
debugDumpin classObjectDeltaOperation<T extends ObjectType>
-
getDebugDumpClassName
protected String getDebugDumpClassName()
- Overrides:
getDebugDumpClassNamein classObjectDeltaOperation<T extends ObjectType>
-
toLensObjectDeltaOperationType
@NotNull public @NotNull LensObjectDeltaOperationType toLensObjectDeltaOperationType() throws SchemaException
- Throws:
SchemaException
-
clone
public LensObjectDeltaOperation<T> clone()
- Overrides:
clonein classObjectDeltaOperation<T extends ObjectType>
-
copyToClone
protected void copyToClone(LensObjectDeltaOperation<T> clone)
-
-