Serialized Form


Package com.danube.scrumworks.api

Class com.danube.scrumworks.api.ScrumWorksBean extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.danube.scrumworks.api.wso.BacklogItemWSO extends java.lang.Object implements Serializable

Serialized Fields

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()

Class com.danube.scrumworks.api.wso.BusinessWeightWSO extends java.lang.Object implements Serializable

Serialized Fields

benefit

java.lang.Long benefit

penalty

java.lang.Long penalty

Class com.danube.scrumworks.api.wso.CommentWSO extends java.lang.Object implements Serializable

Serialized Fields

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.

Class com.danube.scrumworks.api.wso.CustomRoleWSO extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

name

java.lang.String name

description

java.lang.String description

permissions

PermissionWSO[] permissions

Class com.danube.scrumworks.api.wso.EpicWSO extends java.lang.Object implements Serializable

Serialized Fields

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.

Class com.danube.scrumworks.api.wso.ImpedimentWSO extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.danube.scrumworks.api.wso.PermissionWSO extends java.lang.Object implements Serializable

Serialized Fields

permissionId

int permissionId

name

java.lang.String name

description

java.lang.String description

group

java.lang.String group

Class com.danube.scrumworks.api.wso.ProductWSO extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.danube.scrumworks.api.wso.ProgramWSO extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

name

java.lang.String name

description

java.lang.String description

products

ProductWSO[] products

Class com.danube.scrumworks.api.wso.ReleaseWSO extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.danube.scrumworks.api.wso.TaskWSO extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.danube.scrumworks.api.wso.TeamWSO extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

name

java.lang.String name

Class com.danube.scrumworks.api.wso.ThemeWSO extends java.lang.Object implements Serializable

Serialized Fields

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.

Class com.danube.scrumworks.api.wso.UncategorizedBudgetWSO extends java.lang.Object implements Serializable

Serialized Fields

release

ReleaseWSO release
The Release this uncategorized budget belongs to.


budget

BudgetWSO budget
The uncategorized budget value.

Class com.danube.scrumworks.api.wso.UserWSO extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

userName

java.lang.String userName

name

java.lang.String name

displayName

java.lang.String displayName