Package | Description |
---|---|
com.saperion |
Main package for all SAPERION LARIX components.
|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.operations.inject | |
com.saperion.query.fulltext | |
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
static com.lexmark.saperion.archive.ArchiveReferenceType |
SaTypeConverter.archiveReferenceFromDdc(DDC ddc) |
static com.lexmark.saperion.archive.ArchiveContentEnum |
SaTypeConverter.archiveTypeFromDdc(DDC ddc) |
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 |
SaRMIClientCommandImpl.getDDC(String ddcName) |
DDC |
SaRMIClientCommand.getDDC(String ddcName)
Returns information about the specified DDC.
|
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 |
FieldArrayMapper.appendTypedMapping(DDC definition,
Map<String,com.lexmark.saperion.PropertyType> properties,
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray existingProperties)
This method maps the given properties to native types inserting them to an existing native field array.
|
void |
DocumentDefinitionService.checkForMandatoryConstraintViolations(DDC definition,
Map<String,com.lexmark.saperion.PropertyType> 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,com.lexmark.saperion.PropertyType> indexData)
For a given definition and a map of properties this method checks whether it contains system fields.
|
com.lexmark.saperion.remote.common.query.QueryExpression<Boolean> |
DocumentDefinitionService.createUniqueConstraintViolationCheck(DDC definition,
String id,
Map<String,com.lexmark.saperion.PropertyType> 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,com.lexmark.saperion.PropertyType>> |
DocumentDefinitionService.filterSystemFields(DDC definition,
List<Map<String,com.lexmark.saperion.PropertyType>> resultMaps)
This method the system fields from a given list of result map.
|
Map<String,com.lexmark.saperion.PropertyType> |
DocumentDefinitionService.filterSystemFields(DDC definition,
Map<String,com.lexmark.saperion.PropertyType> resultMap)
This method filters the system fields from a given result map.
|
Map<String,com.lexmark.saperion.PropertyType> |
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,com.lexmark.saperion.PropertyType> properties)
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
|
Constructor and Description |
---|
ContainsClauseConverterMSSQL(DDC definition,
Map<String,String> fromEntityNames,
String statement)
Creates the instance of the Util class
ConvertJCRFullText2SQL . |
FulltextQueryModifier(DDC definition,
Map<String,String> fromEntityNames,
SQLType dbTypeName)
Creates an instance of the
QueryModifier class. |
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 © 2020 Hyland Software Germany GmbH. All rights reserved.