|
jBPM distribution 6.0.0.Beta5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Content in org.jbpm.runtime.manager.impl.task |
---|
Methods in org.jbpm.runtime.manager.impl.task that return Content | |
---|---|
Content |
SynchronizedTaskService.getContentById(long contentId)
|
Methods in org.jbpm.runtime.manager.impl.task that return types with arguments of type Content | |
---|---|
List<Content> |
SynchronizedTaskService.getAllContentByTaskId(long taskId)
|
Methods in org.jbpm.runtime.manager.impl.task with parameters of type Content | |
---|---|
long |
SynchronizedTaskService.addAttachment(long taskId,
Attachment attachment,
Content content)
|
long |
SynchronizedTaskService.addContent(long taskId,
Content content)
|
Uses of Content in org.jbpm.services.task.commands |
---|
Methods in org.jbpm.services.task.commands that return Content | |
---|---|
Content |
GetContentCommand.execute(org.kie.internal.command.Context cntxt)
|
Uses of Content in org.jbpm.services.task.identity |
---|
Methods in org.jbpm.services.task.identity with parameters of type Content | |
---|---|
long |
UserGroupTaskAttachmentDecorator.addAttachment(long taskId,
Attachment attachment,
Content content)
|
Uses of Content in org.jbpm.services.task.impl |
---|
Methods in org.jbpm.services.task.impl that return Content | |
---|---|
Content |
TaskServiceEntryPointImpl.getContentById(long contentId)
|
Methods in org.jbpm.services.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.services.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.services.task.impl.command |
---|
Methods in org.jbpm.services.task.impl.command that return Content | |
---|---|
Content |
CommandBasedTaskService.getContentById(long contentId)
|
Uses of Content in org.jbpm.services.task.impl.model |
---|
Classes in org.jbpm.services.task.impl.model that implement Content | |
---|---|
class |
ContentImpl
|
Methods in org.jbpm.services.task.impl.model with parameters of type Content | |
---|---|
void |
AttachmentImpl.setContent(Content content)
Sets the content for this attachment, i.e. the |
Uses of Content in org.kie.api.task |
---|
Methods in org.kie.api.task that return Content | |
---|---|
Content |
TaskService.getContentById(long contentId)
|
|
jBPM distribution 6.0.0.Beta5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |