Package com.microstrategy.web.objects
Interface EnumWebObjectsFeatures
-
- All Known Implementing Classes:
WebBlobImpl,WebChangeJournalSearchImpl,WebDBMSImpl,WebDerivedElementsHelper,WebDossierPersonalViewShortcutImpl,WebEmailDeviceImpl,WebEmailTransmitterImpl,WebFileDeviceImpl,WebFTPDeviceImpl,WebIAMImpl,WebMobileDeviceImpl,WebPrinterDeviceImpl,WebReportDefinitionImpl,WebReusableThresholdsImpl,WebScriptRuntimeEnvImpl,WebSyncRecommendationFolder,WebSyncSearchFolder,WebTransmitterImpl,WebWalletImpl
public interface EnumWebObjectsFeaturesThis interface defines constants that can be used to check whether the features (that these constants identify) are available for the current session. The feature check can be done usingWebFeatures.isFeatureAvailable(String)- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFolderFeatureAddChildCan children be added to this folderstatic java.lang.StringFolderFeatureRemoveChildCan children be removed from this folderstatic java.lang.StringObjectFeatureBrowseCan browse this object's propertiesstatic java.lang.StringObjectFeatureCopyCan this object be copiedstatic java.lang.StringObjectFeatureCreateShortcutCan shortcut be created to thisstatic java.lang.StringObjectFeatureDeleteCan this object be deletedstatic java.lang.StringObjectFeatureMoveCan this object be movedstatic java.lang.StringObjectFeatureUpdateCan this object's properties be updatedstatic java.lang.StringWebObjectsSubscriptionBulkExportDetermines whether a Narrowcast subscription for bulk export can be createdstatic java.lang.StringWebObjectsSubscriptionCustMsgDetermines whether the custom messaging feature associated with email subscriptions is available.static java.lang.StringWebObjectsSubscriptionDeliveryEmailDetermines whether a Narrowcast subscription for email delivery can be createdstatic java.lang.StringWebObjectsSubscriptionDeliveryFileDetermines whether a Narrowcast subscription for file delivery can be createdstatic java.lang.StringWebObjectsSubscriptionDeliveryFtpDetermines whether a Narrowcast subscription for FTP delivery can be createdstatic java.lang.StringWebObjectsSubscriptionDeliveryPrintDetermines whether a Narrowcast subscription for print delivery can be createdstatic java.lang.StringWebObjectsSubscriptionHTMLDocumentDetermines whether the feature to subscriibe to HTML Document is available.static java.lang.StringWebObjectsSubscriptionNotificationDetermines whether a notification option can be specified while creating a Narrowcast subscriptionstatic java.lang.StringWebObjectsSubscriptionRWDocumentDetermines whether the feature to subscribe to RW Documents is available.static java.lang.StringWebObjectsSubscriptionSendNowEmailDetermines whether a Narrowcast subscription for send now email delivery can be created
-
-
-
Field Detail
-
ObjectFeatureCopy
static final java.lang.String ObjectFeatureCopy
Can this object be copied- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectFeatureMove
static final java.lang.String ObjectFeatureMove
Can this object be moved- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectFeatureCreateShortcut
static final java.lang.String ObjectFeatureCreateShortcut
Can shortcut be created to this- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectFeatureDelete
static final java.lang.String ObjectFeatureDelete
Can this object be deleted- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectFeatureBrowse
static final java.lang.String ObjectFeatureBrowse
Can browse this object's properties- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectFeatureUpdate
static final java.lang.String ObjectFeatureUpdate
Can this object's properties be updated- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
FolderFeatureAddChild
static final java.lang.String FolderFeatureAddChild
Can children be added to this folder- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
FolderFeatureRemoveChild
static final java.lang.String FolderFeatureRemoveChild
Can children be removed from this folder- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionCustMsg
static final java.lang.String WebObjectsSubscriptionCustMsg
Determines whether the custom messaging feature associated with email subscriptions is available. Features implementation class:WebSubscriptionsSource.- See Also:
- Constant Field Values
-
WebObjectsSubscriptionHTMLDocument
static final java.lang.String WebObjectsSubscriptionHTMLDocument
Determines whether the feature to subscriibe to HTML Document is available. Methods: Features implementation class:WebSubscriptionsSource.- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionRWDocument
static final java.lang.String WebObjectsSubscriptionRWDocument
Determines whether the feature to subscribe to RW Documents is available. Methods: Features implementation class:WebSubscriptionsSource.- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionDeliveryEmail
static final java.lang.String WebObjectsSubscriptionDeliveryEmail
Determines whether a Narrowcast subscription for email delivery can be created- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionDeliveryFile
static final java.lang.String WebObjectsSubscriptionDeliveryFile
Determines whether a Narrowcast subscription for file delivery can be created- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionDeliveryPrint
static final java.lang.String WebObjectsSubscriptionDeliveryPrint
Determines whether a Narrowcast subscription for print delivery can be created- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionSendNowEmail
static final java.lang.String WebObjectsSubscriptionSendNowEmail
Determines whether a Narrowcast subscription for send now email delivery can be created- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionBulkExport
static final java.lang.String WebObjectsSubscriptionBulkExport
Determines whether a Narrowcast subscription for bulk export can be created- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionNotification
static final java.lang.String WebObjectsSubscriptionNotification
Determines whether a notification option can be specified while creating a Narrowcast subscription- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebObjectsSubscriptionDeliveryFtp
static final java.lang.String WebObjectsSubscriptionDeliveryFtp
Determines whether a Narrowcast subscription for FTP delivery can be created- See Also:
- Constant Field Values
-
-