Uses of Class
org.openiam.idm.srvc.user.dto.DelegateRequestModel
-
-
Uses of DelegateRequestModel in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type DelegateRequestModel Modifier and Type Method Description Response
ActivitiRabbitMQService. delegateTask(DelegateRequestModel model)
-
Uses of DelegateRequestModel in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type DelegateRequestModel Modifier and Type Method Description Response
ActivitiService. delegateTask(DelegateRequestModel request)
Response
ActivitiServiceImpl. delegateTask(DelegateRequestModel request)
Response
ActivitiService. delegateTaskToAlternate(DelegateRequestModel request)
Response
ActivitiServiceImpl. delegateTaskToAlternate(DelegateRequestModel request)
-
Uses of DelegateRequestModel in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service with parameters of type DelegateRequestModel Modifier and Type Method Description Response
ActivitiDelegationService. delegateTask(DelegateRequestModel request)
void
ActivitiDelegationService. delegateTaskToAlternate(DelegateRequestModel request)
-
Uses of DelegateRequestModel in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl with parameters of type DelegateRequestModel Modifier and Type Method Description Response
ActivitiDelegationServiceImpl. delegateTask(DelegateRequestModel request)
void
ActivitiDelegationServiceImpl. delegateTaskToAlternate(DelegateRequestModel request)
-
Uses of DelegateRequestModel in org.openiam.workflow.mq
Methods in org.openiam.workflow.mq with parameters of type DelegateRequestModel Modifier and Type Method Description Response
ActivitiMessageListener. processingApiRequest(ActivitiAPI api, DelegateRequestModel request)
-