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 ResponseActivitiRabbitMQService. 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 ResponseActivitiService. delegateTask(DelegateRequestModel request)ResponseActivitiServiceImpl. delegateTask(DelegateRequestModel request)ResponseActivitiService. delegateTaskToAlternate(DelegateRequestModel request)ResponseActivitiServiceImpl. 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 ResponseActivitiDelegationService. delegateTask(DelegateRequestModel request)voidActivitiDelegationService. 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 ResponseActivitiDelegationServiceImpl. delegateTask(DelegateRequestModel request)voidActivitiDelegationServiceImpl. 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 ResponseActivitiMessageListener. processingApiRequest(ActivitiAPI api, DelegateRequestModel request)
-