Package | Description |
---|---|
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
PartIterationKey |
PartIteration.getKey() |
Modifier and Type | Method and Description |
---|---|
void |
IConverterManagerLocal.convertCADFileToJSON(PartIterationKey pPartIPK,
File cadFile) |
List<PartUsageLink> |
IProductManagerLocal.getComponents(PartIterationKey pPartIPK) |
List<PartUsageLink> |
IProductManagerWS.getComponents(PartIterationKey partIPK)
Fetches the components of the supplied part assembly
|
void |
IProductManagerLocal.removeCADFileFromPartIteration(PartIterationKey partIKey) |
void |
IProductManagerWS.removeCADFileFromPartIteration(PartIterationKey partIKey) |
File |
IProductManagerLocal.saveFileInPartIteration(PartIterationKey pPartIPK,
String pName,
long pSize) |
File |
IProductManagerWS.saveFileInPartIteration(PartIterationKey partIPK,
String name,
long size)
Creates a regular file, BinaryResource
object, and attachs it to the part iteration instance passed
as parameter.
|
File |
IProductManagerLocal.saveGeometryInPartIteration(PartIterationKey pPartIPK,
String pName,
int quality,
long pSize) |
File |
IProductManagerWS.saveGeometryInPartIteration(PartIterationKey partIPK,
String name,
int quality,
long size)
Creates a Geometry file,
a specialized kind of binary resource which contains CAD data, and
attachs it to the part iteration passed as parameter.
|
File |
IProductManagerLocal.saveNativeCADInPartIteration(PartIterationKey pPartIPK,
String pName,
long pSize) |
File |
IProductManagerWS.saveNativeCADInPartIteration(PartIterationKey partIPK,
String name,
long size)
Creates the BinaryResource file,
which is the native CAD file associated with the part iteration passed as parameter.
|
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.
|
Constructor and Description |
---|
PartIterationNotFoundException(Locale pLocale,
PartIterationKey pPartIPK) |
PartIterationNotFoundException(Locale pLocale,
PartIterationKey pPartIPK,
Throwable pCause) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.