Package | Description |
---|---|
com.docdoku.core.change |
Classes for change management.
|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.server.converters |
Modifier and Type | Method and Description |
---|---|
PartIteration |
ModificationNotification.getImpactedPart() |
PartIteration |
ModificationNotification.getModifiedPart() |
Modifier and Type | Method and Description |
---|---|
Set<PartIteration> |
ChangeItem.getAffectedParts() |
Modifier and Type | Method and Description |
---|---|
void |
ModificationNotification.setImpactedPart(PartIteration impactedPart) |
void |
ModificationNotification.setModifiedPart(PartIteration modifiedPart) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeItem.setAffectedParts(Set<PartIteration> affectedParts) |
Modifier and Type | Method and Description |
---|---|
abstract PartIteration |
ProductConfigSpec.filterPartIteration(PartMaster partMaster) |
PartIteration |
ResolvedPartLink.getPartIteration() |
PartIteration |
BaselinedPart.getTargetPart() |
Modifier and Type | Method and Description |
---|---|
List<PartIteration> |
ProductConfigSpec.filter(PartMaster partMaster) |
List<PartIteration> |
ProductStructureFilter.filter(PartMaster partMaster)
Selects the retained iteration(s) of the specified
PartMaster . |
Modifier and Type | Method and Description |
---|---|
void |
ProductBaseline.addBaselinedPart(PartIteration targetPart) |
void |
ProductInstanceIteration.addBaselinedPart(PartIteration targetPart) |
void |
PartCollection.addBaselinedPart(PartIteration targetPart) |
void |
ResolvedPartLink.setPartIteration(PartIteration partIteration) |
Constructor and Description |
---|
BaselinedPart(PartCollection partCollection,
PartIteration targetPart) |
ResolvedPartLink(PartIteration partIteration,
PartLink partLink) |
Modifier and Type | Method and Description |
---|---|
PartIteration |
PartIteration.clone()
perform a deep clone operation
|
PartIteration |
PartRevision.createNextIteration(User pUser) |
PartIteration |
PartRevision.getIteration(int pIteration) |
PartIteration |
PartRevision.getLastAccessibleIteration(User user) |
PartIteration |
PartRevision.getLastCheckedInIteration() |
PartIteration |
PartRevision.getLastIteration() |
PartIteration |
Conversion.getPartIteration() |
PartIteration |
Component.getRetainedIteration() |
PartIteration |
PartRevision.removeLastIteration() |
Modifier and Type | Method and Description |
---|---|
List<PartIteration> |
PartRevision.getPartIterations() |
Modifier and Type | Method and Description |
---|---|
int |
PartIteration.compareTo(PartIteration pPart) |
void |
Conversion.setPartIteration(PartIteration partIteration) |
void |
Component.setRetainedIteration(PartIteration retainedIteration) |
Modifier and Type | Method and Description |
---|---|
void |
PartRevision.setPartIterations(List<PartIteration> partIterations) |
Constructor and Description |
---|
Conversion(Date startDate,
Date endDate,
boolean pending,
boolean succeed,
PartIteration partIteration) |
Conversion(PartIteration partIteration) |
Modifier and Type | Method and Description |
---|---|
PartIteration |
IProductManagerLocal.findPartIterationByBinaryResource(BinaryResource binaryResource) |
PartIteration |
IProductManagerLocal.getPartIteration(PartIterationKey pPartIPK) |
Modifier and Type | Method and Description |
---|---|
List<PartIteration> |
IProductBaselineManagerLocal.getBaselineCreationVersionsChoices(ConfigurationItemKey ciKey) |
List<PartIteration> |
IProductManagerLocal.getInversePartsLink(DocumentRevisionKey docKey) |
List<PartIteration> |
IProductManagerLocal.getUsedByAsComponent(PartRevisionKey pPartRPK) |
List<PartIteration> |
IProductManagerLocal.getUsedByAsSubstitute(PartRevisionKey pPartRPK) |
Modifier and Type | Method and Description |
---|---|
void |
IProductManagerLocal.checkCyclicAssemblyForPartIteration(PartIteration partIteration) |
void |
IProductManagerLocal.createModificationNotifications(PartIteration modifiedPartIteration) |
void |
IIndexerManagerLocal.indexPartIteration(PartIteration partIteration) |
void |
IIndexerManagerLocal.removePartIterationFromIndex(PartIteration partIteration) |
Modifier and Type | Method and Description |
---|---|
void |
IIndexerManagerLocal.indexPartIterations(List<PartIteration> partIterations) |
Modifier and Type | Method and Description |
---|---|
InputStream |
OnDemandConverter.getConvertedResource(String outputFormat,
BinaryResource binaryResource,
PartIteration partIteration,
Locale locale)
Get the converted resource in given output format for a part iteration
|
Copyright © 2017 DocDoku. All rights reserved.