Uses of Interface
com.atlassian.jira.task.TaskDescriptor

Packages that use TaskDescriptor
com.atlassian.jira.task   
com.atlassian.jira.web.action.admin.workflow   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow.migration   
 

Uses of TaskDescriptor in com.atlassian.jira.task
 

Methods in com.atlassian.jira.task that return TaskDescriptor
 TaskDescriptor TaskManager.findFirstTask(TaskMatcher matcher)
          Find the first task that "matches" according to the passed matcher.
 TaskDescriptor TaskManagerImpl.findFirstTask(TaskMatcher matcher)
           
 TaskDescriptor TaskManager.getLiveTask(TaskContext taskContext)
          Return the live task associated with the passed context, if one exists.
 TaskDescriptor TaskManagerImpl.getLiveTask(TaskContext taskContext)
           
 TaskDescriptor TaskManager.getTask(Long taskId)
          Returns the TaskDescriptor of the task that is identified by the passed id.
 TaskDescriptor TaskManagerImpl.getTask(Long taskId)
           
 TaskDescriptor AlreadyExecutingException.getTaskDescriptor()
           
 TaskDescriptor TaskManager.submitTask(edu.emory.mathcs.backport.java.util.concurrent.Callable callable, String taskDescription, TaskContext taskContext)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
 TaskDescriptor TaskManagerImpl.submitTask(edu.emory.mathcs.backport.java.util.concurrent.Callable callable, String taskDescription, TaskContext taskContext)
           
 

Methods in com.atlassian.jira.task with parameters of type TaskDescriptor
 boolean TaskMatcher.match(TaskDescriptor descriptor)
          Tells the caller whether the passed descriptor matches or not.
 void RequiresTaskInformation.setTaskDescriptor(TaskDescriptor taskDescriptor)
          Called to give the task its TaskDescriptor.
 

Constructors in com.atlassian.jira.task with parameters of type TaskDescriptor
AlreadyExecutingException(TaskDescriptor taskDescriptor, String message)
           
 

Uses of TaskDescriptor in com.atlassian.jira.web.action.admin.workflow
 

Methods in com.atlassian.jira.web.action.admin.workflow that return TaskDescriptor
 TaskDescriptor ActivateWorkflowStep2.getTaskDescriptor()
           
 

Uses of TaskDescriptor in com.atlassian.jira.web.action.admin.workflow.scheme
 

Methods in com.atlassian.jira.web.action.admin.workflow.scheme with parameters of type TaskDescriptor
protected  void SelectProjectWorkflowScheme.initTaskDescriptorBean(TaskDescriptor taskDescriptor)
           
 

Uses of TaskDescriptor in com.atlassian.jira.web.bean
 

Classes in com.atlassian.jira.web.bean that implement TaskDescriptor
 class TaskDescriptorBean
          A UI styler bean to help format up a TaskDescriptor.
 

Methods in com.atlassian.jira.web.bean that return TaskDescriptor
 TaskDescriptor TaskDescriptorBean.getTaskDescriptor()
           
 

Constructors in com.atlassian.jira.web.bean with parameters of type TaskDescriptor
TaskDescriptorBean(TaskDescriptor taskDescriptor, I18nHelper i18nHelper, OutlookDateManager outlookDateManager, User currentUser)
           
 

Uses of TaskDescriptor in com.atlassian.jira.workflow.migration
 

Methods in com.atlassian.jira.workflow.migration with parameters of type TaskDescriptor
 void WorkflowAsynchMigrator.setTaskDescriptor(TaskDescriptor taskDescriptor)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.