Package | Description |
---|---|
com.saperion.operations.inject | |
com.saperion.query.fulltext |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
DatabaseSession.getCompleteDocumentById(DDC definition,
String id)
Gets the database properties of the document given by its SysRowId.
|
Map<String,Object> |
DatabaseSession.getDocumentById(DDC definition,
String id)
Gets the database properties of the document given by its SysRowId.
|
Map<String,Object> |
DatabaseSession.getUniqueDocument(DDC definition,
QueryExpression<Boolean> condition)
Gets the database properties of the unique document that fulfill the given condition.
|
List<Map<String,Object>> |
DatabaseSession.rawSearch(DDC definition,
QueryExpression<Boolean> filter)
Gets the list of database properties of the documents that match the given filter.
|
List<Map<String,Object>> |
DatabaseSession.searchDocuments(DDC definition,
QueryExpression<Boolean> filter)
Gets the list of database properties of the documents that match the given filter.
|
Modifier and Type | Method and Description |
---|---|
String |
FulltextQueryModifier.adjustQuery(String hqlQuery)
Query adjuster.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.