|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskType | |
com.retek.component.task | |
com.retek.component.task.impl | |
com.retek.rcom.gui.screen.worklist |
Uses of TaskType in com.retek.component.task |
Methods in com.retek.component.task that return TaskType | |
TaskType |
Task.getTaskType()
|
static TaskType |
TaskObjectMaster.getTaskType(DistributedContext context,
TaskTypeUsability usability)
|
Methods in com.retek.component.task with parameters of type TaskType | |
static Task |
TaskObjectMaster.createAndSubmitTask(DistributedContext context,
TaskType taskType,
java.lang.String longDescription)
|
static Task |
TaskObjectMaster.createAndSubmitTask(DistributedContext context,
TaskType taskType,
java.lang.String longDescription,
java.lang.String taskShortDescription)
|
static Task |
TaskObjectMaster.createTask(DistributedContext context,
java.lang.String longDescription,
java.lang.String shortDescription,
TaskType taskType,
RoutingAttribute routingAttribute)
|
void |
TaskSearchCriteria.setTaskType(TaskType type)
|
void |
WorkTaskSearchCriteria.setTaskType(TaskType taskType)
|
Task |
TaskManager.buildTask(TaskType taskType,
java.lang.String shortDescription)
|
java.util.Set |
TaskManager.getWorkTaskSummaryItems(TaskType taskType)
|
java.util.Set |
TaskManager.findActivityRequestTasks(TaskType taskType)
|
java.util.Set |
TaskManager.findOrderTasks(TaskType taskType)
|
Uses of TaskType in com.retek.component.task.impl |
Classes in com.retek.component.task.impl that implement TaskType | |
class |
TaskTypeImpl
|
Methods in com.retek.component.task.impl that return TaskType | |
TaskType |
TaskImpl.getTaskType()
|
Methods in com.retek.component.task.impl with parameters of type TaskType | |
void |
TaskImpl.setTaskType(TaskType taskType)
|
java.util.Set |
TaskManagerImpl.findActivityRequestTasks(TaskType taskType)
|
java.util.Set |
TaskManagerImpl.findOrderTasks(TaskType taskType)
|
Task |
TaskManagerImpl.buildTask(TaskType taskType,
java.lang.String shortDescription)
|
java.util.Set |
TaskManagerImpl.getWorkTaskSummaryItems(TaskType taskType)
|
Constructors in com.retek.component.task.impl with parameters of type TaskType | |
TaskImpl(DistributedContext context,
DistributedReference reference,
TaskType taskType,
java.lang.String shortDescription)
|
Uses of TaskType in com.retek.rcom.gui.screen.worklist |
Fields in com.retek.rcom.gui.screen.worklist declared as TaskType | |
protected TaskType |
WorklistTabHandler.taskType
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |