|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRepresentationService
Service interface to open and save drawing representations
| Method Summary | |
|---|---|
Representation |
openDrawing(String jsessionid,
String drawingid)
Reads the representation of a drawing |
void |
saveDrawing(String jsessionid,
String drawingid,
Representation representation)
Saves the representation of a drawing |
| Method Detail |
|---|
Representation openDrawing(String jsessionid,
String drawingid)
throws DrawingServiceException,
AccountServiceException
jsessionid - The session iddrawingid - The drawing id
AccountServiceException - If a session related error occurs
InternalServerException - If the server code fails
DrawingServiceException - If the drawing no longer exists
void saveDrawing(String jsessionid,
String drawingid,
Representation representation)
throws DrawingServiceException,
AccountServiceException
jsessionid - The session iddrawingid - The drawing idrepresentation - The drawing representation
AccountServiceException - If a session related error occurs
InternalServerException - If the server code fails
DrawingServiceException - If the drawing no longer exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||