Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
Effort |
Workitem.createEffort(double value)
Log an effort record against this workitem.
|
Effort |
Workitem.createEffort(double value,
Map<String,Object> attributes)
Log an effort record against this workitem.
|
Effort |
Workitem.createEffort(double value,
Member member)
Log an effort record against this workitem with the current day and time
and given member and value.
|
Effort |
Workitem.createEffort(double value,
Member member,
DB.DateTime date)
Log an effort record against this workitem with the current day and time
and given member and value.
|
Effort |
Workitem.createEffort(double value,
Member member,
DB.DateTime date,
Map<String,Object> attributes)
Log an effort record against this workitem with the current day and time
and given member and value.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item)
Create a new effort record for the currently logged in member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Map<String,Object> attributes)
Create a new effort record for the currently logged in member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Member member,
DB.DateTime date)
Create a new effort record with a value and date, assigned to the given
workitem and member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Member member,
DB.DateTime date,
Map<String,Object> attributes)
Create a new effort record with a value and date, assigned to the given
workitem and member.
|
Effort |
V1InstanceGetter.effortByID(AssetID id)
Returns an Effort record with the given ID or null if the ID is invalid.
|
Effort |
V1InstanceGetter.effortByID(String assetId)
Returns an Effort record with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Effort> |
V1InstanceGetter.effortRecords(EffortFilter filter)
Get effort records filtered by the criteria specified in the passed in
filter.
|
Collection<Effort> |
Workitem.getEffortRecords(EffortFilter filter)
Gets Effort Records tracked against this Workitem.
|
Collection<Effort> |
Team.getEffortRecords(EffortFilter filter)
Gets Effort records that belong to this Team.
|
Collection<Effort> |
Project.getEffortRecords(EffortFilter filter)
A collection of Effort records that belong to this project.
|
Collection<Effort> |
Member.getEffortRecords(EffortFilter filter)
A collection of Effort Records that belong to this member.
|
Collection<Effort> |
Iteration.getEffortRecords(EffortFilter filter) |
Collection<Effort> |
Project.getEffortRecords(EffortFilter filter,
boolean includeSubprojects)
A collection of Effort records that belong to this project.
|
Copyright © 2013 Version One, Inc.. All rights reserved.