Class AbstractUserDisplayMapper
- java.lang.Object
-
- org.openiam.workflow.activiti.delegate.core.AbstractNotificationDelegate
-
- org.openiam.workflow.activiti.groovy.DefaultNotificationDelegate
-
- org.openiam.workflow.activiti.delegate.core.AbstractActivitiJob
-
- org.openiam.workflow.activiti.delegate.user.displaymapper.AbstractUserDisplayMapper
-
- All Implemented Interfaces:
Serializable
,org.activiti.engine.delegate.BaseTaskListener
,org.activiti.engine.delegate.JavaDelegate
,org.activiti.engine.delegate.TaskListener
- Direct Known Subclasses:
CreateUserRequestDisplayMapperDelegate
,EditUserDisplayMapperDelegate
,NewUserDisplayMapperDelegate
public abstract class AbstractUserDisplayMapper extends AbstractActivitiJob
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupRabbitMQService
groupMQService
protected MetadataTypeRabbitMQService
metadataMQService
protected OrganizationRabbitMQService
organizationMQService
protected RoleRabbitMQService
roleMQService
protected UserRabbitMQService
userMQService
-
Fields inherited from class org.openiam.workflow.activiti.delegate.core.AbstractActivitiJob
LOG, scriptRunner
-
Fields inherited from class org.openiam.workflow.activiti.groovy.DefaultNotificationDelegate
log
-
Fields inherited from class org.openiam.workflow.activiti.delegate.core.AbstractNotificationDelegate
accessRightQueue, activitiApproverAssociationHelper, activitiDataService, activitiSearchTaskService, activitiTaskService, auditLogHelper, authManagerMQService, contentProviderQueue, customNotificationGroovyScript, groupRabbitMQService, jacksonMapper, loginMQService, mailRabbitMQService, managedSysCache, managedSystemRabbitMQService, metadataTypeRabbitMQService, organizationRabbitMQService, passwordQueue, propertyValueService, provisionQueue, rabbitMQSender, resourceRabbitMQService, roleRabbitMQService, userActivationUri, userRabbitMQService
-
-
Constructor Summary
Constructors Constructor Description AbstractUserDisplayMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapperResponse
getMetadataMap(UserProfileRequestModel request, User originalUser, org.activiti.engine.delegate.DelegateExecution execution)
-
Methods inherited from class org.openiam.workflow.activiti.delegate.core.AbstractActivitiJob
doExecute, doNotify, execute, getAccessRights, getAssociationId, getComment, getContentProviderId, getDueDate, getEndDate, getExecutorId, getGroup, getLanguageId, getLocale, getMemberAssociationId, getObjectVariable, getOrganization, getParentAuditLogId, getRequestorId, getRequestType, getResource, getRole, getStartDate, getStringVariable, getSupervisorsForUser, getTargetUserId, getTargetVariable, getTaskDescription, getTaskName, getUser, getUserNotes, initiatePostRequestScript, instantiateNotificationGroovyClass, notify, populate, setDisplayMap, suggestUserById
-
Methods inherited from class org.openiam.workflow.activiti.groovy.DefaultNotificationDelegate
sendActivationLink, sendEmail, sendEmails, sendNotification, sendNotification, sendNotificationRequestNewHire, sendNotificationUserCentricRequest, sendNotificationUserCentricRequest
-
Methods inherited from class org.openiam.workflow.activiti.delegate.core.AbstractNotificationDelegate
fillCommonNotificationParams, fillUpAudit, getBaseURL, getNotificationType, getObjectVariable, getStringVariable
-
-
-
-
Field Detail
-
roleMQService
@Autowired protected RoleRabbitMQService roleMQService
-
groupMQService
@Autowired protected GroupRabbitMQService groupMQService
-
metadataMQService
@Autowired protected MetadataTypeRabbitMQService metadataMQService
-
organizationMQService
@Autowired protected OrganizationRabbitMQService organizationMQService
-
userMQService
@Autowired protected UserRabbitMQService userMQService
-
-
Method Detail
-
getMetadataMap
public MapperResponse getMetadataMap(UserProfileRequestModel request, User originalUser, org.activiti.engine.delegate.DelegateExecution execution)
-
-