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 UserProfileRequestModel
UserProfileServiceRequest. getModel()
Methods in org.openiam.base.request with parameters of type UserProfileRequestModel Modifier and Type Method Description void
UserProfileServiceRequest. 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 void
MetadataElementTemplateService. 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 void
MetadataElementTemplateServiceImpl. 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 void
UserProfileService. saveUserProfile(UserProfileRequestModel request)
SaveTemplateProfileResponse
UserProfileService. 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 void
UserProfileServiceImpl. saveUserProfile(UserProfileRequestModel request)
SaveTemplateProfileResponse
UserProfileServiceImpl. 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 class
NewUserProfileRequestModel
-
Uses of UserProfileRequestModel in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type UserProfileRequestModel Modifier and Type Method Description SaveTemplateProfileResponse
ActivitiService. initiateEditUserWorkflow(UserProfileRequestModel request)
SaveTemplateProfileResponse
ActivitiServiceImpl. initiateEditUserWorkflow(UserProfileRequestModel request)
SaveTemplateProfileResponse
ActivitiService. initiateUserAcceptedInviteWorkflow(UserProfileRequestModel request)
SaveTemplateProfileResponse
ActivitiServiceImpl. 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 SaveTemplateProfileResponse
UserDataWebService. saveUserProfile(UserProfileRequestModel request)
Saves a User ProfileSaveTemplateProfileResponse
UserDataWebServiceImpl. 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 MapperResponse
AbstractUserDisplayMapper. 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 SaveTemplateProfileResponse
ActivitiUserService. initiateEditUserWorkflow(UserProfileRequestModel request)
SaveTemplateProfileResponse
ActivitiUserService. 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 SaveTemplateProfileResponse
ActivitiUserServiceImpl. initiateEditUserWorkflow(UserProfileRequestModel model)
SaveTemplateProfileResponse
ActivitiUserServiceImpl. initiateUserAcceptedInviteWorkflow(UserProfileRequestModel model)
-