com.filenet.bso.api.collaboration
Interface UserSubscription
- All Superinterfaces:
- CollaborationObject, PersistentBaseObject
- public interface UserSubscription
- extends CollaborationObject, PersistentBaseObject
Classes that implement the UserSubscription
interface represent an specific teamspace event
to which a member has subscribed. Whenever the specified event
occurs, a notification is generated and delivered to the member based on the member's notification
preferences.
Method Summary |
java.lang.String |
getMemberID()
Returns the ID of the teamspace member who created the UserSubscription object. |
com.filenet.wcm.api.BaseObject |
getSubscriptionObject()
Returns the target object of the subscription. |
int |
getSubscriptionType()
Returns an int value that defines the type of subscription that generated the notification. |
java.lang.String |
getTeamspaceID()
Returns the ID of Teamspace object in which the event occurred. |
SUBSCRIPTIONOBJECTID_SYMNAME
public static final java.lang.String SUBSCRIPTIONOBJECTID_SYMNAME
SUBSCRIPTIONOBJECTTYPE_SYMNAME
public static final java.lang.String SUBSCRIPTIONOBJECTTYPE_SYMNAME
SUBSCRIPTIONTYPE_SYMNAME
public static final java.lang.String SUBSCRIPTIONTYPE_SYMNAME
OWNER_TEAMSPACE_SYMNAME
public static final java.lang.String OWNER_TEAMSPACE_SYMNAME
MEMBERSHIPMANAGEDSECURITY_SYMNAME
public static final java.lang.String MEMBERSHIPMANAGEDSECURITY_SYMNAME
SECURITYOWNERID_SYMNAME
public static final java.lang.String SECURITYOWNERID_SYMNAME
COLLABORATION_TYPE_SYMNAME
public static final java.lang.String COLLABORATION_TYPE_SYMNAME
- Value of "CollaborationType"; Content Engine property.
PROPERTIES
public static final java.lang.String[] PROPERTIES
getMemberID
public java.lang.String getMemberID()
- Returns the ID of the teamspace member who created the
UserSubscription
object.
- Returns:
- A
String
containing a member ID.
getSubscriptionType
public int getSubscriptionType()
- Returns an
int
value that defines the type of subscription that generated the notification.
- Returns:
- An
int
value.
getTeamspaceID
public java.lang.String getTeamspaceID()
- Returns the ID of
Teamspace
object in which the event occurred.
- Returns:
- A
String
object containing a teamspace ID.
getSubscriptionObject
public com.filenet.wcm.api.BaseObject getSubscriptionObject()
- Returns the target object of the subscription.
- Returns:
- A
BaseObject
object.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.