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)
           
<V> TaskDescriptor<V>
TaskManager.getLiveTask(TaskContext taskContext)
          Return the live task associated with the passed context, if one exists.
<V> TaskDescriptor<V>
TaskManagerImpl.getLiveTask(TaskContext taskContext)
           
<V> TaskDescriptor<V>
TaskManager.getTask(Long taskId)
          Returns the TaskDescriptor of the task that is identified by the passed id.
<V> TaskDescriptor<V>
TaskManagerImpl.getTask(Long taskId)
           
 TaskDescriptor AlreadyExecutingException.getTaskDescriptor()
           
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> 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.
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
 

Methods in com.atlassian.jira.task that return types with arguments of type TaskDescriptor
 Collection<TaskDescriptor<?>> TaskManager.findTasks(TaskMatcher matcher)
          Find all the tasks that "match" according to the passed matcher.
 Collection<TaskDescriptor<?>> TaskManagerImpl.findTasks(TaskMatcher matcher)
           
 Collection<TaskDescriptor<?>> TaskManager.getAllTasks()
          Return a collection of TaskDescriptors currently within the manager.
 Collection<TaskDescriptor<?>> TaskManagerImpl.getAllTasks()
           
 Collection<TaskDescriptor<?>> TaskManager.getLiveTasks()
          Return a collection of sumitted or running TaskDescriptors in the manager.
 Collection<TaskDescriptor<?>> TaskManagerImpl.getLiveTasks()
           
 

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<T> 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<WorkflowMigrationResult> 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<V>
          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<V> 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<WorkflowMigrationResult> taskDescriptor)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.