Serialized Form
|
Package com.danube.scrumworks.api |
|
Class com.danube.scrumworks.api.ScrumWorksBean extends java.lang.Object implements Serializable |
commandExecutor
com.danube.scrumworks.api.WSOCommandExecutor commandExecutor
- Executes WSO commands.
programLogic
com.danube.scrumworks.program.ProgramLogic programLogic
- Provides program-related operations.
productLogic
com.danube.scrumworks.product.ProductLogic productLogic
- Provides product-related operations.
themeLogic
com.danube.scrumworks.theme.ThemeLogic themeLogic
- Provides theme-related operations.
sprintDefinitionLogic
com.danube.scrumworks.sprint.SprintDefinitionLogic sprintDefinitionLogic
- The sprint logic.
permissionsRule
com.danube.scrumworks.permissions.rule.PermissionsRule permissionsRule
- The Permissions rule.
teamLogic
com.danube.scrumworks.team.TeamLogic teamLogic
- The team logic.
backlogLogic
com.danube.scrumworks.backlog.BacklogLogic backlogLogic
- The backlog logic.
backlogItemStatusLogic
com.danube.scrumworks.backlog.status.BacklogItemStatusLogic backlogItemStatusLogic
- The status logic.
taskLogic
com.danube.scrumworks.task.TaskLogic taskLogic
- Manages tasks.
scrumWorksEjb3
com.danube.scrumworks.api.ScrumWorksEjb3 scrumWorksEjb3
- EJB3 version of this bean.
releaseLogic
com.danube.scrumworks.release.ReleaseLogic releaseLogic
- Finds, updates, and creates releases.
releaseUpdater
com.danube.scrumworks.api.ReleaseUpdater<T> releaseUpdater
- Creates and updates releases.
releaseRankUpdater
com.danube.scrumworks.api.ReleaseRankUpdater<T> releaseRankUpdater
- Updates release ranks.
backlogItemUpdater
com.danube.scrumworks.api.BacklogItemUpdater<T> backlogItemUpdater
- Finds and updates backlog items.
backlogItemContainerUpdater
com.danube.scrumworks.api.BacklogItemContainerUpdater backlogItemContainerUpdater
- Finds and updates backlog item containers.
backlogItemCreator
com.danube.scrumworks.api.DefaultBacklogItemCreator backlogItemCreator
- Creates backlog items.
taskMover
com.danube.scrumworks.api.DefaultTaskMover<T extends com.danube.scrumworks.util.HasId> taskMover
- Moves tasks.
backlogItemDeleter
com.danube.scrumworks.api.DefaultBacklogItemDeleter backlogItemDeleter
- The backlog item deleter.
api2
com.danube.scrumworks.api2.ScrumWorksAPI api2
- The new version of the API.
impedimentUpdater
com.danube.scrumworks.api.ImpedimentUpdater impedimentUpdater
- Creates and updates impediments.
impedimentLogic
com.danube.scrumworks.impediment.ImpedimentLogic impedimentLogic
- The impediment logic.
themeRenamer
com.danube.scrumworks.api2.function.ThemeRenamer<T> themeRenamer
- The theme renamer.
|
Package com.danube.scrumworks.api.wso |
backlogItemId
java.lang.Long backlogItemId
- See Also:
BacklogItemWSO.getBacklogItemId()
key
java.lang.String key
- See Also:
BacklogItemWSO.getKey()
title
java.lang.String title
- See Also:
BacklogItemWSO.getTitle()
description
java.lang.String description
- See Also:
BacklogItemWSO.getDescription()
estimate
java.lang.Integer estimate
- See Also:
BacklogItemWSO.getEstimate()
businessWeight
BusinessWeightWSO businessWeight
- See Also:
BacklogItemWSO.getBusinessWeight()
rank
double rank
- See Also:
BacklogItemWSO.getRank()
releaseId
java.lang.Long releaseId
- See Also:
BacklogItemWSO.getReleaseId()
sprintId
java.lang.Long sprintId
- See Also:
BacklogItemWSO.getSprintId()
active
boolean active
- See Also:
BacklogItemWSO.isActive()
completedDate
java.util.Date completedDate
- See Also:
BacklogItemWSO.getCompletedDate()
themes
ThemeWSO[] themes
- See Also:
BacklogItemWSO.getThemes()
groupId
java.lang.Long groupId
- See Also:
BacklogItemWSO.getGroupId()
productId
java.lang.Long productId
- See Also:
BacklogItemWSO.getProductId()
benefit
java.lang.Long benefit
penalty
java.lang.Long penalty
id
java.lang.Long id
- The ID of the comment or
null for a new one.
text
java.lang.String text
- The comment text.
user
UserWSO user
- The user who made the comment.
timeStamp
java.util.Date timeStamp
- The time the comment was made.
id
java.lang.Long id
name
java.lang.String name
description
java.lang.String description
permissions
PermissionWSO[] permissions
release
ReleaseWSO release
- The Release this Epic belongs to.
theme
ThemeWSO theme
- The Theme this Epic represents.
description
java.lang.String description
- The description for this Epic.
budget
BudgetWSO budget
- Provides the budget for the epic for a particular product, or
null for a program epic not in a
product context.
id
java.lang.Long id
entryDate
java.util.Date entryDate
summary
java.lang.String summary
detail
java.lang.String detail
teamId
java.lang.Long teamId
productId
java.lang.Long productId
teamMember
java.lang.String teamMember
lastModDate
java.util.Date lastModDate
resolutionDate
java.util.Date resolutionDate
permissionId
int permissionId
name
java.lang.String name
description
java.lang.String description
group
java.lang.String group
name
java.lang.String name
keyPrefix
java.lang.String keyPrefix
effortUnits
java.lang.String effortUnits
businessWeightUnits
java.lang.String businessWeightUnits
id
java.lang.Long id
trackTimeSpent
boolean trackTimeSpent
id
java.lang.Long id
name
java.lang.String name
description
java.lang.String description
products
ProductWSO[] products
id
java.lang.Long id
title
java.lang.String title
startDate
java.util.Date startDate
releaseDate
java.util.Date releaseDate
archived
boolean archived
productId
java.lang.Long productId
programId
java.lang.Long programId
description
java.lang.String description
id
java.lang.Long id
title
java.lang.String title
description
java.lang.String description
pointPerson
java.lang.String pointPerson
status
java.lang.String status
estimatedHours
java.lang.Integer estimatedHours
rank
double rank
backlogItemId
java.lang.Long backlogItemId
taskBoardStatusRank
double taskBoardStatusRank
id
java.lang.Long id
name
java.lang.String name
id
java.lang.Long id
- Uniquely identifies the theme.
name
java.lang.String name
- The theme's name.
productId
java.lang.Long productId
- Identifies the product, if this is a product theme.
programId
java.lang.Long programId
- Identifies the program, if this is a program theme.
release
ReleaseWSO release
- The Release this uncategorized budget belongs to.
budget
BudgetWSO budget
- The uncategorized budget value.
id
java.lang.Long id
userName
java.lang.String userName
name
java.lang.String name
displayName
java.lang.String displayName