Class MetaData.HiddenValue

java.lang.Object
se.conciliate.extensions.documents.MetaData<Object>
se.conciliate.extensions.documents.MetaData.HiddenValue
Enclosing class:
MetaData<T>

public static final class MetaData.HiddenValue extends MetaData<Object>
Represents a transient value that is never shown in the user-interface. The meta data type is a MetaDataType.HiddenMetaDataType. This can store any type of object on the document, and will never be persisted to storage. Useful to keep implementation specific information close to the document.