public static interface DocumentQueryMapper.DocumentMapperDeleteQueryBuild
DocumentDeleteQuery.
It either can return a new DocumentDeleteQuery instance or execute a query with
DocumentTemplate and DocumentTemplateAsync| Modifier and Type | Method and Description |
|---|---|
DocumentDeleteQuery |
build()
Creates a new instance of
DocumentDeleteQuery |
void |
delete(DocumentTemplate template)
executes the
DocumentTemplate.delete(DocumentDeleteQuery) |
void |
delete(DocumentTemplateAsync template)
executes the
DocumentTemplateAsync.delete(DocumentDeleteQuery) |
void |
delete(DocumentTemplateAsync template,
Consumer<Void> callback)
|
DocumentDeleteQuery build()
DocumentDeleteQueryDocumentDeleteQuery instancevoid delete(DocumentTemplate template)
DocumentTemplate.delete(DocumentDeleteQuery)template - the document templateNullPointerException - when manager is nullvoid delete(DocumentTemplateAsync template)
DocumentTemplateAsync.delete(DocumentDeleteQuery)template - the document templateNullPointerException - when manager is nullvoid delete(DocumentTemplateAsync template, Consumer<Void> callback)
template - the document templatecallback - the callbackNullPointerException - when there is null parameterCopyright © 2017–2019 Eclipse Foundation. All rights reserved.