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 TaskResRequestedWrapperActivitiService. getRequestedResourcesUserRelated(String taskId)TaskResRequestedWrapperActivitiServiceImpl. getRequestedResourcesUserRelated(String taskId)TaskResRequestedWrapperActivitiService. getTaskRequestedRes(String taskId, Map<String,String> blockedRoleIds, Map<String,String> blockedGroupIds)TaskResRequestedWrapperActivitiServiceImpl. 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 TaskResRequestedWrapperTaskResRequestedWrapperHandler. getNullableResult(CallableStatement cs, int columnIndex)TaskResRequestedWrapperTaskResRequestedWrapperHandler. getNullableResult(ResultSet rs, int columnIndex)TaskResRequestedWrapperTaskResRequestedWrapperHandler. getNullableResult(ResultSet rs, String columnName)Methods in org.openiam.workflow.activiti.custom with parameters of type TaskResRequestedWrapper Modifier and Type Method Description voidTaskResRequestedWrapperHandler. 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 TaskResRequestedWrapperActivitiSearchTaskService. getRequestedResourcesUserRelated(String taskId, Map<String,String> blockedRoles, Map<String,String> blockedGroups)TaskResRequestedWrapperActivitiSearchTaskService. 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 TaskResRequestedWrapperActivitiSearchTaskServiceImpl. getRequestedResourcesUserRelated(String taskId, Map<String,String> blockedRoles, Map<String,String> blockedGroups)TaskResRequestedWrapperActivitiSearchTaskServiceImpl. getTaskRequestedRes(String taskId, Map<String,String> blockedRoleIds, Map<String,String> blockedGroupIds)
-