Uses of Interface
org.activiti.engine.task.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in org.activiti.engine
Methods in org.activiti.engine that return AttachmentModifier and TypeMethodDescriptionTaskService.createAttachment(String attachmentType, String taskId, String processInstanceId, String attachmentName, String attachmentDescription, InputStream content) Add a new attachment to a task and/or a process instance and use an input stream to provide the contentTaskService.createAttachment(String attachmentType, String taskId, String processInstanceId, String attachmentName, String attachmentDescription, String url) Add a new attachment to a task and/or a process instance and use an url as the contentTaskService.getAttachment(String attachmentId) Retrieve a particular attachmentMethods in org.activiti.engine that return types with arguments of type AttachmentModifier and TypeMethodDescriptionTaskService.getProcessInstanceAttachments(String processInstanceId) The list of attachments associated to a process instanceTaskService.getTaskAttachments(String taskId) The list of attachments associated to a taskMethods in org.activiti.engine with parameters of type AttachmentModifier and TypeMethodDescriptionvoidTaskService.saveAttachment(Attachment attachment) Update the name and description of an attachment -
Uses of Attachment in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return AttachmentModifier and TypeMethodDescriptionTaskServiceImpl.createAttachment(String attachmentType, String taskId, String processInstanceId, String attachmentName, String attachmentDescription, InputStream content) TaskServiceImpl.createAttachment(String attachmentType, String taskId, String processInstanceId, String attachmentName, String attachmentDescription, String url) TaskServiceImpl.getAttachment(String attachmentId) Methods in org.activiti.engine.impl that return types with arguments of type AttachmentModifier and TypeMethodDescriptionTaskServiceImpl.getProcessInstanceAttachments(String processInstanceId) TaskServiceImpl.getTaskAttachments(String taskId) Methods in org.activiti.engine.impl with parameters of type Attachment -
Uses of Attachment in org.activiti.engine.impl.cmd
Fields in org.activiti.engine.impl.cmd declared as AttachmentMethods in org.activiti.engine.impl.cmd that return AttachmentModifier and TypeMethodDescriptionCreateAttachmentCmd.execute(CommandContext commandContext) GetAttachmentCmd.execute(CommandContext commandContext) protected AttachmentCreateAttachmentCmd.executeInternal(CommandContext commandContext) Methods in org.activiti.engine.impl.cmd that return types with arguments of type AttachmentModifier and TypeMethodDescriptionList<? extends Attachment> GetProcessInstanceAttachmentsCmd.execute(CommandContext commandContext) List<? extends Attachment> GetTaskAttachmentsCmd.execute(CommandContext commandContext) Constructors in org.activiti.engine.impl.cmd with parameters of type Attachment -
Uses of Attachment in org.activiti.engine.impl.persistence.entity
Subinterfaces of Attachment in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement Attachment