Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.operations.inject | |
com.saperion.rmi |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
DDC |
SaClassicConnectorImpl.getDDC(String ddcName) |
DDC |
SaClassicConnector.getDDC(String ddcName)
Returns information about the requested DDC.
|
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 |
---|---|
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.
|
Map<String,Object> |
FieldArrayMapper.typedMapping(DDC definition,
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray nativeData)
Reads the values from the given native odbc field array to a named property map.
|
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray |
FieldArrayMapper.typedMapping(DDC definition,
Map<String,Object> properties)
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DDCImpl
Implementation of
DDC . |
Modifier and Type | Method and Description |
---|---|
DDC |
SaRMIServerCommand.getDDC(int clientToken,
String ddcName)
Returns information about the specified DDC.
|
Copyright © 2016 SAPERION AG. All rights reserved.