|
OracleAS Syndication Services API Reference 10g (9.0.4) Part No. B10399-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides accessors for the delivery rule attributes of an offer
Field Summary | |
static java.lang.String |
DELIVERY_RULE_MODE_PULL PULL mode identifier |
static java.lang.String |
DELIVERY_RULE_MODE_PUSH PUSH mode identifier |
static int |
ICE_PACKAGE_FORMAT ICE PACKAGE FORMAT |
static int |
NON_ICE_NO_LOG_PACKAGE_FORMAT NON ICE NO LOG PACKAGE FORMAT |
static int |
NON_ICE_PACKAGE_FORMAT NON ICE PACKAGE FORMAT |
Method Summary | |
ISODuration |
getDuration() Returns the DeliveryRule duration |
int |
getMaxNumUpdates() Returns Delivery Rule maximum number of updates or -1 if undefined |
ISODuration |
getMaxUpdateInterval() Returns Delivery Rule maximum update interval or null if undefined |
int |
getMinNumUpdates() Returns Delivery Rule minimum number of updates or -1 if undefined |
ISODuration |
getMinUpdateInterval() Returns Delivery Rule minimum update interval or null if undefined |
java.lang.String |
getMode() Returns Delivery Rule mode: pull or push |
java.lang.String |
getMonthDay() Returns the delivery rule month day identifying the days of the month when the delivery will be allowed. |
int |
getPackageFormat() Returns the format of the package |
java.lang.String |
getPushAuthPassword() Returns the password to be used when pushing content to the supplied push URL. |
java.lang.String |
getPushAuthUsername() Returns the username to be used when pushing content to the supplied push URL. |
ISODateTime |
getStartDate() Returns Delivery Rule start date or null if undefined. |
ISOTime |
getStartTime() Returns Delivery Rule start time or null if undefined. |
ISODateTime |
getStopDate() Returns Delivery Rule stop date or null if undefined. |
java.lang.String |
getURL() Returns Delivery Rule push URL |
java.lang.String |
getWeekDay() Returns the delivery rule week day identifying the days of the week when the delivery will be allowed. |
void |
setPackageFormat(int packageFormat) Sets the format of the package |
void |
setPushAuthPassword(java.lang.String passWord) Sets the password to be used when pushing content to the supplied push URL. |
void |
setPushAuthUsername(java.lang.String userName) Sets the username to be used when pushing content to the supplied push URL. |
void |
setURL(java.lang.String url) Sets the Delivery Rule push URL |
Field Detail |
public static final java.lang.String DELIVERY_RULE_MODE_PULL
public static final java.lang.String DELIVERY_RULE_MODE_PUSH
public static final int ICE_PACKAGE_FORMAT
public static final int NON_ICE_PACKAGE_FORMAT
public static final int NON_ICE_NO_LOG_PACKAGE_FORMAT
Method Detail |
public ISODuration getDuration()
public int getMaxNumUpdates()
public ISODuration getMaxUpdateInterval()
public int getMinNumUpdates()
public ISODuration getMinUpdateInterval()
public java.lang.String getMode()
public java.lang.String getMonthDay()
public java.lang.String getWeekDay()
public ISODateTime getStartDate()
public ISOTime getStartTime()
public ISODateTime getStopDate()
public java.lang.String getURL()
public void setURL(java.lang.String url)
public int getPackageFormat()
public void setPackageFormat(int packageFormat)
public java.lang.String getPushAuthUsername()
public void setPushAuthUsername(java.lang.String userName)
public java.lang.String getPushAuthPassword()
public void setPushAuthPassword(java.lang.String passWord)
|
Copyright © 2001, 2003, Oracle. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2003, Oracle. All rights reserved.