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 ActivitiConstantsActivitiConstants. getByDeclarationName(String name)static ActivitiConstantsActivitiConstants. getByName(String name)static ActivitiConstantsActivitiConstants. 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 ActivitiConstantsAbstractActivitiJob. getTargetVariable()Methods in org.openiam.workflow.activiti.delegate.core with parameters of type ActivitiConstants Modifier and Type Method Description <T> TAbstractActivitiJob. getObjectVariable(org.activiti.engine.delegate.DelegateExecution execution, ActivitiConstants key, Class<T> clazz)<T> TAbstractNotificationDelegate. getObjectVariable(Map<String,Object> executionVariables, ActivitiConstants key, Class<T> clazz)StringAbstractActivitiJob. getStringVariable(org.activiti.engine.delegate.DelegateExecution execution, ActivitiConstants key)StringAbstractNotificationDelegate. 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 ActivitiConstantsAcceptAccessRequestNotifierDelegate. getTargetVariable()protected ActivitiConstantsAcceptPrivilegedAccessRequestNotifier. getTargetVariable()protected ActivitiConstantsRejectAccessRequestNotifierDelegate. getTargetVariable()protected ActivitiConstantsSendCreateAccessRequestDelegate. 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 ActivitiConstantsAccessCertificationRequestDelegate. getTargetVariable()protected ActivitiConstantsCompleteUserAccessReviewNotifierDelegate. 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 ActivitiConstantsAcceptAddUserViaInviteNotifierDelegate. getTargetVariable()protected ActivitiConstantsAcceptEditUserNotifierDelegate. getTargetVariable()protected ActivitiConstantsAcceptTerminateUserNotifierDelegate. getTargetVariable()protected ActivitiConstantsRejectAddUserViaInviteNotifierDelegate. getTargetVariable()protected ActivitiConstantsRejectEditUserNotifierDelegate. getTargetVariable()protected ActivitiConstantsRejectTerminateUserNotifierDelegate. getTargetVariable()protected ActivitiConstantsSendCreateUserRequestDelegate. getTargetVariable()protected ActivitiConstantsSendEditUserRequestDelegate. 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 ActivitiConstantsRequestorCandiateTaskListener. getTargetVariable()
-