OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.message.offer
Interface DeliveryPolicy


public interface DeliveryPolicy

Provides accessors for the delivery policy attributes of an offer

Since:
release specific (what release of product did this appear in)

Method Summary
 java.util.Iterator getDeliveryRules()
          Returns an iterator over the delivery rules for this DeliveryPolicy
 ISODateTime getStartDate()
          Returns the DeliveryPolicy start date
 ISODateTime getStopDate()
          Returns the DeliveryPolicy stop date

 

Method Detail

getStartDate

public ISODateTime getStartDate()
Returns the DeliveryPolicy start date

getStopDate

public ISODateTime getStopDate()
Returns the DeliveryPolicy stop date

getDeliveryRules

public java.util.Iterator getDeliveryRules()
Returns an iterator over the delivery rules for this DeliveryPolicy
See Also:
DeliveryRule

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.