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 void
copyToClone(LensObjectDeltaOperation<T> clone)
String
debugDump(int indent)
protected String
getDebugDumpClassName()
boolean
isAudited()
void
setAudited(boolean audited)
@NotNull LensObjectDeltaOperationType
toLensObjectDeltaOperationType()
-
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:
debugDump
in interfaceDebugDumpable
- Overrides:
debugDump
in classObjectDeltaOperation<T extends ObjectType>
-
getDebugDumpClassName
protected String getDebugDumpClassName()
- Overrides:
getDebugDumpClassName
in classObjectDeltaOperation<T extends ObjectType>
-
toLensObjectDeltaOperationType
@NotNull public @NotNull LensObjectDeltaOperationType toLensObjectDeltaOperationType() throws SchemaException
- Throws:
SchemaException
-
clone
public LensObjectDeltaOperation<T> clone()
- Overrides:
clone
in classObjectDeltaOperation<T extends ObjectType>
-
copyToClone
protected void copyToClone(LensObjectDeltaOperation<T> clone)
-
-