Uses of Class
com.atlassian.mywork.model.Status

Packages that use Status
com.atlassian.mywork.event.notification   
com.atlassian.mywork.event.task   
com.atlassian.mywork.model   
com.atlassian.mywork.rest   
com.atlassian.mywork.service   
 

Uses of Status in com.atlassian.mywork.event.notification
 

Methods in com.atlassian.mywork.event.notification that return Status
 Status NotificationStatusChangedEvent.getOldStatus()
           
 Status AbstractNotificationEvent.getStatus()
           
 

Constructors in com.atlassian.mywork.event.notification with parameters of type Status
NotificationStatusChangedEvent(Notification notification, Task task, Status oldStatus)
           
 

Uses of Status in com.atlassian.mywork.event.task
 

Methods in com.atlassian.mywork.event.task that return Status
 Status TaskUpdatedEvent.getOldStatus()
           
 Status AbstractTaskEvent.getStatus()
           
 

Uses of Status in com.atlassian.mywork.model
 

Methods in com.atlassian.mywork.model that return Status
 Status Task.getStatus()
          Returns the status of this task.
 Status Notification.getStatus()
          Returns the status of this notification.
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.mywork.model with parameters of type Status
 TaskBuilder TaskBuilder.status(Status status)
           
 NotificationBuilder NotificationBuilder.status(Status status)
           
 

Constructors in com.atlassian.mywork.model with parameters of type Status
Notification(long id, java.lang.String applicationLinkId, java.lang.String user, java.lang.String iconUrl, java.lang.String title, java.lang.String description, java.lang.String url, java.lang.String application, java.lang.String entity, java.lang.String action, java.lang.String actionIconUrl, long created, long updated, Status status, boolean read, boolean pinned, java.lang.String groupingId, java.lang.String globalId, org.codehaus.jackson.node.ObjectNode metadata, Item item)
           
Task(long id, java.lang.String applicationLinkId, java.lang.String title, java.lang.String user, java.lang.String notes, Status status, java.lang.String application, java.lang.String entity, long created, long updated, java.lang.String globalId, org.codehaus.jackson.node.ObjectNode metadata, Item item)
           
 

Uses of Status in com.atlassian.mywork.rest
 

Methods in com.atlassian.mywork.rest that return Status
 Status JsonGroupNotification.getStatus()
           
 

Uses of Status in com.atlassian.mywork.service
 

Methods in com.atlassian.mywork.service with parameters of type Status
 Task LocalNotificationService.setStatus(java.lang.String username, long notificationId, Status status)
          Sets the status of the notification and creates/updates associated work item.
 



Copyright © 2013 Atlassian. All Rights Reserved.