|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEssOlapLicenseInfo
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.essbase.api.base.IEssProperties |
---|
IEssProperties.EEssPropertyMode |
Method Summary | |
---|---|
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 |
Methods inherited from interface com.essbase.api.base.IEssExtendedObject |
---|
clearClientCache, getName, getParent, getParentBase, isClientCachingEnabled, setClientCachingEnabled |
Methods inherited from interface com.essbase.api.base.IEssProperties |
---|
getCountProperties, getPropertyDataType, getPropertyDataType, getPropertyDataTypes, getPropertyId, getPropertyMode, getPropertyMode, getPropertyModes, getPropertyName, getPropertyNames, getPropertyValueAny, getPropertyValueAny, refreshPropertyValues, setPropertyValueAny, setPropertyValueAny, updatePropertyValues |
Field Detail |
---|
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
Method Detail |
---|
short getServerSolutions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
short getLicenseType() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getPorts() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getPortsInUse() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getNamedUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getNamedUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getViewOnlyUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getViewOnlyUsersInCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getReadOnlyUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getReadOnlyUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
short getCPUS() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
short getAdminUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
short getAdminUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getPlanningUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getPlanningUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getRestrictedPlanningUsers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getRestrictedPlanningUsersInUseCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
int getMaxConnections() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isSpreadsheetToolkitEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isSpreadsheetAddinEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isASOEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isBSOEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isAppmanEASEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isAPIEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isReportsEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isBusinessRulesEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isEDSEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isObjectsEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isEISEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isCrystalEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isReadOnlySpradsheetEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isReadOnlySpreadsheetToolkitEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isLimitedSKUAppmanEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isLimitedSKUSpreadsheetEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isPartitionEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isCurrencyConversionEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isSQLEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isVisualExplorerEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isTriggersEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isDataMiningEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isExpiring() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
java.lang.String getLicenseExpiryDate() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isMacrovisionEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean is64bit() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
boolean isSAPBW() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |