Package | Description |
---|---|
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private PartUsageLink |
Effectivity.usageLink
Used to restrict the effectivity to a given product definition usage.
|
Modifier and Type | Field and Description |
---|---|
private List<PartUsageLink> |
PartIteration.components |
Modifier and Type | Method and Description |
---|---|
PartUsageLink |
PartUsageLink.clone() |
PartUsageLink |
Effectivity.getUsageLink() |
Modifier and Type | Method and Description |
---|---|
List<PartUsageLink> |
PartIteration.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
Effectivity.setUsageLink(PartUsageLink usageLink) |
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.setComponents(List<PartUsageLink> components) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PartUsageLink> |
IProductManagerLocal.getComponents(PartIterationKey pPartIPK) |
List<PartUsageLink> |
IProductManagerWS.getComponents(PartIterationKey partIPK)
Fetches the components of the supplied part assembly
|
Modifier and Type | Method and Description |
---|---|
PartRevision |
IProductManagerLocal.updatePartIteration(PartIterationKey pKey,
String pIterationNote,
PartIteration.Source source,
List<PartUsageLink> pUsageLinks,
List<InstanceAttribute> pAttributes,
DocumentIterationKey[] pLinkKeys) |
PartRevision |
IProductManagerWS.updatePartIteration(PartIterationKey key,
String iterationNote,
PartIteration.Source source,
List<PartUsageLink> usageLinks,
List<InstanceAttribute> attributes,
DocumentIterationKey[] linkKeys)
Updates the specified PartIteration with
the properties passed as parameters.
|
Copyright © 2013 OW2 Consortium. All Rights Reserved.