Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
Task |
PrimaryWorkitem.createTask(String name)
Create a task that belongs to this item.
|
Task |
PrimaryWorkitem.createTask(String name,
Map<String,Object> attributes)
Create a task that belongs to this item.
|
Task |
V1InstanceCreator.task(String name,
PrimaryWorkitem primaryWorkitem)
Create a new Task with a name.
|
Task |
V1InstanceCreator.task(String name,
PrimaryWorkitem primaryWorkitem,
Map<String,Object> attributes)
Create a new Task with a name.
|
Modifier and Type | Method and Description |
---|---|
Rank<Task> |
Task.getRankOrder() |
Collection<Task> |
Project.getTasks(TaskFilter filter)
Get Tasks in this Project filtered as specified in the passed in filter.
|
Collection<Task> |
V1InstanceGetter.tasks(TaskFilter filter)
Get tasks filtered by the criteria specified in the passed in filter.
|
Copyright © 2013 Version One, Inc.. All rights reserved.