Package | Description |
---|---|
com.docdoku.core.change |
Classes for change management.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
Milestone |
ChangeRequest.getMilestone() |
Milestone |
ChangeOrder.getMilestone() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeRequest.setMilestone(Milestone milestone) |
void |
ChangeOrder.setMilestone(Milestone milestone) |
Constructor and Description |
---|
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 |
---|---|
Milestone |
IChangeManagerLocal.createMilestone(String pWorkspaceId,
String title,
String description,
Date dueDate) |
Milestone |
IChangeManagerLocal.getMilestone(String pWorkspaceId,
int milestoneId) |
Milestone |
IChangeManagerLocal.getMilestoneByTitle(String pWorkspaceId,
String pTitle) |
Milestone |
IChangeManagerLocal.removeACLFromMilestone(String pWorkspaceId,
int pId) |
Milestone |
IChangeManagerLocal.updateACLForMilestone(String pWorkspaceId,
int pId,
Map<String,String> pUserEntries,
Map<String,String> pGroupEntries) |
Milestone |
IChangeManagerLocal.updateMilestone(int milestoneId,
String pWorkspaceId,
String title,
String description,
Date dueDate) |
Modifier and Type | Method and Description |
---|---|
List<Milestone> |
IChangeManagerLocal.getMilestones(String pWorkspaceId) |
Modifier and Type | Method and Description |
---|---|
boolean |
IChangeManagerLocal.isMilestoneWritable(Milestone pMilestone) |
Copyright © 2017 DocDoku. All rights reserved.