Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
Layer |
IProductManagerLocal.createLayer(ConfigurationItemKey pKey,
String pName) |
Layer |
IProductManagerWS.createLayer(ConfigurationItemKey key,
String name)
Creates a new layer on a given product structure.
|
void |
IProductManagerLocal.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
void |
IProductManagerWS.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
PartUsageLink |
IProductManagerLocal.filterProductStructure(ConfigurationItemKey pKey,
ConfigSpec configSpec,
Integer partUsageLink,
Integer depth) |
PartUsageLink |
IProductManagerWS.filterProductStructure(ConfigurationItemKey ciKey,
ConfigSpec configSpec,
Integer partUsageLink,
Integer depth)
Resolves the product structure identified by the supplied
ConfigurationItemKey.
|
List<PartUsageLink[]> |
IProductManagerLocal.findPartUsages(ConfigurationItemKey pKey,
PartMasterKey pPartMKey) |
List<PartUsageLink[]> |
IProductManagerWS.findPartUsages(ConfigurationItemKey ciKey,
PartMasterKey partMKey)
Searchs all instances of a part and returns their paths, defined by a
serie of usage links, from the top of the structure to their own usage
link.
|
List<Layer> |
IProductManagerLocal.getLayers(ConfigurationItemKey pKey) |
List<Layer> |
IProductManagerWS.getLayers(ConfigurationItemKey key)
Retrieves all layers of the given product structure, ie
ConfigurationItem.
|
Layer |
IProductManagerLocal.updateLayer(ConfigurationItemKey pKey,
int pId,
String pName) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.