Uses of Class
com.saperion.intf.DDC.TenantMode
-
Packages that use DDC.TenantMode Package Description 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. -
-
Uses of DDC.TenantMode in com.saperion.intf
Methods in com.saperion.intf that return DDC.TenantMode Modifier and Type Method Description DDC.TenantMode
DDC. getTenantMode()
Returns the tenant-mode of the table.static DDC.TenantMode
DDC.TenantMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DDC.TenantMode[]
DDC.TenantMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DDC.TenantMode in com.saperion.rmi
Methods in com.saperion.rmi that return DDC.TenantMode Modifier and Type Method Description DDC.TenantMode
DDCImpl. getTenantMode()
Constructors in com.saperion.rmi with parameters of type DDC.TenantMode Constructor Description DDCImpl(java.lang.String definitionName, java.lang.String tableName, SQLType dataSourceType, java.lang.String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions)
Creates a new DDCImpl.DDCImpl(java.lang.String definitionName, java.lang.String tableName, SQLType dataSourceType, java.lang.String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions, java.lang.String auditTable)
Creates a new DDCImpl.
-