Uses of Class
org.activiti.spring.process.model.VariableDefinition
Packages that use VariableDefinition
-
Uses of VariableDefinition in org.activiti.spring.process.model
Methods in org.activiti.spring.process.model that return VariableDefinitionModifier and TypeMethodDescriptionExtension.getProperty(String propertyUUID) Extension.getPropertyByName(String name) Methods in org.activiti.spring.process.model that return types with arguments of type VariableDefinitionMethod parameters in org.activiti.spring.process.model with type arguments of type VariableDefinitionModifier and TypeMethodDescriptionvoidExtension.setProperties(Map<String, VariableDefinition> properties) -
Uses of VariableDefinition in org.activiti.spring.process.variable
Methods in org.activiti.spring.process.variable with parameters of type VariableDefinitionModifier and TypeMethodDescriptionVariableParsingService.parse(VariableDefinition variableDefinition) booleanVariableValidationService.validate(Object var, VariableDefinition variableDefinition) List<org.activiti.engine.ActivitiException> VariableValidationService.validateWithErrors(Object var, VariableDefinition variableDefinition)