Uses of Class
org.jbpm.task.Attachment

Packages that use Attachment
org.jbpm.task   
org.jbpm.task.service   
org.jbpm.task.service.local   
org.jbpm.task.utils   
 

Uses of Attachment in org.jbpm.task
 

Methods in org.jbpm.task that return Attachment
 Attachment TaskData.removeAttachment(long attachmentId)
          Removes the Attachment specified by the attachmentId.
 

Methods in org.jbpm.task that return types with arguments of type Attachment
 List<Attachment> TaskData.getAttachments()
           
 

Methods in org.jbpm.task with parameters of type Attachment
 void TaskData.addAttachment(Attachment attachment)
          Adds the specified attachment to our list of Attachments.
 void TaskService.addAttachment(long taskId, Attachment attachment, Content content)
           
 void AsyncTaskService.addAttachment(long taskId, Attachment attachment, Content content, TaskClientHandler.AddAttachmentResponseHandler responseHandler)
           
 

Method parameters in org.jbpm.task with type arguments of type Attachment
 void TaskData.setAttachments(List<Attachment> attachments)
           
 

Uses of Attachment in org.jbpm.task.service
 

Methods in org.jbpm.task.service with parameters of type Attachment
 void TaskServiceSession.addAttachment(long taskId, Attachment attachment, Content content)
           
 void SyncTaskServiceWrapper.addAttachment(long taskId, Attachment attachment, Content content)
           
 void TaskClient.addAttachment(long taskId, Attachment attachment, Content content, TaskClientHandler.AddAttachmentResponseHandler responseHandler)
           
 

Uses of Attachment in org.jbpm.task.service.local
 

Methods in org.jbpm.task.service.local with parameters of type Attachment
 void LocalTaskService.addAttachment(long taskId, Attachment attachment, Content content)
           
 

Uses of Attachment in org.jbpm.task.utils
 

Methods in org.jbpm.task.utils that return types with arguments of type Attachment
static List<Attachment> CollectionUtils.readAttachmentList(ObjectInput in)
           
 

Method parameters in org.jbpm.task.utils with type arguments of type Attachment
static void CollectionUtils.writeAttachmentList(List<Attachment> list, ObjectOutput out)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.