Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
PartRevision |
IProductManagerLocal.checkInPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkInPart(PartRevisionKey partRPK)
Checks in the supplied part revision so its latest iteration,
that carries the modifications realized since the checkout operation,
will be published and made visible to all users.
|
PartRevision |
IProductManagerLocal.checkOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkOutPart(PartRevisionKey partRPK)
Checks out the supplied part revision to allow the operating user to modify it.
|
PartRevision |
IProductManagerLocal.getPartRevision(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.getPartRevision(PartRevisionKey partRPK)
Returns a specific PartRevision.
|
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.undoCheckOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.undoCheckOutPart(PartRevisionKey partRPK)
Undoes checkout the given part revision.
|
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.
|
void |
IUploadDownloadWS.uploadGeometryToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
int quality,
DataHandler data) |
void |
IUploadDownloadWS.uploadNativeCADToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
DataHandler data) |
void |
IUploadDownloadWS.uploadToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
DataHandler data) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.