Class ItemValueWithOrigin<V extends PrismValue,D extends ItemDefinition>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.ItemValueWithOrigin<V,D>
-
- All Implemented Interfaces:
DebugDumpable
public class ItemValueWithOrigin<V extends PrismValue,D extends ItemDefinition> extends Object implements DebugDumpable
- Author:
- semancik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ItemValueWithOrigin(V itemValue, PrismValueDeltaSetTripleProducer<V,D> mapping, ResourceObjectConstruction accountConstruction)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemValueWithOrigin<V,D>
clone()
protected void
copyValues(ItemValueWithOrigin<V,D> clone)
static <V extends PrismValue,D extends ItemDefinition<?>>
DeltaSetTriple<ItemValueWithOrigin<V,D>>createOutputTriple(PrismValueDeltaSetTripleProducer<V,D> mapping)
String
debugDump(int indent)
ResourceObjectConstruction
getConstruction()
V
getItemValue()
PrismValueDeltaSetTripleProducer<V,D>
getMapping()
ObjectType
getSource()
boolean
isNormal()
boolean
isPushChanges()
boolean
isStrong()
boolean
isValid()
boolean
isWeak()
void
setItemValue(V value)
String
toString()
boolean
wasValid()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ItemValueWithOrigin
public ItemValueWithOrigin(V itemValue, PrismValueDeltaSetTripleProducer<V,D> mapping, ResourceObjectConstruction accountConstruction)
-
-
Method Detail
-
getItemValue
public V getItemValue()
-
setItemValue
public void setItemValue(V value)
-
getMapping
public PrismValueDeltaSetTripleProducer<V,D> getMapping()
-
getConstruction
public ResourceObjectConstruction getConstruction()
-
getSource
public ObjectType getSource()
-
isValid
public boolean isValid()
-
wasValid
public boolean wasValid()
-
clone
public ItemValueWithOrigin<V,D> clone()
-
copyValues
protected void copyValues(ItemValueWithOrigin<V,D> clone)
-
createOutputTriple
public static <V extends PrismValue,D extends ItemDefinition<?>> DeltaSetTriple<ItemValueWithOrigin<V,D>> createOutputTriple(PrismValueDeltaSetTripleProducer<V,D> mapping)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
isStrong
public boolean isStrong()
-
isNormal
public boolean isNormal()
-
isWeak
public boolean isWeak()
-
isPushChanges
@Experimental public boolean isPushChanges()
-
-