gran.app.adapter.kernel
Interface AttachmentAdapter
- All Superinterfaces:
- Adapter, KernelAdapter
- All Known Implementing Classes:
- BaseAttachmentAdapter
- public interface AttachmentAdapter
- extends KernelAdapter
This adapter used for attachment management.
getAttachmentsImpl
public java.util.ArrayList getAttachmentsImpl(java.lang.String taskid,
java.util.ArrayList result)
throws GranException
- Get attachment list for task
- Throws:
GranException
deleteAllAttachmentsImpl
public void deleteAllAttachmentsImpl(java.lang.String taskId)
throws GranException
- Throws:
GranException
Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.