SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.repository.service.subscription.ISubscription

Packages that use ISubscription
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
 

Uses of ISubscription in com.sapportals.wcm.repository.service.discussion
 

Methods in com.sapportals.wcm.repository.service.discussion that return ISubscription
 ISubscription IDiscussionManager.getSubscription(IDiscussion discussion, IResourceContext context, IResource resource)
          Gets the subscription for a specified secondary resource (discussion or discussion item).
 

Uses of ISubscription in com.sapportals.wcm.repository.service.subscription
 

Methods in com.sapportals.wcm.repository.service.subscription that return ISubscription
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for several resources and recipients.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for one resource and several recipients.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResource resource, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for one resource and recipient.
 ISubscription ISubscriptionManager.getSubscription(IResourceContext context, java.lang.String id)
          Gets the subscription with the specified ID.
 ISubscription ISubscriptionList.get(int index)
          Gets a named item from the list.
 ISubscription ISubscriptionList.set(int index, ISubscription subscription)
          Sets a item to a given position number in the list.
 ISubscription ISubscriptionList.remove(int index)
          Removes a specific item from the list.
 ISubscription ISubscriptionListIterator.next()
          Gets the next item of the iterator.
 ISubscription ISubscriptionListIterator.previous()
          Gets the previous item of the iterator.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type ISubscription
 boolean ISubscriptionList.contains(ISubscription subscription)
          Checks whether the given ISubscription is part of this list.
 boolean ISubscriptionList.add(ISubscription subscription)
          Adds an ISubscription to the list.
 boolean ISubscriptionList.remove(ISubscription subscription)
          Removes an ISubscription from the list.
 ISubscription ISubscriptionList.set(int index, ISubscription subscription)
          Sets a item to a given position number in the list.
 void ISubscriptionList.add(int index, ISubscription subscription)
          Adds an item to a given position number in the list.
 int ISubscriptionList.indexOf(ISubscription subscription)
          Gets the position number of a given subscription in the list.
 int ISubscriptionList.lastIndexOf(ISubscription subscription)
          Gets the position number of the last occurrence of a given ISubscription.
 void ISubscriptionListIterator.set(ISubscription subscription)
          Replaces the last element returned by next or previous with the given element (optional operation).
 void ISubscriptionListIterator.add(ISubscription subscription)
          Adds a specific item to the end of the list.
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.