public final class Change<T extends ShadowType> extends Object
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<T> change,
PrismProperty<?> token) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismProperty<?> token) |
Change(ObjectDelta<T> change,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
getCurrentShadow() |
Collection<ResourceAttribute<?>> |
getIdentifiers() |
ObjectClassComplexTypeDefinition |
getObjectClassDefinition() |
ObjectDelta<? extends ShadowType> |
getObjectDelta() |
PrismObject<T> |
getOldShadow() |
PrismProperty<?> |
getToken() |
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(ObjectDelta<T> change, PrismProperty<?> token)
public ObjectDelta<? extends 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)
Copyright © 2013 evolveum. All rights reserved.