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
,Serializable
public class Source<V extends PrismValue,D extends ItemDefinition<?>> extends ItemDeltaItem<V,D> implements DebugDumpable, ShortDumpable
Expression evaluation source. Basically a named item-delta-item.- Author:
- semancik
- See Also:
- Serialized Form
-
-
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 String
debugDump(int indent)
@NotNull QName
getName()
void
mediumDump(StringBuilder sb)
void
shortDump(StringBuilder sb)
Show the content of the object intended for diagnostics.@NotNull ItemDeltaItemType
toItemDeltaItemType()
String
toString()
-
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
@NotNull public @NotNull QName getName()
-
toString
public String toString()
- Overrides:
toString
in classItemDeltaItem<V extends PrismValue,D extends ItemDefinition<?>>
-
shortDump
public void shortDump(StringBuilder sb)
Description copied from interface:ShortDumpable
Show 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:
shortDump
in 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:
debugDump
in interfaceDebugDumpable
- Overrides:
debugDump
in classItemDeltaItem<V extends PrismValue,D extends ItemDefinition<?>>
-
toItemDeltaItemType
@NotNull public @NotNull ItemDeltaItemType toItemDeltaItemType() throws SchemaException
- Throws:
SchemaException
-
-