Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Theme |
Theme.createChildTheme(String name)
Create a theme that is a child of this theme.
|
Theme |
Theme.createChildTheme(String name,
Map<String,Object> attributes)
Create a theme that is a child of this theme.
|
Theme |
Project.createTheme(String name)
Create a new Theme in this Project.
|
Theme |
Project.createTheme(String name,
Map<String,Object> attributes)
Create a new Theme in this Project.
|
Theme |
Theme.getParentTheme() |
Theme |
PrimaryWorkitem.getTheme() |
Theme |
V1InstanceCreator.theme(String name,
Project project)
Create a new Theme with a name.
|
Theme |
V1InstanceCreator.theme(String name,
Project project,
Map<String,Object> attributes)
Create a new Theme with a name.
|
Theme |
V1InstanceGetter.themeByDisplayID(String displayID)
Returns a Theme with the given ID or null if the ID is invalid.
|
Theme |
V1InstanceGetter.themeByID(AssetID id)
Returns a Theme with the given ID or null if the ID is invalid.
|
Theme |
V1InstanceGetter.themeByID(String sId)
Returns a Theme with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Theme> |
Theme.getChildThemes(ThemeFilter filter)
Child Themes of this Theme.
|
Collection<Theme> |
Member.getOwnedThemes(ThemeFilter filter)
A collection of Themes owned by this member.
|
Collection<Theme> |
Project.getThemes(ThemeFilter filter)
Get Themes in this Project filtered as specified in the passed in filter.
|
Collection<Theme> |
Goal.getThemes(ThemeFilter filter)
Themes assigned to this Goal.
|
Collection<Theme> |
Project.getThemes(ThemeFilter filter,
boolean includeSubprojects)
Get Themes in this Project filtered as specified in the passed in filter.
|
Collection<Theme> |
V1InstanceGetter.themes(ThemeFilter filter)
Get themes filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
void |
Theme.setParentTheme(Theme value) |
void |
PrimaryWorkitem.setTheme(Theme theme) |
Modifier and Type | Field and Description |
---|---|
List<Theme> |
ThemeFilter.parent
Parent theme's.
|
List<Theme> |
ThemeFilter.theme
Filter on Theme assigned.
|
List<Theme> |
PrimaryWorkitemFilter.theme
Filter on Theme assigned.
|
List<Theme> |
EpicFilter.theme
Filter on Theme assigned.
|
Copyright © 2013 Version One, Inc.. All rights reserved.