com.microstrategy.web.objects.EnumWebObjectsFeatures |
This 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 using isFeatureAvailable(String)
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FolderFeatureAddChild | Can children be added to this folder | |||||||||
String | FolderFeatureRemoveChild | Can children be removed from this folder | |||||||||
String | ObjectFeatureBrowse | Can browse this object's properties | |||||||||
String | ObjectFeatureCopy | Can this object be copied | |||||||||
String | ObjectFeatureCreateShortcut | Can shortcut be created to this | |||||||||
String | ObjectFeatureDelete | Can this object be deleted | |||||||||
String | ObjectFeatureMove | Can this object be moved | |||||||||
String | ObjectFeatureUpdate | Can this object's properties be updated | |||||||||
String | WebObjectsSubscriptionBulkExport | Determines whether a Narrowcast subscription for bulk export can be created | |||||||||
String | WebObjectsSubscriptionCustMsg | Determines whether the custom messaging feature associated with email subscriptions is available. | |||||||||
String | WebObjectsSubscriptionDeliveryEmail | Determines whether a Narrowcast subscription for email delivery can be created | |||||||||
String | WebObjectsSubscriptionDeliveryFile | Determines whether a Narrowcast subscription for file delivery can be created | |||||||||
String | WebObjectsSubscriptionDeliveryFtp | Determines whether a Narrowcast subscription for FTP delivery can be created | |||||||||
String | WebObjectsSubscriptionDeliveryPrint | Determines whether a Narrowcast subscription for print delivery can be created | |||||||||
String | WebObjectsSubscriptionHTMLDocument | Determines whether the feature to subscriibe to HTML Document is available. | |||||||||
String | WebObjectsSubscriptionNotification | Determines whether a notification option can be specified while creating a Narrowcast subscription | |||||||||
String | WebObjectsSubscriptionRWDocument | Determines whether the feature to subscribe to RW Documents is available. | |||||||||
String | WebObjectsSubscriptionSendNowEmail | Determines whether a Narrowcast subscription for send now email delivery can be created |
Can children be added to this folder
Can children be removed from this folder
Can browse this object's properties
Can this object be copied
Can shortcut be created to this
Can this object be deleted
Can this object be moved
Can this object's properties be updated
Determines whether a Narrowcast subscription for bulk export can be created
Determines whether the custom messaging feature associated with email
subscriptions is available.
Features implementation class:
WebSubscriptionsSource
.
Determines whether a Narrowcast subscription for email delivery can be created
Determines whether a Narrowcast subscription for file delivery can be created
Determines whether a Narrowcast subscription for FTP delivery can be created
Determines whether a Narrowcast subscription for print delivery can be created
Determines whether the feature to subscriibe to HTML Document
is available. Methods:
Features implementation class:
WebSubscriptionsSource
.
Determines whether a notification option can be specified while creating a Narrowcast subscription
Determines whether the feature to subscribe to RW Documents
is available. Methods:
Features implementation class:
WebSubscriptionsSource
.
Determines whether a Narrowcast subscription for send now email delivery can be created