public class ResourceObjectShadowChangeDescription extends Object implements Dumpable, DebugDumpable, Serializable
INDENT_STRING
Constructor and Description |
---|
ResourceObjectShadowChangeDescription() |
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.
|
PrismObject<? extends ShadowType> |
getCurrentShadow() |
ObjectDelta<? extends ShadowType> |
getObjectDelta() |
PrismObject<? extends ShadowType> |
getOldShadow() |
PrismObject<ResourceType> |
getResource() |
String |
getSourceChannel() |
boolean |
isProtected() |
void |
setCurrentShadow(PrismObject<? extends ShadowType> currentShadow) |
void |
setObjectDelta(ObjectDelta<? extends ShadowType> objectDelta) |
void |
setOldShadow(PrismObject<? extends ShadowType> oldShadow) |
void |
setResource(PrismObject<ResourceType> resource) |
void |
setSourceChannel(String sourceChannel) |
String |
toString() |
public ResourceObjectShadowChangeDescription()
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 PrismObject<? extends ShadowType> getOldShadow()
public void setOldShadow(PrismObject<? extends ShadowType> oldShadow)
public String getSourceChannel()
public void setSourceChannel(String sourceChannel)
public PrismObject<ResourceType> getResource()
public void setResource(PrismObject<ResourceType> resource)
public void checkConsistence()
public boolean isProtected()
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.