com.trackstudio.soap.service
Class Attachment

java.lang.Object
  extended by com.trackstudio.soap.service.Attachment

public class Attachment
extends java.lang.Object


Constructor Summary
Attachment()
           
 
Method Summary
 void createAttachment(java.lang.String sessionId, java.lang.String taskId, java.lang.String name, java.lang.String description, byte[] data)
           
 void deleteAttachment(java.lang.String sessionId, java.lang.String attachmentId)
           
 byte[] getAttachment(java.lang.String sessionId, java.lang.String taskId, java.lang.String fileName)
           
 AttachmentBean[] getAttachmentList(java.lang.String sessionId, java.lang.String taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment()
Method Detail

deleteAttachment

public void deleteAttachment(java.lang.String sessionId,
                             java.lang.String attachmentId)
                      throws java.lang.Exception
Throws:
java.lang.Exception

createAttachment

public void createAttachment(java.lang.String sessionId,
                             java.lang.String taskId,
                             java.lang.String name,
                             java.lang.String description,
                             byte[] data)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getAttachment

public byte[] getAttachment(java.lang.String sessionId,
                            java.lang.String taskId,
                            java.lang.String fileName)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getAttachmentList

public AttachmentBean[] getAttachmentList(java.lang.String sessionId,
                                          java.lang.String taskId)
                                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.