Package com.evolveum.midpoint.schema
Class RefreshShadowOperation
- java.lang.Object
-
- com.evolveum.midpoint.schema.RefreshShadowOperation
-
- All Implemented Interfaces:
DebugDumpable
public class RefreshShadowOperation extends Object implements DebugDumpable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description RefreshShadowOperation(ShadowType refreshedShadow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)booleanequals(Object obj)ExceptiongetCause(OperationResult result)protected StringgetDebugDumpClassName()Collection<ObjectDeltaOperation<ShadowType>>getExecutedDeltas()ShadowTypegetRefreshedShadow()OperationResultgetRefreshResult()inthashCode()voidsetExecutedDeltas(Collection<ObjectDeltaOperation<ShadowType>> executedDeltas)voidsetRefreshedShadow(ShadowType refreshedShadow)voidsetRefreshResult(OperationResult refreshResult)StringshorterDebugDump(int indent)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
RefreshShadowOperation
public RefreshShadowOperation(ShadowType refreshedShadow)
-
-
Method Detail
-
getExecutedDeltas
public Collection<ObjectDeltaOperation<ShadowType>> getExecutedDeltas()
-
setExecutedDeltas
public void setExecutedDeltas(Collection<ObjectDeltaOperation<ShadowType>> executedDeltas)
-
getRefreshedShadow
public ShadowType getRefreshedShadow()
-
setRefreshedShadow
public void setRefreshedShadow(ShadowType refreshedShadow)
-
getRefreshResult
public OperationResult getRefreshResult()
-
setRefreshResult
public void setRefreshResult(OperationResult refreshResult)
-
getCause
public Exception getCause(OperationResult result)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
shorterDebugDump
public String shorterDebugDump(int indent)
-
getDebugDumpClassName
protected String getDebugDumpClassName()
-
-