com.microstrategy.web.objects.WebSubscriptionsFilter |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
clear()
Remove all conditions from the filter
| ||||||||||
abstract int |
getDeliveryType()
Get the delivery type for tbis filter
| ||||||||||
abstract String |
getName()
Get the name used to filter subscriptions
| ||||||||||
abstract void |
setDeliveryType(int type)
Set the delivery type for this filter
| ||||||||||
abstract void |
setName(String name)
Set the name used to filter subscriptions
|
Remove all conditions from the filter
Get the delivery type for tbis filter
EnumDSSXMLSubscriptionDeliveryType
Get the name used to filter subscriptions
Set the delivery type for this filter
type | int from EnumDSSXMLSubscriptionDeliveryType
|
---|
Set the name used to filter subscriptions
name | String used to filter subscriptions by name |
---|