KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.task.api.model.Attachment

Packages that use Attachment
org.kie.internal.task.api   
org.kie.internal.task.api.model   
 

Uses of Attachment in org.kie.internal.task.api
 

Methods in org.kie.internal.task.api that return Attachment
 Attachment TaskService.getAttachmentById(long attachId)
           
 Attachment TaskAttachmentService.getAttachmentById(long attachId)
           
 

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

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

Uses of Attachment in org.kie.internal.task.api.model
 

Methods in org.kie.internal.task.api.model that return Attachment
 Attachment TaskData.removeAttachment(long attachmentId)
          Removes the Attachment specified by the attachmentId.
 

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

Methods in org.kie.internal.task.api.model with parameters of type Attachment
 void TaskData.addAttachment(Attachment attachment)
          Adds the specified attachment to our list of Attachments.
 

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


KIE Internal 6.0.0.Beta1

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