Uses of Class
org.openiam.idm.srvc.user.dto.User
-
-
Uses of User in org.openiam.am.srvc.groovy
Methods in org.openiam.am.srvc.groovy with parameters of type User Modifier and Type Method Description default MailContentCustomMailConfigHelper. customizeEmailContent(User user, List<NotificationParam> notificationParamList, AuditLogBuilder auditLogBuilder)Customizes the email content based on the user, notification parameters, and audit log information.booleanRefreshUserIdentityHelper. resyncIdentity(User user, String managedSysId) -
Uses of User in org.openiam.base.request
Methods in org.openiam.base.request that return User Modifier and Type Method Description UserPasswordValidationRequest. getUser()Methods in org.openiam.base.request with parameters of type User Modifier and Type Method Description voidPasswordValidationRequest. setUser(User user)Constructors in org.openiam.base.request with parameters of type User Constructor Description BusinessRuleCheckCrudRequest(User object, BrConditionDto brConditionDto)BusinessRuleCrudRequest(User object, AttributeOperationEnum operation)UserCrudRequest(User object) -
Uses of User in org.openiam.base.response
Methods in org.openiam.base.response that return User Modifier and Type Method Description UserActivitiHistoricDetail. getAssigneeUser()UserActivitiHistoricDetail. getExecutor()UserActivitiHistoricDetail. getNewUser()UserActivitiHistoricDetail. getRequestorUser()Methods in org.openiam.base.response that return types with arguments of type User Modifier and Type Method Description List<User>ActivitiHistoricDetail. getCandidateUsers()List<User>ActivitiHistoricDetail. getCustomApprovers()Methods in org.openiam.base.response with parameters of type User Modifier and Type Method Description voidActivitiHistoricDetail. setAssigneeUser(User assigneeUser)voidActivitiHistoricDetail. setExecutor(User executor)voidActivitiHistoricDetail. setNewUser(User newUser)voidActivitiHistoricDetail. setRequestorUser(User requestorUser)voidTaskHistoryWrapper. setUserInfo(User user)Method parameters in org.openiam.base.response with type arguments of type User Modifier and Type Method Description voidActivitiHistoricDetail. setCandidateUsers(List<User> candidateUsers)voidActivitiHistoricDetail. setCustomApprovers(List<User> customApprovers) -
Uses of User in org.openiam.br.groovy
Methods in org.openiam.br.groovy with parameters of type User Modifier and Type Method Description voidIActionExecutor. perform(User user)booleanIConditionExecutor. perfrom(User u) -
Uses of User in org.openiam.br.service
Methods in org.openiam.br.service with parameters of type User Modifier and Type Method Description ConditionExplainResponseBusinessRuleEvaluationService. checkCondition(User data, BrConditionDto conditionDto)BooleanBusinessRuleEvaluationService. evaluate(User data, List<String> explanations, BrConditionDto conditionDto)static ExpressionResultBusinessRuleDataExtractor. match(User user, BusinessRuleExpressionAttribute attribute, BusinessRuleExpressionOperationEnum operation, Set<String> values)BusinessRuleEvaluationResponseBusinessRuleEvaluationService. processUser(List<BusinessRuleDto> dtos, User user, User oldUser, AttributeOperationEnum attributeOperationEnum, boolean deleteAfterEvaluation) -
Uses of User in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return User Modifier and Type Method Description UserUserRabbitMQService. getUser(String principal, String managedSystemId, UserCollection[] dependants)UserUserRabbitMQService. getUser(String userId, UserCollection[] dependants)Fetches a user by id from the database.UserUserRabbitMQService. suggestById(String id)Fetches a user by id from elasticsearch.Methods in org.openiam.common.beans.mq that return types with arguments of type User Modifier and Type Method Description List<User>UserRabbitMQService. findBeans(UserSearchBean sb, UserCollection[] dependants, int from, int size)Methods in org.openiam.common.beans.mq with parameters of type User Modifier and Type Method Description ResponseUserRabbitMQService. deleteUser(User user) -
Uses of User in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return User Modifier and Type Method Description UserIncompleteUserDocToEntityConverter. convertToDTO(IncompleteSelfRegistrationUserDoc doc)UserUserDocToEntityConverter. convertToDTO(UserDoc doc)protected UserIncompleteUserDocToEntityConverter. newDTO()protected UserUserDocToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type User Modifier and Type Method Description Class<User>IncompleteUserDocToEntityConverter. getDTOClass()Class<User>UserDocToEntityConverter. getDTOClass() -
Uses of User in org.openiam.email.model
Methods in org.openiam.email.model that return User Modifier and Type Method Description UserEmailTaskRequest. getRequestorUser()UserEmailTaskRequest. getTargetUser()Methods in org.openiam.email.model with parameters of type User Modifier and Type Method Description voidEmailTaskRequest. setRequestorUser(User requestorUser)voidEmailTaskRequest. setTargetUser(User targetUser) -
Uses of User in org.openiam.esb.am.service
Fields in org.openiam.esb.am.service declared as User Modifier and Type Field Description protected UserAuthResourceAttributeMapper. userMethods in org.openiam.esb.am.service that return User Modifier and Type Method Description UserAuthResourceAttributeMapper. getUser()Methods in org.openiam.esb.am.service with parameters of type User Modifier and Type Method Description voidAuthResourceAttributeMapper. init(User user) -
Uses of User in org.openiam.esb.core.batch.tasks
Methods in org.openiam.esb.core.batch.tasks that return types with arguments of type User Modifier and Type Method Description protected List<User>AccessCertificationHelper. getData(UserSearchBean userSearchBean, int from, int size) -
Uses of User in org.openiam.esb.core.batch.tasks.implementation
Methods in org.openiam.esb.core.batch.tasks.implementation that return types with arguments of type User Modifier and Type Method Description abstract List<User>AbstractLeaverProcess. getUsers(int daysBeforeLeaver)Get users by before last dateMethods in org.openiam.esb.core.batch.tasks.implementation with parameters of type User Modifier and Type Method Description abstract voidAbstractActivateProcess. activate(User user, String auditLogId)Activate a userabstract voidAbstractLeaverProcess. perform(User users)Disable users -
Uses of User in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return User Modifier and Type Method Description UserUserDozerConverter. convertDTO(User entity, boolean isDeep)UserUserDozerConverter. convertToDTO(UserEntity userEntity, boolean isDeep)UserUserDozerConverter. convertToDTO(UserEntity userEntity, UserCollection... mappings)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type User Modifier and Type Method Description List<User>UserDozerConverter. convertToDTOList(List<UserEntity> list, boolean isDeep)List<User>UserDozerConverter. convertToDTOList(List<UserEntity> list, UserCollection... mappings)Set<User>UserDozerConverter. convertToDTOSet(Set<UserEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type User Modifier and Type Method Description UserUserDozerConverter. convertDTO(User entity, boolean isDeep)UserEntityUserDozerConverter. convertToEntity(User dto, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type User Modifier and Type Method Description List<UserEntity>UserDozerConverter. convertToEntityList(List<User> list, boolean isDeep)Set<UserEntity>UserDozerConverter. convertToEntitySet(Set<User> set, boolean isDeep) -
Uses of User in org.openiam.esb.core.meta.service.impl
Methods in org.openiam.esb.core.meta.service.impl with parameters of type User Modifier and Type Method Description voidDefaultUserCustomValidator. isValid(User user) -
Uses of User in org.openiam.esb.core.service.impl
Method parameters in org.openiam.esb.core.service.impl with type arguments of type User Modifier and Type Method Description voidAccessRightProcessor. process(UserSearchBean searchBean, List<User> dtoList) -
Uses of User in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider with parameters of type User Modifier and Type Method Description voidUseTemplateProvider. validate(User dto) -
Uses of User in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return User Modifier and Type Method Description UserUserDataService. getUserDto(String id)Gets User object for given user id.UserUserDataService. getUserDto(String id, UserCollection... dependants)Gets User object for given user id.UserUserDataService. getUserDtoByPrincipal(String principal, String managedSysId, UserCollection... dependants)Returns a User object that is associated with the principal.UserUserDataService. save(ProvisionUser pUser, UserCollection[] dependants)This method saves a user Do NOT call this method directly.UserUserDataService. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)UserUserDataService. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants)UserUserDataService. save(ProvisionUser pUser, UserRequestModel request, UserCollection[] dependants, boolean isCalledByProvisioning)This method saves a templated user Do NOT call this method directly.UserUserDataService. suggestById(String id)Gets User object for given user id from elasticsearchMethods in org.openiam.esb.core.user.service that return types with arguments of type User Modifier and Type Method Description List<User>UserDataService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)Fetches a list of users from a csv file based on the provided BulkPasswordResetConfig.List<User>UserDataService. getUserDtoBetweenCreateDate(Date fromDate, Date toDate)Deprecated.List<User>UserDataService. getUserDtoBetweenLastDate(Date fromDate, Date toDate)Deprecated.List<User>UserDataService. getUserDtoBetweenStartDate(Date fromDate, Date toDate)Deprecated.List<User>UserDataService. getUserDtoByLastDate(Date lastDate)Deprecated.Methods in org.openiam.esb.core.user.service with parameters of type User Modifier and Type Method Description voidUserDataService. acceptITPolicy(User user)Deprecated. -
Uses of User in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return User Modifier and Type Method Description UserUserMgr. getUserDto(String id)UserUserMgr. getUserDto(String id, UserCollection... dependants)UserUserMgr. getUserDtoByPrincipal(String principal, String managedSysId, UserCollection... dependants)UserUserMgr. save(ProvisionUser pUser, UserCollection[] dependants)Do NOT call this method directly.UserUserMgr. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)Do NOT call this method directly.UserUserMgr. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants)Do NOT call this method directly.UserUserMgr. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants, boolean isCalledByProvisioning)Do NOT call this method directly.UserUserMgr. suggestById(String id)Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type User Modifier and Type Method Description List<User>UserMgr. fetchUsersFromCSVFile(BulkPasswordResetConfig bulkPasswordResetConfig)Retrieves a list of user data from a csv file based on the provided BulkPasswordResetConfig.List<User>UserMgr. getUserDtoBetweenCreateDate(Date fromDate, Date toDate)List<User>UserMgr. getUserDtoBetweenLastDate(Date fromDate, Date toDate)List<User>UserMgr. getUserDtoBetweenStartDate(Date fromDate, Date toDate)List<User>UserMgr. getUserDtoByLastDate(Date lastDate)Methods in org.openiam.esb.core.user.service.impl with parameters of type User Modifier and Type Method Description voidUserMgr. acceptITPolicy(User user)Deprecated. -
Uses of User in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils with parameters of type User Modifier and Type Method Description voidIUserConverter. convertUserType(User targetUser, User sourceUser, String newMdType)voidIUserConverter. validateUserConversion(User user, User sourceUser, String newTypeId) -
Uses of User in org.openiam.idm.groovy
Methods in org.openiam.idm.groovy with parameters of type User Modifier and Type Method Description voidDefaultConnectorResponseListenerHandler. notify(AbstractConnectorResponse connectorResponse, User user, AuditLogBuilder auditLogBuilder) -
Uses of User in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user that return User Modifier and Type Method Description protected UserAbstractUserPasswordProvisionOperation. getUser(PasswordSync object)protected UserAbstractUserProvisionOperation. getUser(String userId, boolean throwExceptionIfUserNotFound, UserCollection... dependencies)protected UserAbstractUserProvisionOperation. getUser(String principal, String managedSystemId, UserCollection... dependencies)protected UserAbstractUserProvisionOperation. save(ProvisionUser pUser, UserCollection[] dependants)Methods in org.openiam.idm.provisioning.service.user with parameters of type User Modifier and Type Method Description protected voidAbstractUserPasswordProvisionOperation. sendActivationLink(User user, Login login, String notificationType)protected voidAbstractUserPasswordProvisionOperation. sendResetPasswordToUser(User user, Login identity, String password, PasswordSync passwordSync) -
Uses of User in org.openiam.idm.srvc.org.dto
Methods in org.openiam.idm.srvc.org.dto that return User Modifier and Type Method Description UserOrganizationUserDTO. getUser()Methods in org.openiam.idm.srvc.org.dto with parameters of type User Modifier and Type Method Description voidOrganizationUserDTO. setUser(User user) -
Uses of User in org.openiam.idm.srvc.role.dto
Fields in org.openiam.idm.srvc.role.dto declared as User Modifier and Type Field Description protected UserUserSet.UserObj. userMethods in org.openiam.idm.srvc.role.dto that return User Modifier and Type Method Description UserUserSet.UserObj. getUser()Gets the value of the role property.Methods in org.openiam.idm.srvc.role.dto that return types with arguments of type User Modifier and Type Method Description Set<User>UserSetAdapter. unmarshal(UserSet v)Methods in org.openiam.idm.srvc.role.dto with parameters of type User Modifier and Type Method Description voidUserSet.UserObj. setUser(User value)Sets the value of the role property.Method parameters in org.openiam.idm.srvc.role.dto with type arguments of type User Modifier and Type Method Description UserSetUserSetAdapter. marshal(Set<User> b) -
Uses of User in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto that return User Modifier and Type Method Description UserCreateAccessRequestModel. getTargetObject()protected UserUser. updateAttributes(Map<String,UserAttribute> attrMap)Methods in org.openiam.idm.srvc.user.dto with parameters of type User Modifier and Type Method Description voidUser. addSupervisor(User superiorUser, MetadataType type)voidUser. mergeUser(User newData)method is used to merge user data during its trasfer during selfreg stepsvoidCreateAccessRequestModel. setTargetObject(User user)voidUser. updateUser(User newUser)Constructors in org.openiam.idm.srvc.user.dto with parameters of type User Constructor Description Supervisor(User employee, User supervisor)Supervisor(User employee, User supervisor, MetadataType type)User(User obj) -
Uses of User in org.openiam.provision.dto
Subclasses of User in org.openiam.provision.dto Modifier and Type Class Description classProvisionUserProvisionUser is the user object used by the provisioning service.Methods in org.openiam.provision.dto that return User Modifier and Type Method Description UserProvisionUser. getUser()Constructors in org.openiam.provision.dto with parameters of type User Constructor Description ProvisionUser(User user) -
Uses of User in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return User Modifier and Type Method Description UserUserDataWebService. getUserByPrincipal(String principal, String managedSysId, UserCollection[] dependants)Find a User based on his principal, security domain, and the managed systemUserUserDataWebServiceImpl. getUserByPrincipal(String principal, String managedSysId, UserCollection[] dependants)Methods in org.openiam.srvc.user that return types with arguments of type User Modifier and Type Method Description List<User>UserDataWebService. getUserBetweenCreateDate(Date fromDate, Date toDate)Deprecated.As of 4.2.1.4 has fix in findBeans please useUserDataWebService.findBeans(UserSearchBean, UserCollection[], int, int)instead.List<User>UserDataWebServiceImpl. getUserBetweenCreateDate(Date fromDate, Date toDate)List<User>UserDataWebService. getUserBetweenLastDate(Date fromDate, Date toDate)Deprecated.As of 4.2.1.4 has fix in findBeans please useUserDataWebService.findBeans(UserSearchBean, UserCollection[], int, int)instead.List<User>UserDataWebServiceImpl. getUserBetweenLastDate(Date fromDate, Date toDate)List<User>UserDataWebService. getUserBetweenStartDate(Date fromDate, Date toDate)Deprecated.As of 4.2.1.4 has fix in findBeans please useList<User>UserDataWebServiceImpl. getUserBetweenStartDate(Date fromDate, Date toDate)List<User>UserDataWebService. getUserByLastDate(Date lastDate)Deprecated.As of 4.2.1.4 has fix in findBeans please useUserDataWebService.findBeans(UserSearchBean, UserCollection[], int, int)instead.List<User>UserDataWebServiceImpl. getUserByLastDate(Date lastDate)Deprecated. -
Uses of User in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service with type parameters of type User Modifier and Type Field Description protected HashMap<String,User>AbstractTransformScript. usersByIdprotected HashMap<String,User>AbstractTransformScript. usersByLoginMethods in org.openiam.sync.service.impl.service that return User Modifier and Type Method Description protected UserAbstractTransformScript. getUserByAttribute(String attributeName, String attributeValue)Retrieves a user by an attribute name and value.protected UserAbstractTransformScript. getUserById(String id)Retrieves a user by their ID.protected UserAbstractTransformScript. getUserByLogin(String login)Retrieves a user by their primary login ID.protected UserAbstractTransformScript. getUserByLogin(String login, String mSysId)Retrieves a user by their login ID and managed system ID. -
Uses of User in org.openiam.workflow.activiti.custom
Methods in org.openiam.workflow.activiti.custom that return User Modifier and Type Method Description UserTargetUserHandler. getNullableResult(CallableStatement cs, int columnIndex)UserTargetUserHandler. getNullableResult(ResultSet rs, int columnIndex)UserTargetUserHandler. getNullableResult(ResultSet rs, String columnName)Methods in org.openiam.workflow.activiti.custom with parameters of type User Modifier and Type Method Description voidTargetUserHandler. setNonNullParameter(PreparedStatement ps, int i, User parameter, org.apache.ibatis.type.JdbcType jdbcType) -
Uses of User in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return User Modifier and Type Method Description protected UserAbstractActivitiJob. getUser(String userId, UserCollection... dependencies)protected UserAbstractActivitiJob. suggestUserById(String userId)Methods in org.openiam.workflow.activiti.delegate.core with parameters of type User Modifier and Type Method Description Set<String>ActivitiApproverAssociationHelper. calculateAdminsForApplication(ApproverAssociation associationEntity, User user)Map<Set<String>,Boolean>ActivitiApproverAssociationHelper. calculateAdminsForEntitlementsOfUser(User user)Set<String>ActivitiApproverAssociationHelper. calculateOwnersForApplication(ApproverAssociation associationEntity, User user)Map<Set<String>,Boolean>ActivitiApproverAssociationHelper. calculateOwnersForEntitlementsOfUser(User user)protected voidAbstractNotificationDelegate. fillCommonNotificationParams(User toNotify, List<NotificationParam> notificationParams, String targetUserDisplay, String targetUserLogin, String supervisorDisplayName, String supervisorLogin, String domain, Map<String,Object> executionVariables, String processInstanceId)protected voidAbstractNotificationDelegate. fillUpAudit(Map<String,Object> executionValues, User user, String notificationType)protected List<String>AbstractActivitiJob. getSupervisorsForUser(User user)User must come from DB with UserCollection Supervisorprotected List<String>AbstractNotificationDelegate. getSupervisorsForUser(User user)User must be fetched from DB with UserCollection SupervisorbooleanActivitiApproverAssociationHelper. isRequestDelegated(User user)This method is to check whether the task will get delegated to delegatee or to remain with the current approverSet<String>ActivitiApproverAssociationHelper. obtainTargetApplicationIds(ApproverAssociation associationEntity, User user)abstract voidAbstractNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login)abstract voidAbstractNotificationDelegate. sendEmail(String notificationType, Map<String,Object> executionValues, User requester, User newUser, String userId, String email, String identity, String password, NewUserProfileRequestModel profileRequestModel)abstract voidAbstractNotificationDelegate. sendEmails(Map<String,Object> executionValues, User requestor, User newUser, String notificationType, Set<String> userIds, Set<String> emailAddresses, NewUserProfileRequestModel request)abstract voidAbstractNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String processInstanceId)abstract voidAbstractNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String notificationType, String processInstanceId)voidNotificationHelper. sendNotification(User toNotify, User requestor, TaskWrapper taskWrapper, String notificationType, CreateAccessRequestModel model)abstract voidAbstractNotificationDelegate. sendNotificationRequestNewHire(User user, User requester, Map<String,Object> executionValues, NewUserProfileRequestModel profileModel, String processInstanceId)abstract voidAbstractNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String processInstanceId)abstract voidAbstractNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String notificationType, String processInstanceId)Method parameters in org.openiam.workflow.activiti.delegate.core with type arguments of type User Modifier and Type Method Description ApproveBeanActivitiApproverAssociationHelper. getDefaultApproveStep(List<String> approverUserIds, String assigneeId, Function<String,User> mapper)Same as getDefaultApproveStep(approverUserIds, assigneeId), except the caller can choose to include the approver Names or not -
Uses of User in org.openiam.workflow.activiti.delegate.entitlements
Methods in org.openiam.workflow.activiti.delegate.entitlements with parameters of type User Modifier and Type Method Description protected StringAbstractEntitlementsDelegate. initiateManualTaskForRevocation(String resourceId, User user, String requestorId, List<AbstractPolicyEntitlementsDTO> items) -
Uses of User in org.openiam.workflow.activiti.delegate.user.displaymapper
Methods in org.openiam.workflow.activiti.delegate.user.displaymapper with parameters of type User Modifier and Type Method Description MapperResponseAbstractUserDisplayMapper. getMetadataMap(UserProfileRequestModel request, User originalUser, org.activiti.engine.delegate.DelegateExecution execution) -
Uses of User in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy with parameters of type User Modifier and Type Method Description booleanRevokeAccessApproverAssociationIdentifier. isAccessible(String requesterId, User user)If requester is user or supervisor or managed system owner returns true, otherwise returns false.booleanRevokeAccessApproverAssociationIdentifier. isApplicable(String requesterId, User user)Method verifies if requester is allowed to revoke access, if yes returns true otherwise false method is used for authorization to perform revocationabstract voidIntegrateCreateUserRequestHelper. perform(User user, CreateAccessRequestModel createAccessRequestModel, Map<String,Object> taskVariables, AuditLogBuilder auditLogBuilder)voidDefaultNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login)voidDefaultNotificationDelegate. sendEmail(String notificationType, Map<String,Object> executionValues, User requester, User newUser, String userId, String email, String identity, String password, NewUserProfileRequestModel profileRequestModel)voidDefaultNotificationDelegate. sendEmails(Map<String,Object> executionValues, User requestor, User newUser, String notificationType, Set<String> userIds, Set<String> emailAddresses, NewUserProfileRequestModel request)voidDefaultNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String processInstanceId)voidDefaultNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String notificationType, String processInstanceId)voidDefaultNotificationDelegate. sendNotificationRequestNewHire(User user, User requester, Map<String,Object> executionValues, NewUserProfileRequestModel profileModel, String processInstanceId)voidDefaultNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String processInstanceId)voidDefaultNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String notificationType, String processInstanceId) -
Uses of User in org.openiam.workflow.activiti.utils
Methods in org.openiam.workflow.activiti.utils with parameters of type User Modifier and Type Method Description protected voidActivitiHelper. addTargetUserToVariables(Map<String,Object> variables, AuditLogBuilder idmAuditLog, User targetUser)voidBatchWorkflowUtils. initiainitiateRequestedPermissions(User reqUser, List<UserToRoleMembershipXref> reqRolesWithoutApproover, List<UserToGroupMembershipXref> reqGroupsWithoutApproover, List<UserToResourceMembershipXref> reqResourcesWithoutApproover, Map<String,ApproverListForPermission<MembershipXref>> reqPermissionWithApprover)
-