com.silverpeas.subscribe
Interface SubscriptionResource

All Known Implementing Classes:
AbstractSubscriptionResource, ComponentSubscriptionResource, NodeSubscriptionResource, PKSubscriptionResource

public interface SubscriptionResource

User: Yohann Chastagnier Date: 20/02/13


Method Summary
 String getId()
          Gets the identifier of the resource aimed by subscription
 String getInstanceId()
          Gets the instance identifier of component
<T extends WAPrimaryKey>
T
getPK()
          Gets the Silverpeas Primary Key of the aimed resource
 SubscriptionResourceType getType()
          Gets the type of the resource aimed by the subscription
 

Method Detail

getId

String getId()
Gets the identifier of the resource aimed by subscription

Returns:

getType

SubscriptionResourceType getType()
Gets the type of the resource aimed by the subscription

Returns:

getInstanceId

String getInstanceId()
Gets the instance identifier of component

Returns:

getPK

<T extends WAPrimaryKey> T getPK()
Gets the Silverpeas Primary Key of the aimed resource

Type Parameters:
T -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.