Package | Description |
---|---|
com.docdoku.core.change |
Classes for change management.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Field and Description |
---|---|
protected ChangeItemCategory |
ChangeItem.category
An adaptive change maintains functionality for a different platform or
environment.
|
Modifier and Type | Method and Description |
---|---|
ChangeItemCategory |
ChangeItem.getCategory() |
static ChangeItemCategory |
ChangeItemCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeItemCategory[] |
ChangeItemCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeItem.setCategory(ChangeItemCategory category) |
Constructor and Description |
---|
ChangeIssue(String name,
Workspace workspace,
User author,
User assignee,
Date creationDate,
String description,
ChangeItemPriority priority,
ChangeItemCategory category,
String initiator) |
ChangeItem(String name,
Workspace workspace,
User author,
User assignee,
Date creationDate,
String description,
ChangeItemPriority priority,
ChangeItemCategory category) |
ChangeOrder(String name,
Workspace workspace,
User author,
User assignee,
Date creationDate,
String description,
ChangeItemPriority priority,
ChangeItemCategory category,
Milestone milestone) |
ChangeRequest(String name,
Workspace workspace,
User author,
User assignee,
Date creationDate,
String description,
ChangeItemPriority priority,
ChangeItemCategory category,
Milestone milestone) |
Modifier and Type | Method and Description |
---|---|
ChangeIssue |
IChangeManagerLocal.createChangeIssue(String pWorkspaceId,
String name,
String description,
String initiator,
ChangeItemPriority priority,
String assignee,
ChangeItemCategory category) |
ChangeOrder |
IChangeManagerLocal.createChangeOrder(String pWorkspaceId,
String name,
String description,
int milestone,
ChangeItemPriority priority,
String assignee,
ChangeItemCategory category) |
ChangeRequest |
IChangeManagerLocal.createChangeRequest(String pWorkspaceId,
String name,
String description,
int milestone,
ChangeItemPriority priority,
String assignee,
ChangeItemCategory category) |
ChangeIssue |
IChangeManagerLocal.updateChangeIssue(int pId,
String pWorkspaceId,
String description,
ChangeItemPriority priority,
String assignee,
ChangeItemCategory category) |
ChangeOrder |
IChangeManagerLocal.updateChangeOrder(int pId,
String pWorkspaceId,
String description,
int milestoneId,
ChangeItemPriority priority,
String assignee,
ChangeItemCategory category) |
ChangeRequest |
IChangeManagerLocal.updateChangeRequest(int pId,
String pWorkspaceId,
String description,
int milestoneId,
ChangeItemPriority priority,
String assignee,
ChangeItemCategory category) |
Copyright © 2017 DocDoku. All rights reserved.