Uses of Class
org.jbpm.task.Attachment

Packages that use Attachment
org.jbpm.task   
org.jbpm.task.api   
org.jbpm.task.identity   
org.jbpm.task.impl   
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.
 

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 TaskAttachmentService.getAttachmentById(long attachId)
           
 Attachment TaskServiceEntryPoint.getAttachmentById(long attachId)
           
 

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

Methods in org.jbpm.task.api with parameters of type Attachment
 long TaskAttachmentService.addAttachment(long taskId, Attachment attachment, Content content)
           
 long TaskServiceEntryPoint.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.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-2013 JBoss by Red Hat. All Rights Reserved.