|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.metadata.SubscriberDeliveryTransports
public class SubscriberDeliveryTransports
Field Summary | |
---|---|
static java.lang.String |
DELIVERY_TRANSPORT_CODE_EMAIL
Subscription delivery transport code: EMail |
static java.lang.String |
DELIVERY_TRANSPORT_CODE_HTTP
Subscription delivery transport code: HTTP |
static java.lang.String |
DELIVERY_TRANSPORT_CODE_NONE
Subscription delivery transport code: None |
static java.lang.String |
DELIVERY_TRANSPORT_CODE_QUEUE
Subscription delivery transport code: Queue |
static java.lang.String |
DELIVERY_TRANSPORT_CODE_WEBDAV
Subscription delivery transport code: WebDAV |
static int |
SUBSCRIPTION_TYPE_CONTENT
Subscription type: content |
static int |
SUBSCRIPTION_TYPE_EVENT
Subscription type: event |
Constructor Summary | |
---|---|
SubscriberDeliveryTransports()
|
Method Summary | |
---|---|
static java.lang.String |
getDefaultDeliveryTransportCode(int subscriptionType)
Gets the code for the default delivery transport for the specified subscription type. |
static java.lang.String |
getDeliveryTransportCode(int subscriptionType,
int index)
Gets the delivery transport code for the specified subscription type and transport index. |
static java.lang.String |
getDeliveryTransportResource(int subscriptionType,
java.lang.String deliveryTransportCode)
Gets a localized string representing the specified delivery transport code for the specified subscription type. |
static java.lang.String[] |
getLocalizedDeliveryTransports(int subscriptionType)
Gets an array of localized strings representing the valid delivery transports for the specified subscription type. |
Field Detail |
---|
public static final int SUBSCRIPTION_TYPE_CONTENT
public static final int SUBSCRIPTION_TYPE_EVENT
public static final java.lang.String DELIVERY_TRANSPORT_CODE_EMAIL
public static final java.lang.String DELIVERY_TRANSPORT_CODE_HTTP
public static final java.lang.String DELIVERY_TRANSPORT_CODE_NONE
public static final java.lang.String DELIVERY_TRANSPORT_CODE_QUEUE
public static final java.lang.String DELIVERY_TRANSPORT_CODE_WEBDAV
Constructor Detail |
---|
public SubscriberDeliveryTransports()
Method Detail |
---|
public static final java.lang.String[] getLocalizedDeliveryTransports(int subscriptionType)
subscriptionType
- The subscription type. One of
SUBSCRIPTION_TYPE_EVENT
or SUBSCRIPTION_TYPE_CONTENT
.
public static final java.lang.String getDeliveryTransportCode(int subscriptionType, int index)
subscriptionType
- The subscription type. One of
SUBSCRIPTION_TYPE_EVENT
or SUBSCRIPTION_TYPE_CONTENT
.index
- Zero-based index to the desired transport type.
public static final java.lang.String getDefaultDeliveryTransportCode(int subscriptionType)
subscriptionType
- The subscription type. One of
SUBSCRIPTION_TYPE_EVENT
or SUBSCRIPTION_TYPE_CONTENT
.
public static final java.lang.String getDeliveryTransportResource(int subscriptionType, java.lang.String deliveryTransportCode)
subscriptionType
- The subscription type. One of
SUBSCRIPTION_TYPE_EVENT
or SUBSCRIPTION_TYPE_CONTENT
.deliveryTransportCode
- Code representing a valid delivery transport.
Valid delivery transport codes for content subscription delivery are:
Valid delivery transport codes for event subscription delivery are:
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |