Package | Description |
---|---|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.query |
Support classes to work with the query builder and the basic search.
|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.core.util |
Contains utility classes useful for files, dates and naming conventions.
|
Modifier and Type | Method and Description |
---|---|
abstract PartLink |
ProductConfigSpec.filterPartLink(List<PartLink> path) |
PartLink |
ResolvedPartLink.getPartLink() |
PartLink |
PathChoice.getPartUsageLink() |
Modifier and Type | Method and Description |
---|---|
List<PartLink> |
ProductConfigSpec.filter(List<PartLink> path) |
List<PartLink> |
ProductStructureFilter.filter(List<PartLink> path)
From a given
PartLink selects one or many
effective links to consider. |
Modifier and Type | Method and Description |
---|---|
void |
ResolvedPartLink.setPartLink(PartLink partLink) |
void |
PathChoice.setPartUsageLink(PartLink partUsageLink) |
Modifier and Type | Method and Description |
---|---|
List<PartLink> |
ProductConfigSpec.filter(List<PartLink> path) |
List<PartLink> |
ProductStructureFilter.filter(List<PartLink> path)
From a given
PartLink selects one or many
effective links to consider. |
abstract PartLink |
ProductConfigSpec.filterPartLink(List<PartLink> path) |
Constructor and Description |
---|
PathChoice(List<ResolvedPartLink> resolvedPath,
PartLink partUsageLink) |
ResolvedPartLink(PartIteration partIteration,
PartLink partLink) |
Modifier and Type | Class and Description |
---|---|
class |
PartSubstituteLink
This class is related to a
PartUsageLink
to indicate a replacement part that could be used instead. |
class |
PartUsageLink
A link between an assembly represented as
PartIteration
and a part represented as PartMaster . |
Modifier and Type | Method and Description |
---|---|
PartLink |
Component.getPartLink() |
PartLink[] |
PartLinkList.toArray() |
Modifier and Type | Method and Description |
---|---|
List<PartLink> |
Component.getPath() |
List<PartLink> |
PartLinkList.getPath() |
Modifier and Type | Method and Description |
---|---|
void |
Component.setPath(List<PartLink> path) |
void |
PartLinkList.setPath(List<PartLink> path) |
Constructor and Description |
---|
Component(User user,
PartMaster partMaster,
List<PartLink> path,
List<Component> components) |
PartLinkList(List<PartLink> path) |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultRow.addSource(String type,
List<PartLink> sourcePath) |
void |
QueryResultRow.addTarget(String type,
List<PartLink> targetPath) |
Modifier and Type | Method and Description |
---|---|
PartLink |
IProductManagerLocal.getRootPartUsageLink(ConfigurationItemKey pKey) |
Modifier and Type | Method and Description |
---|---|
List<PartLink> |
IProductManagerLocal.decodePath(ConfigurationItemKey ciKey,
String path) |
Modifier and Type | Method and Description |
---|---|
Component |
IProductManagerLocal.filterProductStructure(ConfigurationItemKey ciKey,
ProductStructureFilter filter,
List<PartLink> path,
Integer depth) |
Modifier and Type | Method and Description |
---|---|
static String |
Tools.getPathAsString(List<PartLink> path) |
static String |
Tools.getPathInstanceAsString(List<PartLink> path,
List<Integer> instancesIds) |
Copyright © 2017 DocDoku. All rights reserved.