Uses of Class
org.tigris.scarab.notification.ActivityType

Packages that use ActivityType
org.tigris.scarab.notification   
org.tigris.scarab.om   
 

Uses of ActivityType in org.tigris.scarab.notification
 

Fields in org.tigris.scarab.notification declared as ActivityType
static ActivityType ActivityType.ISSUE_CREATED
           
static ActivityType ActivityType.ISSUE_MOVED
           
static ActivityType ActivityType.ISSUE_COPIED
           
static ActivityType ActivityType.ISSUE_DELETED
           
static ActivityType ActivityType.ATTRIBUTE_CHANGED
           
static ActivityType ActivityType.USER_ATTRIBUTE_CHANGED
           
static ActivityType ActivityType.COMMENT_ADDED
           
static ActivityType ActivityType.COMMENT_CHANGED
           
static ActivityType ActivityType.URL_ADDED
           
static ActivityType ActivityType.URL_CHANGED
           
static ActivityType ActivityType.URL_DESC_CHANGED
           
static ActivityType ActivityType.URL_DELETED
           
static ActivityType ActivityType.ATTACHMENT_CREATED
           
static ActivityType ActivityType.ATTACHMENT_REMOVED
           
static ActivityType ActivityType.DEPENDENCY_CREATED
           
static ActivityType ActivityType.DEPENDENCY_CHANGED
           
static ActivityType ActivityType.DEPENDENCY_DELETED
           
 

Methods in org.tigris.scarab.notification that return ActivityType
static ActivityType ActivityType.getActivityType(java.lang.String code)
          Returns the activitytype constant given its database value.
 

Methods in org.tigris.scarab.notification with parameters of type ActivityType
 void ScarabOldNotificationManager.addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, ScarabUser fromUser)
          Receives an activitySet from which to generate notification.
 void ScarabOldNotificationManager.addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, java.util.Set toUsers, java.util.Set ccUsers, ScarabUser fromUser)
          Long version of the addActivityNotification method, allowing to pass the sets of users involved as 'To' or 'CC'.
 void NotificationManager.addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, ScarabUser fromUser)
          This method should add a notification to be processed.
 void NotificationManager.addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, java.util.Set toUsers, java.util.Set ccUsers, ScarabUser fromUser)
          Long version of the addActivityNotification method, allowing to pass the sets of users involved as 'To' or 'CC'.
 void ScarabNewNotificationManager.addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, ScarabUser fromUser)
          Receives an activitySet from which to generate notification.
 void ScarabNewNotificationManager.addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, java.util.Set toUsers, java.util.Set ccUsers, ScarabUser fromUser)
          Long version of the addActivityNotification method, allowing to pass the sets of users involved as 'To' or 'CC'.
 

Uses of ActivityType in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return ActivityType
 ActivityType NotificationStatus.getActivityType()
           
 

Methods in org.tigris.scarab.om with parameters of type ActivityType
static NotificationFilter NotificationFilter.createDefaultFilter(java.lang.Integer moduleId, java.lang.Integer userId, java.lang.Integer managerId, ActivityType activityType)
          Create a default filter.
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, Attachment attachment)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, Depend depend, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.