Uses of Class
net.anotheria.anodoc.data.DataHolder
-
Packages that use DataHolder Package Description net.anotheria.anodoc.data net.anotheria.anodoc.service net.anotheria.asg.data -
-
Uses of DataHolder in net.anotheria.anodoc.data
Subclasses of DataHolder in net.anotheria.anodoc.data Modifier and Type Class Description classBooleanPropertyThis class represents a boolean property.classDocumentThis class represents a basic document, which is a container for properties and therefore a corresponding modell object to a simple class (with attributes).classDocumentList<D extends Document>DocumentList represents a list holder for documents.classDoublePropertyThis class represents a double property (the mapping for double attributes).classFloatPropertyThis class represents a float property (the mapping for float attributes)classIDHolderUtility class to for unique document ids.classIntPropertyThis class represents an integer property (the mapping for int or integer attributes)classListPropertyThis property hold the list of Properties.classLongPropertyThis property represents a long value.classPropertyThis class represents a single data entry which can be stored.classStringPropertyThis property represents a string value.classTextPropertyTextProperty is a derivative of a StringProperty which support full text search queries (if the underlying storage supports them too).Methods in net.anotheria.anodoc.data that return DataHolder Modifier and Type Method Description DataHolderDocument. getDataHolder(java.lang.String name)Returns the DataHolder contained in this Document under the given name.Methods in net.anotheria.anodoc.data with parameters of type DataHolder Modifier and Type Method Description protected voidDocument. addDataHolder(DataHolder holder)Puts the given DataHolder (which can be a document, a list or a property) in the internal storage.protected voidDocument. removeDataHolder(DataHolder holder)removeDataHolder. -
Uses of DataHolder in net.anotheria.anodoc.service
Methods in net.anotheria.anodoc.service with parameters of type DataHolder Modifier and Type Method Description DocumentAbstractModuleFactory. createDocument(java.lang.String name, DataHolder context)Creates a new Document from a name and a context (like list).DocumentIModuleFactory. createDocument(java.lang.String name, DataHolder context)Creates a new Document with given name in a given context.<D extends Document>
DocumentList<D>AbstractModuleFactory. createDocumentList(java.lang.String name, DataHolder context)Creates a new DocumentList with given name and context.<D extends Document>
DocumentList<D>IModuleFactory. createDocumentList(java.lang.String name, DataHolder context)Creates a new DocumentList with given name and context. -
Uses of DataHolder in net.anotheria.asg.data
Subclasses of DataHolder in net.anotheria.asg.data Modifier and Type Class Description classAbstractASGDocumentRoot object for all generated classes of type Document (instead of ano-doc Document used previously).
-