Uses of Class
org.openiam.base.response.TaskResRequestedWrapper
-
Packages that use TaskResRequestedWrapper Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.custom org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of TaskResRequestedWrapper in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti that return TaskResRequestedWrapper Modifier and Type Method Description TaskResRequestedWrapper
ActivitiService. getRequestedResourcesUserRelated(String taskId)
TaskResRequestedWrapper
ActivitiServiceImpl. getRequestedResourcesUserRelated(String taskId)
TaskResRequestedWrapper
ActivitiService. getTaskRequestedRes(String taskId, Map<String,String> blockedRoleIds, Map<String,String> blockedGroupIds)
TaskResRequestedWrapper
ActivitiServiceImpl. getTaskRequestedRes(String taskId, Map<String,String> blockedRoleIds, Map<String,String> blockedGroupIds)
-
Uses of TaskResRequestedWrapper in org.openiam.workflow.activiti.custom
Methods in org.openiam.workflow.activiti.custom that return TaskResRequestedWrapper Modifier and Type Method Description TaskResRequestedWrapper
TaskResRequestedWrapperHandler. getNullableResult(CallableStatement cs, int columnIndex)
TaskResRequestedWrapper
TaskResRequestedWrapperHandler. getNullableResult(ResultSet rs, int columnIndex)
TaskResRequestedWrapper
TaskResRequestedWrapperHandler. getNullableResult(ResultSet rs, String columnName)
Methods in org.openiam.workflow.activiti.custom with parameters of type TaskResRequestedWrapper Modifier and Type Method Description void
TaskResRequestedWrapperHandler. setNonNullParameter(PreparedStatement ps, int i, TaskResRequestedWrapper parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
Uses of TaskResRequestedWrapper in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service that return TaskResRequestedWrapper Modifier and Type Method Description TaskResRequestedWrapper
ActivitiSearchTaskService. getRequestedResourcesUserRelated(String taskId, Map<String,String> blockedRoles, Map<String,String> blockedGroups)
TaskResRequestedWrapper
ActivitiSearchTaskService. getTaskRequestedRes(String taskId, Map<String,String> blockedRoleIds, Map<String,String> blockedGroupIds)
-
Uses of TaskResRequestedWrapper in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl that return TaskResRequestedWrapper Modifier and Type Method Description TaskResRequestedWrapper
ActivitiSearchTaskServiceImpl. getRequestedResourcesUserRelated(String taskId, Map<String,String> blockedRoles, Map<String,String> blockedGroups)
TaskResRequestedWrapper
ActivitiSearchTaskServiceImpl. getTaskRequestedRes(String taskId, Map<String,String> blockedRoleIds, Map<String,String> blockedGroupIds)
-