Interface SubscriptionPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Subscription relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the dispatch.Gets theIdof the subscriber resource.
-
Method Details
-
getDispatchId
Id getDispatchId()Gets theIdof the dispatch.- Returns:
- the dispatch
Id - Compliance:
mandatory- This method must be implemented.
-
getSubscriberId
Id getSubscriberId()Gets theIdof the subscriber resource.- Returns:
- the
ResourceId - Compliance:
mandatory- This method must be implemented.
-