|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Content in org.jbpm.session |
---|
Methods in org.jbpm.session that return Content | |
---|---|
Content |
SynchronizedTaskService.getContent(long arg0)
|
Methods in org.jbpm.session with parameters of type Content | |
---|---|
void |
SynchronizedTaskService.addAttachment(long arg0,
Attachment arg1,
Content arg2)
|
void |
SynchronizedTaskService.setDocumentContent(long arg0,
Content arg1)
|
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 |
void |
TaskService.setDocumentContent(long taskId,
Content content)
|
void |
AsyncTaskService.setDocumentContent(long taskId,
Content content,
TaskClientHandler.SetDocumentResponseHandler responseHandler)
|
Uses of Content in org.jbpm.task.api |
---|
Methods in org.jbpm.task.api that return Content | |
---|---|
Content |
TaskServiceEntryPoint.getContentById(long contentId)
|
Content |
TaskContentService.getContentById(long contentId)
|
Methods in org.jbpm.task.api that return types with arguments of type Content | |
---|---|
List<Content> |
TaskServiceEntryPoint.getAllContentByTaskId(long taskId)
|
List<Content> |
TaskContentService.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 |
TaskServiceEntryPoint.addContent(long taskId,
Content content)
|
long |
TaskContentService.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)
|
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)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |