Uses of Class
org.openiam.base.request.UploadAttachment
-
Packages that use UploadAttachment Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of UploadAttachment in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti that return UploadAttachment Modifier and Type Method Description UploadAttachment
ActivitiService. getAttachmentBody(String id)
UploadAttachment
ActivitiServiceImpl. getAttachmentBody(String id)
Methods in org.openiam.srvc.activiti that return types with arguments of type UploadAttachment Modifier and Type Method Description List<UploadAttachment>
ActivitiService. getAttachments(String processInstanceId)
List<UploadAttachment>
ActivitiServiceImpl. getAttachments(String processInstanceId)
-
Uses of UploadAttachment in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service that return UploadAttachment Modifier and Type Method Description UploadAttachment
ActivitiSearchTaskService. getAttachmentBodyAsBase64String(String id)
Methods in org.openiam.workflow.activiti.service that return types with arguments of type UploadAttachment Modifier and Type Method Description List<UploadAttachment>
ActivitiSearchTaskService. getProcessInstanceAttachments(String id)
Methods in org.openiam.workflow.activiti.service with parameters of type UploadAttachment Modifier and Type Method Description String
ActivitiTaskService. uploadAttachment(UploadAttachment req)
One of #taskId and #processInstanceId must be presented Upload comments file to the attachments -
Uses of UploadAttachment in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl that return UploadAttachment Modifier and Type Method Description UploadAttachment
ActivitiSearchTaskServiceImpl. getAttachmentBodyAsBase64String(String id)
Methods in org.openiam.workflow.activiti.service.impl that return types with arguments of type UploadAttachment Modifier and Type Method Description List<UploadAttachment>
ActivitiSearchTaskServiceImpl. getProcessInstanceAttachments(String id)
Methods in org.openiam.workflow.activiti.service.impl with parameters of type UploadAttachment Modifier and Type Method Description String
ActivitiTaskServiceImpl. uploadAttachment(UploadAttachment request)
-