Uses of Class
org.jbpm.task.Content

Packages that use Content
org.jbpm.task   
org.jbpm.task.api   
org.jbpm.task.events   
org.jbpm.task.identity   
org.jbpm.task.impl   
 

Uses of Content in org.jbpm.task
 

Methods in org.jbpm.task with parameters of type Content
 void Attachment.setContent(Content content)
          Sets the content for this attachment, i.e. the size and the attachmentContentId.
 

Uses of Content in org.jbpm.task.api
 

Methods in org.jbpm.task.api that return Content
 Content TaskContentService.getContentById(long contentId)
           
 Content TaskServiceEntryPoint.getContentById(long contentId)
           
 

Methods in org.jbpm.task.api that return types with arguments of type Content
 List<Content> TaskContentService.getAllContentByTaskId(long taskId)
           
 List<Content> TaskServiceEntryPoint.getAllContentByTaskId(long taskId)
           
 

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

Uses of Content in org.jbpm.task.events
 

Methods in org.jbpm.task.events that return Content
 Content NotificationEvent.getContent()
           
 

Methods in org.jbpm.task.events with parameters of type Content
 void NotificationEvent.setContent(Content content)
           
 

Constructors in org.jbpm.task.events with parameters of type Content
NotificationEvent(Notification notification, Task task, Content content)
           
 

Uses of Content in org.jbpm.task.identity
 

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

Uses of Content in org.jbpm.task.impl
 

Methods in org.jbpm.task.impl that return Content
 Content TaskServiceEntryPointImpl.getContentById(long contentId)
           
 Content TaskContentServiceImpl.getContentById(long contentId)
           
 

Methods in org.jbpm.task.impl that return types with arguments of type Content
 List<Content> TaskServiceEntryPointImpl.getAllContentByTaskId(long taskId)
           
 List<Content> TaskContentServiceImpl.getAllContentByTaskId(long taskId)
           
 

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



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