Package | Description |
---|---|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
Modifier and Type | Method and Description |
---|---|
DDC.DDCKind |
WrongDefinitionKindException.getActualDefinitionKind()
This method returns the kind of definition that was encountered.
|
DDC.DDCKind |
WrongDefinitionKindException.getExpectedDefinitionKind()
This method returns the kind of definition that was expected.
|
Constructor and Description |
---|
WrongDefinitionKindException(String message,
com.lexmark.saperion.archive.ArchiveReferenceType definition,
DDC.DDCKind actualDefinitionKind,
DDC.DDCKind expectedDefinitionKind) |
Modifier and Type | Method and Description |
---|---|
DDC.DDCKind |
DDC.getDDCKind()
Returns the kind of the DDC.
|
static DDC.DDCKind |
DDC.DDCKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDC.DDCKind[] |
DDC.DDCKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DDC.DDCKind |
DDCImpl.getDDCKind() |
Constructor and Description |
---|
DDCImpl(String definitionName,
String tableName,
SQLType dataSourceType,
String dataSourceName,
boolean onDefaultDataSource,
DDC.DDCKind ddcKind,
DDC.TenantMode tenantMode,
SaFieldDescription[] descriptions)
Creates a new DDCImpl.
|
DDCImpl(String definitionName,
String tableName,
SQLType dataSourceType,
String dataSourceName,
boolean onDefaultDataSource,
DDC.DDCKind ddcKind,
DDC.TenantMode tenantMode,
SaFieldDescription[] descriptions,
String auditTable)
Creates a new DDCImpl.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.