Package | Description |
---|---|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
List<PathToPathLink> |
ProductBaseline.getPathToPathLinks() |
List<PathToPathLink> |
ProductInstanceIteration.getPathToPathLinks() |
Modifier and Type | Method and Description |
---|---|
void |
ProductBaseline.addPathToPathLink(PathToPathLink pathToPathLink) |
void |
ProductInstanceIteration.addPathToPathLink(PathToPathLink pathToPathLink) |
void |
ProductBaseline.removePathToPathLink(PathToPathLink pathToPathLink) |
void |
ProductInstanceIteration.removePathToPathLink(PathToPathLink pathToPathLink) |
Modifier and Type | Method and Description |
---|---|
void |
ProductBaseline.setPathToPathLinks(List<PathToPathLink> pathToPathLinks) |
void |
ProductInstanceIteration.setPathToPathLinks(List<PathToPathLink> pathToPathLinks) |
Constructor and Description |
---|
PathToPathLinkAlreadyExistsException(Locale pLocale,
PathToPathLink pPathToPathLink) |
PathToPathLinkAlreadyExistsException(Locale pLocale,
PathToPathLink pPathToPathLink,
Throwable pCause) |
Modifier and Type | Method and Description |
---|---|
PathToPathLink |
PathToPathLink.clone() |
Modifier and Type | Method and Description |
---|---|
List<PathToPathLink> |
ConfigurationItem.getPathToPathLinks() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationItem.addPathToPathLink(PathToPathLink pathToPathLink) |
void |
ConfigurationItem.removePathToPathLink(PathToPathLink pathToPathLink) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationItem.setPathToPathLinks(List<PathToPathLink> pathToPathLinks) |
Modifier and Type | Method and Description |
---|---|
PathToPathLink |
IProductManagerLocal.createPathToPathLink(String workspaceId,
String configurationItemId,
String type,
String sourcePath,
String targetPath,
String description) |
PathToPathLink |
IProductInstanceManagerLocal.getPathToPathLink(String workspaceId,
String configurationItemId,
String serialNumber,
int pathToPathLinkId) |
PathToPathLink |
IProductManagerLocal.updatePathToPathLink(String workspaceId,
String configurationItemId,
int pathToPathLinkId,
String description) |
Modifier and Type | Method and Description |
---|---|
List<PathToPathLink> |
IProductBaselineManagerLocal.getPathToPathLinkFromSourceAndTarget(String workspaceId,
String configurationItemId,
int baselineId,
String sourcePath,
String targetPath) |
List<PathToPathLink> |
IProductManagerLocal.getPathToPathLinkFromSourceAndTarget(String workspaceId,
String configurationItemId,
String sourcePath,
String targetPath) |
List<PathToPathLink> |
IProductInstanceManagerLocal.getPathToPathLinkFromSourceAndTarget(String workspaceId,
String configurationItemId,
String serialNumber,
String sourcePath,
String targetPath) |
List<PathToPathLink> |
IProductInstanceManagerLocal.getPathToPathLinks(String workspaceId,
String configurationItemId,
String serialNumber) |
List<PathToPathLink> |
IProductInstanceManagerLocal.getRootPathToPathLinks(String workspaceId,
String configurationItemId,
String serialNumber,
String type) |
Copyright © 2017 DocDoku. All rights reserved.