Uses of Class
org.openiam.idm.srvc.user.dto.UserProfileRequestModel
-
-
Uses of UserProfileRequestModel in org.openiam.base.request
Methods in org.openiam.base.request that return UserProfileRequestModel Modifier and Type Method Description UserProfileRequestModelUserProfileServiceRequest. getModel()Methods in org.openiam.base.request with parameters of type UserProfileRequestModel Modifier and Type Method Description voidUserProfileServiceRequest. setModel(UserProfileRequestModel model) -
Uses of UserProfileRequestModel in org.openiam.esb.core.meta.service
Methods in org.openiam.esb.core.meta.service with parameters of type UserProfileRequestModel Modifier and Type Method Description voidMetadataElementTemplateService. saveTemplate(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.esb.core.meta.service.impl
Methods in org.openiam.esb.core.meta.service.impl with parameters of type UserProfileRequestModel Modifier and Type Method Description voidMetadataElementTemplateServiceImpl. saveTemplate(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type UserProfileRequestModel Modifier and Type Method Description voidUserProfileService. saveUserProfile(UserProfileRequestModel request)SaveTemplateProfileResponseUserProfileService. saveUserProfileWrapper(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type UserProfileRequestModel Modifier and Type Method Description voidUserProfileServiceImpl. saveUserProfile(UserProfileRequestModel request)SaveTemplateProfileResponseUserProfileServiceImpl. saveUserProfileWrapper(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.idm.srvc.user.dto
Subclasses of UserProfileRequestModel in org.openiam.idm.srvc.user.dto Modifier and Type Class Description classNewUserProfileRequestModel -
Uses of UserProfileRequestModel in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type UserProfileRequestModel Modifier and Type Method Description SaveTemplateProfileResponseActivitiService. initiateEditUserWorkflow(UserProfileRequestModel request)SaveTemplateProfileResponseActivitiServiceImpl. initiateEditUserWorkflow(UserProfileRequestModel request)SaveTemplateProfileResponseActivitiService. initiateUserAcceptedInviteWorkflow(UserProfileRequestModel request)SaveTemplateProfileResponseActivitiServiceImpl. initiateUserAcceptedInviteWorkflow(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type UserProfileRequestModel Modifier and Type Method Description SaveTemplateProfileResponseUserDataWebService. saveUserProfile(UserProfileRequestModel request)Saves a User ProfileSaveTemplateProfileResponseUserDataWebServiceImpl. saveUserProfile(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.workflow.activiti.delegate.user.displaymapper
Methods in org.openiam.workflow.activiti.delegate.user.displaymapper with parameters of type UserProfileRequestModel Modifier and Type Method Description MapperResponseAbstractUserDisplayMapper. getMetadataMap(UserProfileRequestModel request, User originalUser, org.activiti.engine.delegate.DelegateExecution execution) -
Uses of UserProfileRequestModel in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service with parameters of type UserProfileRequestModel Modifier and Type Method Description SaveTemplateProfileResponseActivitiUserService. initiateEditUserWorkflow(UserProfileRequestModel request)SaveTemplateProfileResponseActivitiUserService. initiateUserAcceptedInviteWorkflow(UserProfileRequestModel request) -
Uses of UserProfileRequestModel in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl with parameters of type UserProfileRequestModel Modifier and Type Method Description SaveTemplateProfileResponseActivitiUserServiceImpl. initiateEditUserWorkflow(UserProfileRequestModel model)SaveTemplateProfileResponseActivitiUserServiceImpl. initiateUserAcceptedInviteWorkflow(UserProfileRequestModel model)
-