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
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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LensObjectDeltaOperation<T>
clone()
protected void
copyToClone(LensObjectDeltaOperation<T> clone)
String
debugDump(int indent)
static LensObjectDeltaOperation
fromLensObjectDeltaOperationType(LensObjectDeltaOperationType jaxb, PrismContext prismContext)
protected String
getDebugDumpClassName()
boolean
isAudited()
void
setAudited(boolean audited)
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, getResourceName, getResourceOid, hashCode, setExecutionResult, setObjectDelta, setObjectName, setResourceName, setResourceOid, shorterDebugDump, shorterDebugDump, toString
-
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 LensObjectDeltaOperationType toLensObjectDeltaOperationType() throws SchemaException
- Throws:
SchemaException
-
fromLensObjectDeltaOperationType
public static LensObjectDeltaOperation fromLensObjectDeltaOperationType(LensObjectDeltaOperationType jaxb, PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
clone
public LensObjectDeltaOperation<T> clone()
- Overrides:
clone
in classObjectDeltaOperation<T extends ObjectType>
-
copyToClone
protected void copyToClone(LensObjectDeltaOperation<T> clone)
-
-