Uses of Enum Class
com.saperion.intf.DDC.TenantMode
Packages that use DDC.TenantMode
Package
Description
This package contains the common used interfaces for the LARIX components.
This package contains the classes for the LARIX RMI client wrapper components.
-
Uses of DDC.TenantMode in com.saperion.intf
Methods in com.saperion.intf that return DDC.TenantModeModifier and TypeMethodDescriptionDDC.getTenantMode()
Returns the tenant-mode of the table.static DDC.TenantMode
Returns the enum constant of this class with the specified name.static DDC.TenantMode[]
DDC.TenantMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DDC.TenantMode in com.saperion.rmi
Methods in com.saperion.rmi that return DDC.TenantModeConstructors in com.saperion.rmi with parameters of type DDC.TenantModeModifierConstructorDescriptionDDCImpl
(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.