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)
This method returns a document definition given by its name.
|
Modifier and Type | Method and Description |
---|---|
DDC |
DocumentDefinitionService.getDefinition(String definitionName)
This method returns the document definition object identified by the given name
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentDefinitionService.checkForMandatoryConstraintViolations(DDC definition,
Map<String,Object> properties,
boolean isCreation)
For a given definition this method checks a given map of properties for mandatory constraint violations.
|
void |
DocumentDefinitionService.checkForSystemFields(DDC definition,
Map<String,Object> indexData)
For a given definition and a map of properties this method checks whether it contains system fields.
|
QueryExpression<Boolean> |
DocumentDefinitionService.createUniqueConstraintViolationCheck(DDC definition,
String id,
Map<String,Object> properties)
For a given map of fields this method checks a definition and a database row id, this method creates a query
expression that filters a corresponding datbase table so that the result contains exactly the existing entries
that would collide with the given database row.
|
List<Map<String,Object>> |
DocumentDefinitionService.filterSystemFields(DDC definition,
List<Map<String,Object>> resultMaps)
This method the system fields from a given list of result map.
|
Map<String,Object> |
DocumentDefinitionService.filterSystemFields(DDC definition,
Map<String,Object> resultMap)
This method the system fields from a given result map.
|
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.