Uses of Class
net.anotheria.anodoc.data.Document
-
-
Uses of Document in net.anotheria.anodoc.data
Classes in net.anotheria.anodoc.data with type parameters of type Document Modifier and Type Class Description classDocumentList<D extends Document>DocumentList represents a list holder for documents.Subclasses of Document in net.anotheria.anodoc.data Modifier and Type Class Description classIDHolderUtility class to for unique document ids.Methods in net.anotheria.anodoc.data with type parameters of type Document Modifier and Type Method Description protected <D extends Document>
DocumentList<D>Document. createDocumentList(java.lang.String name)Creates a new DocumentList.<D extends Document>
DocumentList<D>Document. getDocumentList(java.lang.String name)Returns the DocumentList contained in this Document under the given name.protected <D extends Document>
DocumentList<D>Document. getDocumentListAnyCase(java.lang.String name)Returns the DocumentList contained in this Document under the given name in any case, which means that if no DocumentList is contained it a new will be created.<D extends Document>
DocumentList<D>Module. getList(java.lang.String name)Returns the documentlist with given name (if there is any).Methods in net.anotheria.anodoc.data that return Document Modifier and Type Method Description protected DocumentDocument. createDocument(java.lang.String name)Creates a new Document.DocumentDocument. getDocument(java.lang.String name)Returns the Document contained in this Document under the given name.DocumentModule. getDocument(java.lang.String name)Returns the document with given name (if there is any).protected DocumentDocument. getDocumentAnyCase(java.lang.String name)Returns the Document contained in this Document under the given name in any case, which means that if no Document is contained it a new will be created.Methods in net.anotheria.anodoc.data with parameters of type Document Modifier and Type Method Description voidDocument. putDocument(Document doc)Puts the given Document in the internal storage.voidModule. putDocument(Document aDoc)Puts the given document into this module.Method parameters in net.anotheria.anodoc.data with type arguments of type Document Modifier and Type Method Description voidDocument. putList(DocumentList<? extends Document> list)Puts the given DocumentList in the internal storage.Constructors in net.anotheria.anodoc.data with parameters of type Document Constructor Description Document(Document anotherDocument)Creates a new document as a copy of another document. -
Uses of Document in net.anotheria.anodoc.query2
Methods in net.anotheria.anodoc.query2 that return Document Modifier and Type Method Description DocumentQueryResultEntry. getMatchedDocument()Getter for the fieldmatchedDocument.Methods in net.anotheria.anodoc.query2 with parameters of type Document Modifier and Type Method Description voidQueryResultEntry. setMatchedDocument(Document matchedDocument)Setter for the fieldmatchedDocument. -
Uses of Document in net.anotheria.anodoc.query2.string
Methods in net.anotheria.anodoc.query2.string with parameters of type Document Modifier and Type Method Description java.util.List<QueryResultEntry>ContainsWordsQuery. match(Document doc)match. -
Uses of Document in net.anotheria.anodoc.service
Methods in net.anotheria.anodoc.service with type parameters of type Document Modifier and Type Method Description <D extends Document>
DocumentList<D>AbstractModuleFactory. createDocumentList(java.lang.String name)Creates a new DocumentList with given name and without a 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)Creates a new DocumentList with given name and without a context.<D extends Document>
DocumentList<D>IModuleFactory. createDocumentList(java.lang.String name, DataHolder context)Creates a new DocumentList with given name and context.Methods in net.anotheria.anodoc.service that return Document Modifier and Type Method Description DocumentAbstractModuleFactory. createDocument(java.lang.String id)Creates a new Document with given name.DocumentAbstractModuleFactory. createDocument(java.lang.String name, java.lang.String typeIdentifier)Creates a new Document with given name and a type identifier.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)Creates a new Document with given name.DocumentIModuleFactory. createDocument(java.lang.String name, java.lang.String typeIdentifier)Creates a new Document with given name and a type identifier.DocumentIModuleFactory. createDocument(java.lang.String name, DataHolder context)Creates a new Document with given name in a given context. -
Uses of Document in net.anotheria.asg.data
Subclasses of Document 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). -
Uses of Document in net.anotheria.asg.util.decorators
Methods in net.anotheria.asg.util.decorators with parameters of type Document Modifier and Type Method Description java.lang.StringAbstractLinkDecorator. decorate(Document doc, java.lang.String attributeName, java.lang.String rule)
-