Uses of Class
org.jbpm.task.Content

Packages that use Content
org.jbpm.task   
org.jbpm.task.service   
org.jbpm.task.service.local   
org.jbpm.task.service.responsehandlers   
 

Uses of Content in org.jbpm.task
 

Methods in org.jbpm.task that return Content
 Content TaskService.getContent(long contentId)
           
 

Methods in org.jbpm.task with parameters of type Content
 void TaskService.addAttachment(long taskId, Attachment attachment, Content content)
           
 void AsyncTaskService.addAttachment(long taskId, Attachment attachment, Content content, TaskClientHandler.AddAttachmentResponseHandler responseHandler)
           
 void Attachment.setContent(Content content)
          Sets the content for this attachment, i.e. the size and the attachmentContentId.
 void TaskService.setDocumentContent(long taskId, Content content)
           
 void AsyncTaskService.setDocumentContent(long taskId, Content content, TaskClientHandler.SetDocumentResponseHandler responseHandler)
           
 

Uses of Content in org.jbpm.task.service
 

Methods in org.jbpm.task.service that return Content
 Content TaskServiceSession.getContent(long contentId)
          This method should only be called from a ServerHandler or TaskService implementation.
 Content SyncTaskServiceWrapper.getContent(long contentId)
           
 

Methods in org.jbpm.task.service with parameters of type Content
 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)
           
 void TaskClientHandler.GetContentResponseHandler.execute(Content content)
           
 void DefaultEscalatedDeadlineHandler.executeEmailNotification(EmailNotification notification, Task task, Content content)
           
 void EscalatedDeadlineHandler.executeEscalatedDeadline(Task task, Deadline deadline, Content content, TaskService service)
           
 void DefaultEscalatedDeadlineHandler.executeEscalatedDeadline(Task task, Deadline deadline, Content content, TaskService service)
           
 void TaskServiceSession.setDocumentContent(long taskId, Content content)
           
 void SyncTaskServiceWrapper.setDocumentContent(long taskId, Content content)
           
 void TaskClient.setDocumentContent(long taskId, Content content, TaskClientHandler.SetDocumentResponseHandler responseHandler)
           
 

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

Methods in org.jbpm.task.service.local that return Content
 Content LocalTaskService.getContent(long contentId)
           
 

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

Uses of Content in org.jbpm.task.service.responsehandlers
 

Methods in org.jbpm.task.service.responsehandlers that return Content
 Content BlockingGetContentResponseHandler.getContent()
           
 

Methods in org.jbpm.task.service.responsehandlers with parameters of type Content
 void BlockingGetContentResponseHandler.execute(Content content)
           
 



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