Class PrimitiveXNodeImpl<T>
- java.lang.Object
- 
- com.evolveum.midpoint.prism.AbstractFreezable
- 
- com.evolveum.midpoint.prism.impl.xnode.XNodeImpl
- 
- com.evolveum.midpoint.prism.impl.xnode.PrimitiveXNodeImpl<T>
 
 
 
- 
- All Implemented Interfaces:
- Freezable,- Visitable<XNode>,- PrimitiveXNode<T>,- XNode,- DebugDumpable,- Serializable,- Cloneable
 
 public class PrimitiveXNodeImpl<T> extends XNodeImpl implements Serializable, PrimitiveXNode<T> - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.evolveum.midpoint.prism.impl.xnode.XNodeImplDUMMY_NAME, elementName, immutable, KEY_CONTAINER_ID, KEY_OID, KEY_REFERENCE_DESCRIPTION, KEY_REFERENCE_FILTER, KEY_REFERENCE_OBJECT, KEY_REFERENCE_OID, KEY_REFERENCE_REFERENTIAL_INTEGRITY, KEY_REFERENCE_RELATION, KEY_REFERENCE_RESOLUTION_TIME, KEY_REFERENCE_TARGET_NAME, KEY_REFERENCE_TYPE, KEY_VERSION, maxOccurs, parent, typeQName
 - 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Constructor SummaryConstructors Constructor Description PrimitiveXNodeImpl()PrimitiveXNodeImpl(T value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor<XNode> visitor)StringdebugDump(int indent)booleanequals(Object obj)StringgetDesc()StringgetFormattedValue()Returns a value that is correctly string-formatted according to its type definition.StringgetGuessedFormattedValue()Returns formatted parsed value without actually changing node state from UNPARSED to PARSED (if node is originally unparsed).<X> XgetParsedValue(@NotNull QName typeName, @Nullable Class<X> expectedClass)<X> XgetParsedValue(@NotNull QName typeName, @Nullable Class<X> expectedClass, XNodeProcessorEvaluationMode mode)TgetParsedValueWithoutRecording(QName typeName)Returns parsed value without actually changing node state from UNPARSED to PARSED (if node is originally unparsed).Map<String,String>getRelevantNamespaceDeclarations()This method is used with conjunction with getStringValue, typically when serializing unparsed values.StringgetStringValue()Returns the value represented as string - in the best format that we can.TgetValue()ValueParser<T>getValueParser()inthashCode()The basic idea of equals() is: - if parsed, compare the value; - if unparsed, compare getStringValue() Therefore the hashcode is generated based on value (if parsed) or getStringValue() (if unparsed).booleanisAttribute()booleanisEmpty()booleanisParsed()voidperformFreeze()voidsetAttribute(boolean isAttribute)voidsetValue(T value, QName typeQName)voidsetValueParser(ValueParser<T> valueParser)StringtoString()- 
Methods inherited from class com.evolveum.midpoint.prism.impl.xnode.XNodeImplclone, cloneTransformKeys, copyCommonAttributesFrom, dumpSuffix, getComment, getElementName, getLineNumber, getMaxOccurs, getOriginDescription, getOriginFile, getParent, getTypeQName, isExplicitTypeDeclaration, isHeterogeneousList, isSingleEntryMap, setComment, setElementName, setExplicitTypeDeclaration, setLineNumber, setMaxOccurs, setOriginDescription, setOriginFile, setParent, setTypeQName, toRootXNode
 - 
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezablefreeze, isImmutable, isMutable
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
 - 
Methods inherited from interface com.evolveum.midpoint.prism.FreezablecheckImmutable, checkMutable, freeze, isImmutable
 - 
Methods inherited from interface com.evolveum.midpoint.prism.xnode.XNodeclone, getMaxOccurs, getTypeQName, isExplicitTypeDeclaration, toRootXNode
 
- 
 
- 
- 
- 
Constructor Detail- 
PrimitiveXNodeImplpublic PrimitiveXNodeImpl() 
 - 
PrimitiveXNodeImplpublic PrimitiveXNodeImpl(T value) 
 
- 
 - 
Method Detail- 
getValuepublic T getValue() - Specified by:
- getValuein interface- PrimitiveXNode<T>
 
 - 
getParsedValuepublic <X> X getParsedValue(@NotNull @NotNull QName typeName, @Nullable @Nullable Class<X> expectedClass) throws SchemaException- Specified by:
- getParsedValuein interface- PrimitiveXNode<T>
- Throws:
- SchemaException
 
 - 
getParsedValuepublic <X> X getParsedValue(@NotNull @NotNull QName typeName, @Nullable @Nullable Class<X> expectedClass, XNodeProcessorEvaluationMode mode) throws SchemaException- Throws:
- SchemaException
 
 - 
getValueParserpublic ValueParser<T> getValueParser() - Specified by:
- getValueParserin interface- PrimitiveXNode<T>
 
 - 
setValueParserpublic void setValueParser(ValueParser<T> valueParser) 
 - 
isParsedpublic boolean isParsed() - Specified by:
- isParsedin interface- PrimitiveXNode<T>
 
 - 
isAttributepublic boolean isAttribute() 
 - 
setAttributepublic void setAttribute(boolean isAttribute) 
 - 
isEmptypublic boolean isEmpty() 
 - 
getParsedValueWithoutRecordingpublic T getParsedValueWithoutRecording(QName typeName) throws SchemaException Returns parsed value without actually changing node state from UNPARSED to PARSED (if node is originally unparsed). Useful when we are not sure about the type name and do not want to record parsed value based on wrong type name.- Throws:
- SchemaException
 
 - 
getFormattedValuepublic String getFormattedValue() Returns a value that is correctly string-formatted according to its type definition. Works properly only if definition is set.
 - 
getGuessedFormattedValuepublic String getGuessedFormattedValue() throws SchemaException Returns formatted parsed value without actually changing node state from UNPARSED to PARSED (if node is originally unparsed). Useful e.g. to serialize nodes that have a type declaration but were not parsed yet. Experimental. Should be thought through yet.- Specified by:
- getGuessedFormattedValuein interface- PrimitiveXNode<T>
- Returns:
- properly formatted value
- Throws:
- SchemaException
 
 - 
debugDumppublic String debugDump(int indent) - Specified by:
- debugDumpin interface- DebugDumpable
 
 - 
getStringValuepublic String getStringValue() Description copied from interface:PrimitiveXNodeReturns the value represented as string - in the best format that we can. There is no guarantee that the returned value will be precise. This method is used as a "last instance" if everything else fails. Invocation of this method will not change the state of this xnode, e.g. it will NOT cause it to be parsed.- Specified by:
- getStringValuein interface- PrimitiveXNode<T>
 
 - 
getRelevantNamespaceDeclarationspublic Map<String,String> getRelevantNamespaceDeclarations() This method is used with conjunction with getStringValue, typically when serializing unparsed values. Because the string value can represent QName or ItemPath, we have to provide relevant namespace declarations. Because we cannot know for sure, we are allowed to return namespace declarations that are not actually used. We should minimize number of such declarations, however. Current implementation simply grabs all potential namespace declarations and searches the xnode's string value for any 'prefix:' substrings. I'm afraid it is all we can do for now. THIS METHOD SHOULD BE CALLED ONLY ON EITHER UNPARSED OR EMPTY NODES.
 - 
hashCodepublic int hashCode() The basic idea of equals() is: - if parsed, compare the value; - if unparsed, compare getStringValue() Therefore the hashcode is generated based on value (if parsed) or getStringValue() (if unparsed).
 - 
performFreezepublic void performFreeze() - Overrides:
- performFreezein class- AbstractFreezable
 
 
- 
 
-