public static interface DocumentQueryMapper.DocumentMapperDeleteQueryBuild
DocumentDeleteQuery.
It either can return a new DocumentDeleteQuery instance or execute a query with
DocumentTemplate| Modifier and Type | Method and Description |
|---|---|
DocumentDeleteQuery |
build()
Creates a new instance of
DocumentDeleteQuery |
void |
delete(DocumentTemplate template)
executes the
DocumentTemplate.delete(DocumentDeleteQuery) |
DocumentDeleteQuery build()
DocumentDeleteQueryDocumentDeleteQuery instancevoid delete(DocumentTemplate template)
DocumentTemplate.delete(DocumentDeleteQuery)template - the document templateNullPointerException - when manager is nullCopyright © 2017–2021 Eclipse Foundation. All rights reserved.