com.silverpeas.subscribe.service
Class NodeSubscription
java.lang.Object
com.silverpeas.subscribe.service.AbstractSubscription
com.silverpeas.subscribe.service.NodeSubscription
- All Implemented Interfaces:
- Subscription
public class NodeSubscription
- extends AbstractSubscription
- Author:
- ehugonnet
NodeSubscription
public NodeSubscription(String subscriberId,
NodePK nodePK)
- Node subscription constructor for which the type of the subscriber is USER and the
subscriber is the one that handles the subscription.
- Parameters:
subscriberId
- id of the subscribernodePK
- representation of the topic
NodeSubscription
public NodeSubscription(SubscriptionSubscriber subscriber,
NodePK nodePK)
- Node subscription constructor for a subscriber that handles the subscription too.
- Parameters:
subscriber
- the subscribernodePK
- representation of the topic
NodeSubscription
public NodeSubscription(SubscriptionSubscriber subscriber,
NodePK nodePK,
String creatorId)
- Node subscription constructor for a subscriber that handles the subscription too.
- Parameters:
subscriber
- the subscribernodePK
- representation of the topiccreatorId
- the user id that has handled the subscription
NodeSubscription
protected NodeSubscription(SubscriptionSubscriber subscriber,
SubscriptionResource resource,
SubscriptionMethod subscriptionMethod,
String creatorId,
Date creationDate)
- See Also:
AbstractSubscription
Copyright © 2016 Silverpeas. All Rights Reserved.