Uses of Class
lumis.service.document.DocumentConfig
-
Packages that use DocumentConfig Package Description lumis.service.document -
-
Uses of DocumentConfig in lumis.service.document
Methods in lumis.service.document that return DocumentConfig Modifier and Type Method Description DocumentConfig
DocumentManager. get(SessionConfig sessionConfig, String documentId, ITransaction transaction)
DocumentConfig
IDocumentManager. get(SessionConfig sessionConfig, String documentId, ITransaction transaction)
Returns the DocumentConfig for a document with the given id.Methods in lumis.service.document that return types with arguments of type DocumentConfig Modifier and Type Method Description Collection<DocumentConfig>
DocumentManager. getChildren(SessionConfig sessionConfig, String serviceInstanceId, String folderId, int type, ITransaction transaction)
Collection<DocumentConfig>
IDocumentManager. getChildren(SessionConfig sessionConfig, String serviceInstanceId, String folderId, int type, ITransaction transaction)
Returns the entries in the specified folder.
-