Class Source<V extends PrismValue,D extends ItemDefinition>
- java.lang.Object
-
- com.evolveum.midpoint.prism.util.ItemDeltaItem<V,D>
-
- com.evolveum.midpoint.repo.common.expression.Source<V,D>
-
- All Implemented Interfaces:
DebugDumpable,ShortDumpable
public class Source<V extends PrismValue,D extends ItemDefinition> extends ItemDeltaItem<V,D> implements DebugDumpable, ShortDumpable
- Author:
- semancik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)Item<V,D>getEmptyItem()QNamegetName()voidmediumDump(StringBuilder sb)voidsetName(QName name)voidshortDump(StringBuilder sb)Show the content of the object intended for diagnostics.ItemDeltaItemTypetoItemDeltaItemType(PrismContext prismContext)StringtoString()-
Methods inherited from class com.evolveum.midpoint.prism.util.ItemDeltaItem
applyDefinition, clone, copyValues, equals, findIdi, findIdi, getAnyItem, getDefinition, getDelta, getElementName, getItemNew, getItemOld, getResidualPath, getResolvePath, getSingleValue, getSubItemDeltas, hashCode, isContainer, isNull, isProperty, isStructuredProperty, recompute, resolveStructuredProperty, setDelta, setItemNew, setItemOld, setResidualPath, setResolvePath, setSubItemDeltas, toDeltaSetTriple
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
-
-
-
Method Detail
-
getName
public QName getName()
-
setName
public void setName(QName name)
-
getEmptyItem
public Item<V,D> getEmptyItem() throws SchemaException
- Throws:
SchemaException
-
toString
public String toString()
- Overrides:
toStringin classItemDeltaItem<V extends PrismValue,D extends ItemDefinition>
-
shortDump
public void shortDump(StringBuilder sb)
Description copied from interface:ShortDumpableShow the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Specified by:
shortDumpin interfaceShortDumpable- Parameters:
sb- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-
mediumDump
public void mediumDump(StringBuilder sb)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable- Overrides:
debugDumpin classItemDeltaItem<V extends PrismValue,D extends ItemDefinition>
-
toItemDeltaItemType
@NotNull public ItemDeltaItemType toItemDeltaItemType(PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
-