|
jBPM distribution 6.0.0.CR3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attachment in org.jbpm.runtime.manager.impl.task |
---|
Methods in org.jbpm.runtime.manager.impl.task that return Attachment | |
---|---|
Attachment |
SynchronizedTaskService.getAttachmentById(long attachId)
|
Methods in org.jbpm.runtime.manager.impl.task that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
SynchronizedTaskService.getAllAttachmentsByTaskId(long taskId)
|
Methods in org.jbpm.runtime.manager.impl.task with parameters of type Attachment | |
---|---|
long |
SynchronizedTaskService.addAttachment(long taskId,
Attachment attachment,
Content content)
|
Uses of Attachment in org.jbpm.services.task.commands |
---|
Methods in org.jbpm.services.task.commands that return Attachment | |
---|---|
Attachment |
GetAttachmentCommand.execute(org.kie.internal.command.Context cntxt)
|
Uses of Attachment in org.jbpm.services.task.identity |
---|
Methods in org.jbpm.services.task.identity that return Attachment | |
---|---|
Attachment |
UserGroupTaskAttachmentDecorator.getAttachmentById(long attachId)
|
Methods in org.jbpm.services.task.identity that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
UserGroupTaskAttachmentDecorator.getAllAttachmentsByTaskId(long taskId)
|
Methods in org.jbpm.services.task.identity with parameters of type Attachment | |
---|---|
long |
UserGroupTaskAttachmentDecorator.addAttachment(long taskId,
Attachment attachment,
Content content)
|
Uses of Attachment in org.jbpm.services.task.impl |
---|
Methods in org.jbpm.services.task.impl that return Attachment | |
---|---|
Attachment |
TaskServiceEntryPointImpl.getAttachmentById(long attachId)
|
Methods in org.jbpm.services.task.impl that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
TaskServiceEntryPointImpl.getAllAttachmentsByTaskId(long taskId)
|
List<Attachment> |
TaskAttachmentServiceImpl.getAllAttachmentsByTaskId(long taskId)
|
Methods in org.jbpm.services.task.impl with parameters of type Attachment | |
---|---|
long |
TaskServiceEntryPointImpl.addAttachment(long taskId,
Attachment attachment,
Content content)
|
long |
TaskAttachmentServiceImpl.addAttachment(long taskId,
Attachment attachment,
Content content)
|
Uses of Attachment in org.jbpm.services.task.impl.command |
---|
Methods in org.jbpm.services.task.impl.command that return Attachment | |
---|---|
Attachment |
CommandBasedTaskService.getAttachmentById(long attachId)
|
Uses of Attachment in org.jbpm.services.task.impl.model |
---|
Classes in org.jbpm.services.task.impl.model that implement Attachment | |
---|---|
class |
AttachmentImpl
|
Methods in org.jbpm.services.task.impl.model that return Attachment | |
---|---|
Attachment |
TaskDataImpl.removeAttachment(long attachmentId)
Removes the Attachment specified by the attachmentId. |
Methods in org.jbpm.services.task.impl.model that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
TaskDataImpl.getAttachments()
|
Methods in org.jbpm.services.task.impl.model with parameters of type Attachment | |
---|---|
void |
TaskDataImpl.addAttachment(Attachment attachment)
Adds the specified attachment to our list of Attachments. |
Method parameters in org.jbpm.services.task.impl.model with type arguments of type Attachment | |
---|---|
void |
TaskDataImpl.setAttachments(List<Attachment> attachments)
|
Uses of Attachment in org.jbpm.services.task.impl.model.xml |
---|
Classes in org.jbpm.services.task.impl.model.xml that implement Attachment | |
---|---|
class |
JaxbAttachment
|
Methods in org.jbpm.services.task.impl.model.xml that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
JaxbTaskData.getAttachments()
|
Constructors in org.jbpm.services.task.impl.model.xml with parameters of type Attachment | |
---|---|
JaxbAttachment(Attachment attachment)
|
Uses of Attachment in org.jbpm.services.task.utils |
---|
Methods in org.jbpm.services.task.utils that return types with arguments of type Attachment | |
---|---|
static List<Attachment> |
CollectionUtils.readAttachmentList(ObjectInput in)
|
Method parameters in org.jbpm.services.task.utils with type arguments of type Attachment | |
---|---|
static void |
CollectionUtils.writeAttachmentList(List<Attachment> list,
ObjectOutput out)
|
Uses of Attachment in org.kie.api.task |
---|
Methods in org.kie.api.task that return Attachment | |
---|---|
Attachment |
TaskService.getAttachmentById(long attachId)
|
Uses of Attachment in org.kie.api.task.model |
---|
Methods in org.kie.api.task.model that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
TaskData.getAttachments()
|
|
jBPM distribution 6.0.0.CR3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |