jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.Attachment

Packages that use Attachment
org.jbpm.session   
org.jbpm.task   
org.jbpm.task.api   
org.jbpm.task.identity   
org.jbpm.task.impl   
org.jbpm.task.service   
org.jbpm.task.service.local   
org.jbpm.task.utils   
 

Uses of Attachment in org.jbpm.session
 

Methods in org.jbpm.session with parameters of type Attachment
 void SynchronizedTaskService.addAttachment(long arg0, Attachment arg1, Content arg2)
           
 

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.api
 

Methods in org.jbpm.task.api that return Attachment
 Attachment TaskServiceEntryPoint.getAttachmentById(long attachId)
           
 Attachment TaskAttachmentService.getAttachmentById(long attachId)
           
 

Methods in org.jbpm.task.api that return types with arguments of type Attachment
 List<Attachment> TaskServiceEntryPoint.getAllAttachmentsByTaskId(long taskId)
           
 List<Attachment> TaskAttachmentService.getAllAttachmentsByTaskId(long taskId)
           
 

Methods in org.jbpm.task.api with parameters of type Attachment
 long TaskServiceEntryPoint.addAttachment(long taskId, Attachment attachment, Content content)
           
 long TaskAttachmentService.addAttachment(long taskId, Attachment attachment, Content content)
           
 

Uses of Attachment in org.jbpm.task.identity
 

Methods in org.jbpm.task.identity that return Attachment
 Attachment UserGroupTaskAttachmentDecorator.getAttachmentById(long attachId)
           
 

Methods in org.jbpm.task.identity that return types with arguments of type Attachment
 List<Attachment> UserGroupTaskAttachmentDecorator.getAllAttachmentsByTaskId(long taskId)
           
 

Methods in org.jbpm.task.identity with parameters of type Attachment
 long UserGroupTaskAttachmentDecorator.addAttachment(long taskId, Attachment attachment, Content content)
           
 

Uses of Attachment in org.jbpm.task.impl
 

Methods in org.jbpm.task.impl that return Attachment
 Attachment TaskServiceEntryPointImpl.getAttachmentById(long attachId)
           
 Attachment TaskAttachmentServiceImpl.getAttachmentById(long attachId)
           
 

Methods in org.jbpm.task.impl that return types with arguments of type Attachment
 List<Attachment> TaskServiceEntryPointImpl.getAllAttachmentsByTaskId(long taskId)
           
 List<Attachment> TaskAttachmentServiceImpl.getAllAttachmentsByTaskId(long taskId)
           
 

Methods in org.jbpm.task.impl with parameters of type Attachment
 long TaskServiceEntryPointImpl.addAttachment(long taskId, Attachment attachment, Content content)
           
 long TaskAttachmentServiceImpl.addAttachment(long taskId, Attachment attachment, Content content)
           
 

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)
           
 


jBPM distribution 6.0.0.Alpha9

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