Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IProductManagerLocal.canAccess(PartIterationKey partRKey) |
boolean |
IProductManagerLocal.canUserAccess(User user,
PartIterationKey partIKey) |
ProductBaseline |
IProductBaselineManagerLocal.createBaseline(ConfigurationItemKey configurationItemKey,
String name,
ProductBaselineType type,
String description,
List<PartIterationKey> partIterationKeys,
List<String> substituteLinks,
List<String> optionalUsageLinks) |
Conversion |
IProductManagerLocal.createConversion(PartIterationKey partIterationKey) |
void |
IProductManagerLocal.endConversion(PartIterationKey partIterationKey,
boolean succeed) |
List<PartUsageLink> |
IProductManagerLocal.getComponents(PartIterationKey pPartIPK) |
Conversion |
IProductManagerLocal.getConversion(PartIterationKey partIterationKey) |
List<ResolvedDocumentLink> |
IProductManagerLocal.getDocumentLinksAsDocumentIterations(String workspaceId,
String configurationItemId,
String configSpec,
PartIterationKey partIterationKey) |
List<PartIteration> |
IProductManagerLocal.getInversePartsLink(DocumentRevisionKey docKey) |
Set<PathDataMaster> |
IProductManagerLocal.getInversePathDataLink(DocumentRevisionKey docKey) |
Set<ProductInstanceMaster> |
IProductManagerLocal.getInverseProductInstancesLink(DocumentRevisionKey docKey) |
PartIteration |
IProductManagerLocal.getPartIteration(PartIterationKey pPartIPK) |
void |
IProductManagerLocal.removeConversion(PartIterationKey partIterationKey) |
void |
IProductManagerLocal.removeFileInPartIteration(PartIterationKey pPartIPK,
String pSubType,
String pName) |
Copyright © 2017 DocDoku. All rights reserved.