Uses of Class
org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper.ExpressionType
-
Packages that use BpmnDeploymentHelper.ExpressionType Package Description org.activiti.engine.impl.bpmn.deployer -
-
Uses of BpmnDeploymentHelper.ExpressionType in org.activiti.engine.impl.bpmn.deployer
Methods in org.activiti.engine.impl.bpmn.deployer that return BpmnDeploymentHelper.ExpressionType Modifier and Type Method Description static BpmnDeploymentHelper.ExpressionTypeBpmnDeploymentHelper.ExpressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static BpmnDeploymentHelper.ExpressionType[]BpmnDeploymentHelper.ExpressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.engine.impl.bpmn.deployer with parameters of type BpmnDeploymentHelper.ExpressionType Modifier and Type Method Description protected voidBpmnDeploymentHelper. addAuthorizationsFromIterator(CommandContext commandContext, List<String> expressions, ProcessDefinitionEntity processDefinition, BpmnDeploymentHelper.ExpressionType expressionType)
-