public interface IUploadDownloadWS
Modifier and Type | Method and Description |
---|---|
DataHandler |
downloadFromDocument(String workspaceId,
String docMId,
String docMVersion,
int iteration,
String fileName) |
DataHandler |
downloadFromPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName) |
DataHandler |
downloadFromTemplate(String workspaceId,
String templateId,
String fileName) |
DataHandler |
downloadNativeFromPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName) |
void |
uploadGeometryToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
int quality,
DataHandler data) |
void |
uploadNativeCADToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
DataHandler data) |
void |
uploadToDocument(String workspaceId,
String docMId,
String docMVersion,
int iteration,
String fileName,
DataHandler data) |
void |
uploadToPart(String workspaceId,
String partMNumber,
String partRVersion,
int iteration,
String fileName,
DataHandler data) |
void |
uploadToTemplate(String workspaceId,
String templateId,
String fileName,
DataHandler data) |
DataHandler downloadFromDocument(String workspaceId, String docMId, String docMVersion, int iteration, String fileName) throws NotAllowedException, FileNotFoundException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException
DataHandler downloadFromTemplate(String workspaceId, String templateId, String fileName) throws NotAllowedException, FileNotFoundException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException
DataHandler downloadFromPart(String workspaceId, String partMNumber, String partRVersion, int iteration, String fileName) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, FileNotFoundException, NotAllowedException
DataHandler downloadNativeFromPart(String workspaceId, String partMNumber, String partRVersion, int iteration, String fileName) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, FileNotFoundException, NotAllowedException
void uploadToDocument(String workspaceId, String docMId, String docMVersion, int iteration, String fileName, DataHandler data) throws IOException, CreationException, WorkspaceNotFoundException, NotAllowedException, DocumentMasterNotFoundException, FileAlreadyExistsException, UserNotFoundException, UserNotActiveException
void uploadToTemplate(String workspaceId, String templateId, String fileName, DataHandler data) throws IOException, CreationException, WorkspaceNotFoundException, NotAllowedException, DocumentMasterTemplateNotFoundException, FileAlreadyExistsException, UserNotFoundException, UserNotActiveException
void uploadGeometryToPart(String workspaceId, String partMNumber, String partRVersion, int iteration, String fileName, int quality, DataHandler data) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, NotAllowedException, PartRevisionNotFoundException, FileAlreadyExistsException, CreationException, IOException
void uploadToPart(String workspaceId, String partMNumber, String partRVersion, int iteration, String fileName, DataHandler data) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, NotAllowedException, PartRevisionNotFoundException, FileAlreadyExistsException, CreationException, IOException
void uploadNativeCADToPart(String workspaceId, String partMNumber, String partRVersion, int iteration, String fileName, DataHandler data) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, NotAllowedException, PartRevisionNotFoundException, FileAlreadyExistsException, CreationException, IOException, PartIterationNotFoundException
Copyright © 2013 OW2 Consortium. All Rights Reserved.