Package org.openiam.common.beans.mq
Class ActivitiRabbitMQService
- java.lang.Object
-
- org.openiam.common.beans.mq.AbstractRabbitMQService
-
- org.openiam.common.beans.mq.ActivitiRabbitMQService
-
@Component public final class ActivitiRabbitMQService extends AbstractRabbitMQService
-
-
Field Summary
-
Fields inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description ActivitiRabbitMQService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
cancelTask(ActivitiRequestDecision cancelDecision)
Response
delegateTask(DelegateRequestModel model)
Response
escalateTask(EscalateRequestModel escalateRequestModel)
TaskListResponse
findTasks(TaskSearchBean taskSearchBean, int from, int size)
AccessCertificationRemindersListResponse
getReminderList(Date toDate)
getReminderListObject
getTaskVariable(String taskId, String variableName)
void
setTaskVariable(String taskId, String variableName, Object variableValue)
StringResponse
uploadAttachment(UploadAttachmentRequest request)
One ofUploadAttachmentRequest#taskId
andUploadAttachmentRequest#processInstanceId
must be presented Upload comments file to the attachments-
Methods inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
crudRequest, idRequest
-
-
-
-
Method Detail
-
escalateTask
public Response escalateTask(EscalateRequestModel escalateRequestModel)
-
cancelTask
public Response cancelTask(ActivitiRequestDecision cancelDecision)
-
setTaskVariable
public void setTaskVariable(String taskId, String variableName, Object variableValue)
-
delegateTask
public Response delegateTask(DelegateRequestModel model)
-
findTasks
public TaskListResponse findTasks(TaskSearchBean taskSearchBean, int from, int size)
-
uploadAttachment
public StringResponse uploadAttachment(UploadAttachmentRequest request)
One ofUploadAttachmentRequest#taskId
andUploadAttachmentRequest#processInstanceId
must be presented Upload comments file to the attachments- Returns:
- - String of uploaded attachment
-
getReminderList
public AccessCertificationRemindersListResponse getReminderList(Date toDate)
getReminderList- Parameters:
toDate
-- Returns:
-
-