Uses of Class
org.openiam.bpm.util.ActivitiConstants
-
-
Uses of ActivitiConstants in org.openiam.bpm.util
Methods in org.openiam.bpm.util that return ActivitiConstants Modifier and Type Method Description static ActivitiConstants
ActivitiConstants. getByDeclarationName(String name)
static ActivitiConstants
ActivitiConstants. getByName(String name)
static ActivitiConstants
ActivitiConstants. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActivitiConstants[]
ActivitiConstants. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActivitiConstants in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return ActivitiConstants Modifier and Type Method Description protected ActivitiConstants
AbstractActivitiJob. getTargetVariable()
Methods in org.openiam.workflow.activiti.delegate.core with parameters of type ActivitiConstants Modifier and Type Method Description <T> T
AbstractActivitiJob. getObjectVariable(org.activiti.engine.delegate.DelegateExecution execution, ActivitiConstants key, Class<T> clazz)
<T> T
AbstractNotificationDelegate. getObjectVariable(Map<String,Object> executionVariables, ActivitiConstants key, Class<T> clazz)
String
AbstractActivitiJob. getStringVariable(org.activiti.engine.delegate.DelegateExecution execution, ActivitiConstants key)
String
AbstractNotificationDelegate. getStringVariable(Map<String,Object> executionVariables, ActivitiConstants key)
-
Uses of ActivitiConstants in org.openiam.workflow.activiti.delegate.user.access.request
Methods in org.openiam.workflow.activiti.delegate.user.access.request that return ActivitiConstants Modifier and Type Method Description protected ActivitiConstants
AcceptAccessRequestNotifierDelegate. getTargetVariable()
protected ActivitiConstants
AcceptPrivilegedAccessRequestNotifier. getTargetVariable()
protected ActivitiConstants
RejectAccessRequestNotifierDelegate. getTargetVariable()
protected ActivitiConstants
SendCreateAccessRequestDelegate. getTargetVariable()
-
Uses of ActivitiConstants in org.openiam.workflow.activiti.delegate.user.access.review
Methods in org.openiam.workflow.activiti.delegate.user.access.review that return ActivitiConstants Modifier and Type Method Description protected ActivitiConstants
AccessCertificationRequestDelegate. getTargetVariable()
protected ActivitiConstants
CompleteUserAccessReviewNotifierDelegate. getTargetVariable()
-
Uses of ActivitiConstants in org.openiam.workflow.activiti.delegate.user.edit
Methods in org.openiam.workflow.activiti.delegate.user.edit that return ActivitiConstants Modifier and Type Method Description protected ActivitiConstants
AcceptAddUserViaInviteNotifierDelegate. getTargetVariable()
protected ActivitiConstants
AcceptEditUserNotifierDelegate. getTargetVariable()
protected ActivitiConstants
AcceptTerminateUserNotifierDelegate. getTargetVariable()
protected ActivitiConstants
RejectAddUserViaInviteNotifierDelegate. getTargetVariable()
protected ActivitiConstants
RejectEditUserNotifierDelegate. getTargetVariable()
protected ActivitiConstants
RejectTerminateUserNotifierDelegate. getTargetVariable()
protected ActivitiConstants
SendCreateUserRequestDelegate. getTargetVariable()
protected ActivitiConstants
SendEditUserRequestDelegate. getTargetVariable()
-
Uses of ActivitiConstants in org.openiam.workflow.activiti.tasklistener
Methods in org.openiam.workflow.activiti.tasklistener that return ActivitiConstants Modifier and Type Method Description protected ActivitiConstants
RequestorCandiateTaskListener. getTargetVariable()
-