public final class Change<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> extends Object implements DebugDumpable
INDENT_STRING
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<T> change,
PrismProperty<?> token) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismObject<T> oldStadow,
ObjectDelta<T> objectDetla) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismProperty<?> token) |
Change(ObjectDelta<T> change,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
PrismObject<T> |
getCurrentShadow() |
Collection<ResourceAttribute<?>> |
getIdentifiers() |
ObjectClassComplexTypeDefinition |
getObjectClassDefinition() |
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
getObjectDelta() |
PrismObject<T> |
getOldShadow() |
PrismProperty<?> |
getToken() |
boolean |
isTokenOnly() |
void |
setCurrentShadow(PrismObject<T> currentShadow) |
void |
setIdentifiers(Collection<ResourceAttribute<?>> identifiers) |
void |
setObjectClassDefinition(ObjectClassComplexTypeDefinition objectClassDefinition) |
void |
setObjectDelta(ObjectDelta<T> change) |
void |
setOldShadow(PrismObject<T> oldShadow) |
void |
setToken(PrismProperty<?> token) |
String |
toString() |
public Change(Collection<ResourceAttribute<?>> identifiers, ObjectDelta<T> change, PrismProperty<?> token)
public Change(Collection<ResourceAttribute<?>> identifiers, PrismObject<T> currentShadow, PrismProperty<?> token)
public Change(Collection<ResourceAttribute<?>> identifiers, PrismObject<T> currentShadow, PrismObject<T> oldStadow, ObjectDelta<T> objectDetla)
public Change(ObjectDelta<T> change, PrismProperty<?> token)
public ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> getObjectDelta()
public void setObjectDelta(ObjectDelta<T> change)
public Collection<ResourceAttribute<?>> getIdentifiers()
public void setIdentifiers(Collection<ResourceAttribute<?>> identifiers)
public ObjectClassComplexTypeDefinition getObjectClassDefinition()
public void setObjectClassDefinition(ObjectClassComplexTypeDefinition objectClassDefinition)
public PrismProperty<?> getToken()
public void setToken(PrismProperty<?> token)
public PrismObject<T> getOldShadow()
public void setOldShadow(PrismObject<T> oldShadow)
public PrismObject<T> getCurrentShadow()
public void setCurrentShadow(PrismObject<T> currentShadow)
public boolean isTokenOnly()
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2016 evolveum. All rights reserved.