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 String
debugDump(int indent)
boolean
equals(Object obj)
Exception
getCause(OperationResult result)
protected String
getDebugDumpClassName()
Collection<ObjectDeltaOperation<ShadowType>>
getExecutedDeltas()
ShadowType
getRefreshedShadow()
OperationResult
getRefreshResult()
int
hashCode()
void
setExecutedDeltas(Collection<ObjectDeltaOperation<ShadowType>> executedDeltas)
void
setRefreshedShadow(ShadowType refreshedShadow)
void
setRefreshResult(OperationResult refreshResult)
String
shorterDebugDump(int indent)
String
toString()
-
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:
debugDump
in interfaceDebugDumpable
-
shorterDebugDump
public String shorterDebugDump(int indent)
-
getDebugDumpClassName
protected String getDebugDumpClassName()
-
-