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() 
- 
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()PrismObject<ShadowType>getRefreshedShadow()OperationResultgetRefreshResult()inthashCode()voidsetExecutedDeltas(Collection<ObjectDeltaOperation<ShadowType>> executedDeltas)voidsetRefreshedShadow(PrismObject<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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExecutedDeltas
public Collection<ObjectDeltaOperation<ShadowType>> getExecutedDeltas()
 
- 
setExecutedDeltas
public void setExecutedDeltas(Collection<ObjectDeltaOperation<ShadowType>> executedDeltas)
 
- 
getRefreshedShadow
public PrismObject<ShadowType> getRefreshedShadow()
 
- 
setRefreshedShadow
public void setRefreshedShadow(PrismObject<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()
 
 - 
 
 -