Package | Description |
---|---|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
ProductBaseline |
ProductInstanceIteration.getBasedOn() |
Modifier and Type | Method and Description |
---|---|
void |
ProductInstanceIteration.setBasedOn(ProductBaseline basedOn) |
Modifier and Type | Method and Description |
---|---|
ProductBaseline |
IProductBaselineManagerLocal.createBaseline(ConfigurationItemKey configurationItemKey,
String name,
ProductBaselineType type,
String description,
List<PartIterationKey> partIterationKeys,
List<String> substituteLinks,
List<String> optionalUsageLinks) |
ProductBaseline |
IProductBaselineManagerLocal.getBaseline(int baselineId) |
ProductBaseline |
IProductBaselineManagerLocal.getBaselineById(int baselineId) |
ProductBaseline |
IProductManagerLocal.loadProductBaselineForProductInstanceMaster(ConfigurationItemKey ciKey,
String serialNumber) |
Modifier and Type | Method and Description |
---|---|
List<ProductBaseline> |
IProductManagerLocal.findBaselinesWherePartRevisionHasIterations(PartRevisionKey partRevisionKey) |
List<ProductBaseline> |
IProductBaselineManagerLocal.getAllBaselines(String workspaceId) |
List<ProductBaseline> |
IProductBaselineManagerLocal.getBaselines(ConfigurationItemKey configurationItemKey) |
Copyright © 2017 DocDoku. All rights reserved.