Uses of Class
org.openiam.base.request.UploadAttachmentRequest
-
Packages that use UploadAttachmentRequest Package Description org.openiam.common.beans.mq org.openiam.srvc.activiti -
-
Uses of UploadAttachmentRequest in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type UploadAttachmentRequest Modifier and Type Method Description StringResponseActivitiRabbitMQService. uploadAttachment(UploadAttachmentRequest request)One ofUploadAttachmentRequest#taskIdandUploadAttachmentRequest#processInstanceIdmust be presented Upload comments file to the attachments -
Uses of UploadAttachmentRequest in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type UploadAttachmentRequest Modifier and Type Method Description StringActivitiService. uploadAttachment(UploadAttachmentRequest request)UploadAttachmentRequest#taskId - associated Task (optional) UploadAttachmentRequest#processInstanceId - associated Process instanceId (optional) UploadAttachmentRequest#fileName - original file name UploadAttachmentRequest#f - file content in Base64 encoded format UploadAttachmentRequest#referenceId - reference Id - if of reference forCommentTo.ROLEorCommentTo.GROUPorCommentTo.TASKUploadAttachmentRequest#referenceType - type of attachmentCommentToStringActivitiServiceImpl. uploadAttachment(UploadAttachmentRequest request)
-