|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes that implement the SubscriptionDefinition
define subscriptions
to events in a teamspace environment. Using the information in a subscription definition, a subscription
object can be created that will cause notifications to be generated when the subscribed event occurs.
Teamspace
,
UserSubscription
,
UserSubscriptionManager
Method Summary | |
java.lang.String |
getContainerDefinitionID()
Return the ID of the collaboration container definition, if any, related to the subscription event. |
java.lang.String |
getDefinitionID()
Return the ID of the collaboration subscription definition in the Collaboration Store. |
java.lang.String |
getDescription()
Return the description of the subscription definition. |
java.lang.String |
getLabel()
Return a name label for the subscription definition. |
java.lang.String |
getSubscribableObjectSymname()
Return the symbolic name of subscribable object. |
java.lang.Integer |
getType()
Return subscription type. |
boolean |
isContentEngineBased()
Return true if this subscription is based on a low-level Content Engine subscription; otherwise, return false . |
Method Detail |
public java.lang.String getDefinitionID()
String
containing the subscription definition ID.public java.lang.String getLabel()
String
containing the name label.public java.lang.String getDescription()
String
containing the description.public java.lang.Integer getType()
int
value.public java.lang.String getSubscribableObjectSymname()
String
value.public java.lang.String getContainerDefinitionID()
String
containing the container definition ID.public boolean isContentEngineBased()
true
if this subscription is based on a low-level Content Engine subscription; otherwise, return false
.
boolean
value.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |