Package | Description |
---|---|
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.lookup | |
com.saperion.operations.inject | |
com.saperion.query.fulltext | |
com.saperion.rmi.serverexception |
This package contains the exception classes for RMI client components.
|
Modifier and Type | Method and Description |
---|---|
void |
ObtainsCasually.release()
Let's the implementing class release the currently obtained resources.
|
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.deleteLookupEntry(String definitionName,
String id)
Deletes the lookup entry give by its id.
|
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 |
---|---|
DDC |
DocumentDefinitionManager.getDefinition(String definitionName)
Returns the document definition object identified by the given name
|
Modifier and Type | Method and Description |
---|---|
protected String |
ContainsClauseConverterMSSQL.fullTextContainsClauseConverter(String incomingQuery)
Converts the fulltext clause.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeException
An exception indicating that a native call resulted in a return code other than retOk.
|
Copyright © 2016 SAPERION AG. All rights reserved.