Class SendEditUserRequestDelegate
- 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.entitlements.AbstractEntitlementsDelegate
-
- org.openiam.workflow.activiti.delegate.user.edit.SendEditUserRequestDelegate
-
- All Implemented Interfaces:
Serializable
,org.activiti.engine.delegate.BaseTaskListener
,org.activiti.engine.delegate.JavaDelegate
,org.activiti.engine.delegate.TaskListener
public class SendEditUserRequestDelegate extends AbstractEntitlementsDelegate
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.workflow.activiti.delegate.entitlements.AbstractEntitlementsDelegate
taskService
-
Fields inherited from class org.openiam.workflow.activiti.delegate.core.AbstractActivitiJob
LOG, scriptRunner
-
Fields inherited from class org.openiam.workflow.activiti.delegate.core.AbstractNotificationDelegate
accessRightQueue, activitiApproverAssociationHelper, activitiDataService, activitiSearchTaskService, activitiTaskService, auditLogHelper, authManagerMQService, contentProviderQueue, customNotificationGroovyScript, groupRabbitMQService, loginMQService, mailRabbitMQService, managedSysCache, managedSystemRabbitMQService, metadataTypeRabbitMQService, organizationRabbitMQService, passwordQueue, propertyValueService, provisionQueue, rabbitMQSender, resourceRabbitMQService, roleRabbitMQService, userActivationUri, userRabbitMQService
-
-
Constructor Summary
Constructors Constructor Description SendEditUserRequestDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(org.activiti.engine.delegate.DelegateExecution execution)
protected ActivitiConstants
getTargetVariable()
-
Methods inherited from class org.openiam.workflow.activiti.delegate.entitlements.AbstractEntitlementsDelegate
autoApprove, handleRequestDelegationToAlternateContact, initiateManualTaskForRevocation
-
Methods inherited from class org.openiam.workflow.activiti.delegate.core.AbstractActivitiJob
doNotify, execute, getAccessRights, getAssociationId, getComment, getContentProviderId, getDueDate, getEndDate, getExecutorId, getGroup, getLanguageId, getLocale, getMemberAssociationId, getObjectVariable, getOrganization, getParentAuditLogId, getRequestorId, getRequestType, getResource, getRole, getStartDate, getStringVariable, getSupervisorsForUser, getTargetUserId, 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
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(org.activiti.engine.delegate.DelegateExecution execution)
- Overrides:
doExecute
in classAbstractEntitlementsDelegate
-
getTargetVariable
protected ActivitiConstants getTargetVariable()
- Overrides:
getTargetVariable
in classAbstractActivitiJob
-
-