jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

Uses of Class
org.jbpm.console.ng.ht.client.util.TaskUtils.TaskType

Packages that use TaskUtils.TaskType
org.jbpm.console.ng.ht.client.editors.taskslist   
org.jbpm.console.ng.ht.client.util   
 

Uses of TaskUtils.TaskType in org.jbpm.console.ng.ht.client.editors.taskslist
 

Methods in org.jbpm.console.ng.ht.client.editors.taskslist that return TaskUtils.TaskType
 TaskUtils.TaskType TasksListPresenter.getCurrentTaskType()
           
 TaskUtils.TaskType TasksListPresenter.TaskListView.getCurrentTaskType()
           
 TaskUtils.TaskType TasksListViewImpl.getCurrentTaskType()
           
 

Methods in org.jbpm.console.ng.ht.client.editors.taskslist with parameters of type TaskUtils.TaskType
 void TasksListPresenter.refreshTasks(Date date, TaskUtils.TaskView taskView, TaskUtils.TaskType taskType)
          Refresh tasks based on specified date, view (day/week/month) and task type.
 void TasksListPresenter.refreshTasksByType(Date date, TaskUtils.TaskView taskView, TaskUtils.TaskType type)
           
 void TasksListPresenter.TaskListView.setActiveButton(TaskUtils.TaskType taskType)
           
 void TasksListViewImpl.setActiveButton(TaskUtils.TaskType taskType)
           
 

Uses of TaskUtils.TaskType in org.jbpm.console.ng.ht.client.util
 

Methods in org.jbpm.console.ng.ht.client.util that return TaskUtils.TaskType
static TaskUtils.TaskType TaskUtils.TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskUtils.TaskType[] TaskUtils.TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.console.ng.ht.client.util with parameters of type TaskUtils.TaskType
static List<String> TaskUtils.getStatusByType(TaskUtils.TaskType type)
           
 


jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.