public class ResourceOperationDescription extends Object implements Dumpable, DebugDumpable
INDENT_STRING
Constructor and Description |
---|
ResourceOperationDescription() |
Modifier and Type | Method and Description |
---|---|
void |
checkConsistence() |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
int |
getAttemptNumber() |
PrismObject<? extends ShadowType> |
getCurrentShadow()
Shadow describing the object that was the target of the operation.
|
ObjectDelta<? extends ShadowType> |
getObjectDelta()
The operation that was about to execute and that has failed.
|
PrismObject<ResourceType> |
getResource() |
OperationResult |
getResult()
Result of the failed operation.
|
String |
getSourceChannel() |
boolean |
isAsynchronous()
True if the operation is asynchronous.
|
void |
setAsynchronous(boolean asynchronous) |
void |
setAttemptNumber(int attemptNumber) |
void |
setCurrentShadow(PrismObject<? extends ShadowType> currentShadow) |
void |
setObjectDelta(ObjectDelta<? extends ShadowType> objectDelta) |
void |
setResource(PrismObject<ResourceType> resource) |
void |
setResult(OperationResult result) |
void |
setSourceChannel(String sourceChannel) |
String |
toString() |
public ObjectDelta<? extends ShadowType> getObjectDelta()
public void setObjectDelta(ObjectDelta<? extends ShadowType> objectDelta)
public PrismObject<? extends ShadowType> getCurrentShadow()
public void setCurrentShadow(PrismObject<? extends ShadowType> currentShadow)
public String getSourceChannel()
public void setSourceChannel(String sourceChannel)
public PrismObject<ResourceType> getResource()
public void setResource(PrismObject<ResourceType> resource)
public OperationResult getResult()
public void setResult(OperationResult result)
public boolean isAsynchronous()
public void setAsynchronous(boolean asynchronous)
public int getAttemptNumber()
public void setAttemptNumber(int attemptNumber)
public void checkConsistence()
public String dump()
Dumpable
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2013 evolveum. All rights reserved.