Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Goal |
Project.createGoal(String name)
Create a new Goal in this Project.
|
Goal |
Project.createGoal(String name,
Map<String,Object> attributes)
Create a new Goal in this Project.
|
Goal |
V1InstanceCreator.goal(String name,
Project project)
Create a new Goal with a name.
|
Goal |
V1InstanceCreator.goal(String name,
Project project,
Map<String,Object> attributes)
Create a new Goal with a name.
|
Goal |
V1InstanceGetter.goalByDisplayID(String displayID)
Returns a Goal with the given ID or null if the ID is invalid.
|
Goal |
V1InstanceGetter.goalByID(AssetID id)
Returns a Goal with the given ID or null if the ID is invalid.
|
Goal |
V1InstanceGetter.goalByID(String sId)
Returns a Goal with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Goal> |
Theme.getGoals() |
Collection<Goal> |
PrimaryWorkitem.getGoals() |
Collection<Goal> |
Epic.getGoals() |
Collection<Goal> |
Project.getGoals(GoalFilter filter)
Get Goals in this Project filtered as specified in the passed in filter.
|
Collection<Goal> |
Project.getGoals(GoalFilter filter,
boolean includeSubprojects)
Get Goals in this Project filtered as specified in the passed in filter.
|
Collection<Goal> |
V1InstanceGetter.goals(GoalFilter filter)
Get Goals filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Field and Description |
---|---|
List<Goal> |
ThemeFilter.goals
Filter on Goals.
|
List<Goal> |
PrimaryWorkitemFilter.goals
Filter on Goals.
|
List<Goal> |
EpicFilter.goals
Filter on Goals.
|
List<Goal> |
ProjectFilter.targets
Filter on Targets.
|
Copyright © 2013 Version One, Inc.. All rights reserved.