Package | Description |
---|---|
com.saperion.lookup | |
com.saperion.operations.inject | |
com.saperion.query.fulltext |
Modifier and Type | Method and Description |
---|---|
String |
LookupEntryService.createLookupEntry(String definitionName,
Map<String,Object> indexData)
Creates a new lookup entry with the given index data in the given definition.
|
void |
LookupEntryService.updateLookEntry(String definitionName,
String id,
Map<String,Object> indexDataChanges)
Updates the lookup entry given by the id in the given ddc with the given properties.
|
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 © 2016 SAPERION AG. All rights reserved.