Uses of Interface
com.saperion.intf.DDC
Packages that use DDC
Package
Description
Main package for all SAPERION LARIX components.
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
-
Uses of DDC in com.saperion
Methods in com.saperion with parameters of type DDCModifier and TypeMethodDescriptionstatic com.lexmark.saperion.archive.ArchiveReferenceType
SaTypeConverter.archiveReferenceFromDdc
(DDC ddc) static com.lexmark.saperion.archive.ArchiveContentEnum
SaTypeConverter.archiveTypeFromDdc
(DDC ddc) -
Uses of DDC in com.saperion.connector
Methods in com.saperion.connector that return DDC -
Uses of DDC in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return DDC -
Uses of DDC in com.saperion.operations.inject
Methods in com.saperion.operations.inject that return DDCModifier and TypeMethodDescriptionDocumentDefinitionService.getDefinition
(String definitionName) This method returns the document definition object identified by the given nameMethods in com.saperion.operations.inject with parameters of type DDCModifier and TypeMethodDescriptionvoid
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.DocumentDefinitionService.filterSystemFields
(DDC definition, List<Map<String, com.lexmark.saperion.PropertyType>> resultMaps) This method the system fields from a given list of result map.DocumentDefinitionService.filterSystemFields
(DDC definition, Map<String, com.lexmark.saperion.PropertyType> resultMap) This method filters the system fields from a given result map.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. -
Uses of DDC in com.saperion.query.fulltext
Constructors in com.saperion.query.fulltext with parameters of type DDCModifierConstructorDescriptionCreates the instance of the Util classConvertJCRFullText2SQL
.Creates an instance of theQueryModifier
class. -
Uses of DDC in com.saperion.rmi
Classes in com.saperion.rmi that implement DDC -
Uses of DDC in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return DDC