|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.provisioning.api.ResourceObjectShadowFailureDescription
public class ResourceObjectShadowFailureDescription
Describes a failure to apply a change to a specific resource object.
Field Summary |
---|
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable |
---|
INDENT_STRING |
Constructor Summary | |
---|---|
ResourceObjectShadowFailureDescription()
|
Method Summary | |
---|---|
void |
checkConsistence()
|
java.lang.String |
debugDump()
Show the content of the object intended for diagnostics by system administrator. |
java.lang.String |
debugDump(int indent)
|
java.lang.String |
dump()
Show the content of the object intended for diagnostics by developer. |
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. |
java.lang.String |
getSourceChannel()
|
void |
setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
|
void |
setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
void |
setResource(PrismObject<ResourceType> resource)
|
void |
setResult(OperationResult result)
|
void |
setSourceChannel(java.lang.String sourceChannel)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceObjectShadowFailureDescription()
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 java.lang.String getSourceChannel()
public void setSourceChannel(java.lang.String sourceChannel)
public PrismObject<ResourceType> getResource()
public void setResource(PrismObject<ResourceType> resource)
public OperationResult getResult()
public void setResult(OperationResult result)
public void checkConsistence()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String dump()
Dumpable
dump
in interface Dumpable
public java.lang.String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public java.lang.String debugDump(int indent)
debugDump
in interface DebugDumpable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |