|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.provisioning.api.ResourceOperationDescription
public class ResourceOperationDescription
Describes an attempt to apply a change to a specific resource object.
Field Summary |
---|
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable |
---|
INDENT_STRING |
Constructor Summary | |
---|---|
ResourceOperationDescription()
|
Method Summary | |
---|---|
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 ResourceObjectShadowType> |
getCurrentShadow()
Shadow describing the object that was the target of the operation. |
ObjectDelta<? extends ResourceObjectShadowType> |
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 ResourceObjectShadowType> currentShadow)
|
void |
setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
void |
setResource(PrismObject<ResourceType> resource)
|
void |
setResult(OperationResult result)
|
void |
setSourceChannel(String sourceChannel)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceOperationDescription()
Method Detail |
---|
public ObjectDelta<? extends ResourceObjectShadowType> getObjectDelta()
public void setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
public PrismObject<? extends ResourceObjectShadowType> getCurrentShadow()
public void setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> 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 toString()
toString
in class Object
public String dump()
Dumpable
dump
in interface Dumpable
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |