public class Theme extends ProjectAsset
STATE_ACTIVE, STATE_CLOSED
ASSET_STATE_VALUE, ASSET_VALUE, CHANGE_DATE_UTC, CONTENT_TYPE_VALUE, CONTENT_VALUE, CREATE_DATE_UTC, DELETE_OPERATION, DESCRIPTION_VALUE, FILENAME_VALUE, NAME_VALUE
Modifier and Type | Method and Description |
---|---|
Theme |
createChildTheme(String name)
Create a theme that is a child of this theme.
|
Theme |
createChildTheme(String name,
Map<String,Object> attributes)
Create a theme that is a child of this theme.
|
String |
getBuild() |
Collection<Theme> |
getChildThemes(ThemeFilter filter)
Child Themes of this Theme.
|
Member |
getCustomer() |
Double |
getEstimate() |
Collection<Goal> |
getGoals() |
Collection<Member> |
getOwners() |
Theme |
getParentTheme() |
Collection<PrimaryWorkitem> |
getPrimaryWorkitems(PrimaryWorkitemFilter filter)
Stories and Defects assigned to this Theme.
|
IListValueProperty |
getPriority() |
IListValueProperty |
getRisk() |
IListValueProperty |
getSource() |
IListValueProperty |
getStatus() |
Double |
getTotalDetailEstimate(WorkitemFilter filter)
Gets the estimate of total effort required to implement this Feature Group.
|
Double |
getTotalToDo(WorkitemFilter filter)
Gets the total remaining effort required to complete implementation of this Feature Group.
|
IListValueProperty |
getType() |
void |
setBuild(String value) |
void |
setCustomer(Member value) |
void |
setEstimate(Double value) |
void |
setParentTheme(Theme value) |
getDisplayID, getProject, setProject
canClose, canDelete, canReactivate, close, createAttachment, createAttachment, createConversation, createConversation, createLink, createLink, createNote, createNote, delete, getAttachments, getCustomDropdown, getCustomField, getDescription, getLinks, getMentionedInExpressions, getName, getNotes, getURL, isActive, isClosed, reactivate, setDescription, setName
equals, get, getChangeComment, getChangeDate, getChangedBy, getCreateComment, getCreateDate, getCreatedBy, getID, getInstance, hashCode, save, save, toString
public Collection<Member> getOwners()
public IListValueProperty getRisk()
public IListValueProperty getPriority()
public IListValueProperty getSource()
public IListValueProperty getType()
public IListValueProperty getStatus()
public Theme getParentTheme()
public void setParentTheme(Theme value)
value
- The Theme this Theme is assigned to.public Member getCustomer()
public void setCustomer(Member value)
value
- Member assigned as a customer for this Theme.public String getBuild()
public void setBuild(String value)
value
- Build number associated with this Theme.public Double getEstimate()
public void setEstimate(Double value)
value
- High-level estimate of this Theme.public Collection<PrimaryWorkitem> getPrimaryWorkitems(PrimaryWorkitemFilter filter)
filter
- Criteria to filter stories and defects on. Pass a
DefectFilter or StoryFilter to get only Defects or
Stories, respectively.public Collection<Theme> getChildThemes(ThemeFilter filter)
filter
- Criteria to filter children of themes. Pass a ThemeFilter
to get only children of themes, respectively.public Double getTotalDetailEstimate(WorkitemFilter filter)
filter
- filter for WorkitemFilter (If null, then all items returned).public Double getTotalToDo(WorkitemFilter filter)
filter
- restriction for the work items which have to be counted. If
null, then all items counted.public Collection<Goal> getGoals()
public Theme createChildTheme(String name)
name
- Name of the new theme.Copyright © 2013 Version One, Inc.. All rights reserved.