Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
DocumentMaster |
IDocumentManagerLocal.checkOutDocument(DocumentMasterKey pDocMPK) |
DocumentMaster |
IDocumentManagerWS.checkOutDocument(DocumentMasterKey docMPK) |
PartRevision |
IProductManagerLocal.checkOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkOutPart(PartRevisionKey partRPK)
Checks out the supplied part revision to allow the operating user to modify it.
|
DocumentMaster |
IDocumentManagerLocal.createDocumentMaster(String pParentFolder,
String pDocMId,
String pTitle,
String pDescription,
String pDocMTemplateId,
String pWorkflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
DocumentMaster |
IDocumentManagerWS.createDocumentMaster(String parentFolder,
String docMId,
String title,
String description,
String docMTemplateId,
String workflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
DocumentMaster[] |
IDocumentManagerLocal.createVersion(DocumentMasterKey pOriginalDocMPK,
String pTitle,
String pDescription,
String pWorkflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
DocumentMaster[] |
IDocumentManagerWS.createVersion(DocumentMasterKey originalDocMPK,
String title,
String description,
String workflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
File |
IDocumentManagerLocal.saveFileInDocument(DocumentIterationKey pDocPK,
String pName,
long pSize) |
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 |
IDocumentManagerLocal.saveFileInTemplate(DocumentMasterTemplateKey pDocMTemplateKey,
String pName,
long pSize) |
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.
|
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.uploadToDocument(String workspaceId,
String docMId,
String docMVersion,
int iteration,
String fileName,
DataHandler data) |
void |
IUploadDownloadWS.uploadToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
DataHandler data) |
void |
IUploadDownloadWS.uploadToTemplate(String workspaceId,
String templateId,
String fileName,
DataHandler data) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.