public interface IEssOlapLicenseInfo extends IEssExtendedObject, IEssProperties
IEssProperties.EEssPropertyMode
Modifier and Type | Method and Description |
---|---|
short |
getAdminUsers()
number of Admin users from license
|
short |
getAdminUsersInUseCount()
number of Admin users in use
|
short |
getCPUS()
number of CPUS from license
|
java.lang.String |
getLicenseExpiryDate()
Returns License expiry date as MMDDYYYY.
|
short |
getLicenseType()
Concurrent, Named or CPU or Unlimited
|
int |
getMaxConnections()
max connections, that a port/user can have
|
int |
getNamedUsers()
Number of named users from license
|
int |
getNamedUsersInUseCount()
number of named users in use
|
int |
getPlanningUsers()
number of Planning users from license
|
int |
getPlanningUsersInUseCount()
number of Planning users in use
|
int |
getPorts()
Number of concuurent ports that can be active
|
int |
getPortsInUse()
Ports in use count
|
int |
getReadOnlyUsers()
number of ReadOnly users from license
|
int |
getReadOnlyUsersInUseCount()
number of ReadOnly users in use
|
boolean |
getReserverd3() |
boolean |
getReserverd4() |
boolean |
getReserverd5() |
boolean |
getReserverd6() |
boolean |
getReserverd7() |
int |
getRestrictedPlanningUsers()
number of Restricted Planning users from license (not deployed in 7.1.2)
|
int |
getRestrictedPlanningUsersInUseCount()
number of Restricted Planning users in use (not deployed in 7.1.2)
|
short |
getServerSolutions()
5 different types of server sols
|
int |
getViewOnlyUsers()
number of ViewOnly users from license
|
int |
getViewOnlyUsersInCount()
number of ViewOnly users in use
|
boolean |
is64bit()
64 bit
|
boolean |
isAPIEnabled()
is API usage enabled - I think its free now
|
boolean |
isAppmanEASEnabled()
is Appman/EAS enabled .
|
boolean |
isASOEnabled()
Is ASO app creation enabled
|
boolean |
isBSOEnabled()
is BSO app creation enabled
|
boolean |
isBusinessRulesEnabled()
is Business Rules option enabled
|
boolean |
isCrystalEnabled()
is Crystal enabled
|
boolean |
isCurrencyConversionEnabled()
is Currency Conversion enabled
|
boolean |
isDataMiningEnabled()
Not licensed now, may be charge in future
|
boolean |
isEDSEnabled()
is EDS (High concurrency) enabled
|
boolean |
isEISEnabled()
is Essbase Integration services/Hybrid analysis enabled
|
boolean |
isExpiring()
is license expiring
|
boolean |
isLimitedSKUAppmanEnabled()
is LimitedSKUAppman enabled
|
boolean |
isLimitedSKUSpreadsheetEnabled()
is LimitedSKUSpreadsheet enabled
|
boolean |
isMacrovisionEnabled()
is macrovision enabled, mainly for IBM back door
|
boolean |
isObjectsEnabled()
is Essbase Objects enabled
|
boolean |
isPartitionEnabled()
is partitioning enabled
|
boolean |
isReadOnlySpradsheetEnabled()
is Read-Only Spreadsheet enabled
|
boolean |
isReadOnlySpreadsheetToolkitEnabled()
is Read-Only Spreadsheet toolkit enabled
|
boolean |
isReportsEnabled()
is Hyperion Reports enabled
|
boolean |
isSAPBW()
SAP BW Data Integration Connector
|
boolean |
isSpreadsheetAddinEnabled()
Is Spread sheet Addin enabled
|
boolean |
isSpreadsheetToolkitEnabled()
Is Spread sheet toolkit enabled
|
boolean |
isSQLEnabled()
is SQL interface enabled
|
boolean |
isTriggersEnabled()
Not licensed now, may be charge in future
|
boolean |
isVisualExplorerEnabled()
is Visual Explorer enabled
|
clearClientCache, getName, getParent, getParentBase, isClientCachingEnabled, setClientCachingEnabled
getCountProperties, getPropertyDataType, getPropertyDataType, getPropertyDataTypes, getPropertyId, getPropertyMode, getPropertyMode, getPropertyModes, getPropertyName, getPropertyNames, getPropertyValueAny, getPropertyValueAny, refreshPropertyValues, setPropertyValueAny, setPropertyValueAny, updatePropertyValues
static final int PROP_SERVER_SOLUTIONS
static final int PROP_LICENSE_TYPE
static final int PROP_PORT
static final int PROP_PORTS_IN_USE_COUNT
static final int PROP_NAMED_USERS
static final int PROP_NAMED_USERS_IN_USE_COUNT
static final int PROP_VIEW_ONLY_USERS
static final int PROP_VIEW_ONLY_USERS_IN_USE_COUNT
static final int PROP_READ_ONLY_USERS
static final int PROP_READ_ONLY_USERS_IN_USE_COUNT
static final int PROP_CPUS
static final int PROP_ADMIN_USERS
static final int PROP_ADMIN_USERS_IN_USE_COUNT
static final int PROP_PLANNING_USERS
static final int PROP_PLANNING_USERS_IN_USE_COUNT
static final int PROP_RESTRICTED_PLANNING_USERS
static final int PROP_MAX_CONNECTIONS
static final int PROP_SPREAD_SHEET_TOOLKIT
static final int PROP_SPREAD_SHEET_ADDIN
static final int PROP_ASO
static final int PROP_BSO
static final int PROP_APPMAN_EAS
static final int PROP_API
static final int PROP_REPORTS
static final int PROP_BUSINESS_RULES
static final int PROP_EDS
static final int PROP_OBJECTS
static final int PROP_EIS
static final int PROP_CRYSTAL
static final int PROP_READ_ONLY_SPREAD_SHEET
static final int PROP_READ_ONLY_SPREAD_SHEET_TOOLKIT
static final int PROP_LIMITED_SKU_APPMAN
static final int PROP_LIMITED_SKU_SPREAD_SHEET
static final int PROP_PARTITION
static final int PROP_CURRENCY_CONVERSION
static final int PROP_SQL
static final int PROP_VISUAL_EXPLORER
static final int PROP_TRIGGERS
static final int PROP_DATA_MINING
static final int PROP_EXPIRING
static final int PROP_LICENSE_EXPIRY_DATE
static final int PROP_MACRO_VISION_ENABLED
static final int PROP_B64BIT
static final int PROP_SAPBW
static final int PROP_RESERVED3
static final int PROP_RESERVED4
static final int PROP_RESERVED5
static final int PROP_RESERVED6
static final int PROP_RESERVED7
static final int s_countProperties
static final java.lang.String[] s_propNames
static final IEssValueAny.EEssDataType[] s_propDataTypes
static final IEssProperties.EEssPropertyMode[] s_propModes
short getServerSolutions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.short getLicenseType() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getPorts() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getPortsInUse() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getNamedUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getNamedUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getViewOnlyUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getViewOnlyUsersInCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getReadOnlyUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getReadOnlyUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.short getCPUS() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.short getAdminUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.short getAdminUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getPlanningUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getPlanningUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getRestrictedPlanningUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getRestrictedPlanningUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getMaxConnections() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isSpreadsheetToolkitEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isSpreadsheetAddinEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isASOEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isBSOEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isAppmanEASEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isAPIEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isReportsEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isBusinessRulesEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isEDSEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isObjectsEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isEISEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isCrystalEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isReadOnlySpradsheetEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isReadOnlySpreadsheetToolkitEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isLimitedSKUAppmanEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isLimitedSKUSpreadsheetEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isPartitionEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isCurrencyConversionEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isSQLEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isVisualExplorerEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isTriggersEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isDataMiningEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isExpiring() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getLicenseExpiryDate() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isMacrovisionEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean is64bit() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isSAPBW() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean getReserverd3() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean getReserverd4() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean getReserverd5() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean getReserverd6() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean getReserverd7() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException