Uses of Class
org.activiti.spring.process.model.VariableDefinition
-
Packages that use VariableDefinition Package Description org.activiti.spring.process.model org.activiti.spring.process.variable -
-
Uses of VariableDefinition in org.activiti.spring.process.model
Methods in org.activiti.spring.process.model that return VariableDefinition Modifier and Type Method Description VariableDefinitionExtension. getProperty(java.lang.String propertyUUID)VariableDefinitionExtension. getPropertyByName(java.lang.String name)Methods in org.activiti.spring.process.model that return types with arguments of type VariableDefinition Modifier and Type Method Description java.util.Map<java.lang.String,VariableDefinition>Extension. getProperties()Method parameters in org.activiti.spring.process.model with type arguments of type VariableDefinition Modifier and Type Method Description voidExtension. setProperties(java.util.Map<java.lang.String,VariableDefinition> properties) -
Uses of VariableDefinition in org.activiti.spring.process.variable
Methods in org.activiti.spring.process.variable with parameters of type VariableDefinition Modifier and Type Method Description java.lang.ObjectVariableParsingService. parse(VariableDefinition variableDefinition)booleanVariableValidationService. validate(java.lang.Object var, VariableDefinition variableDefinition)java.util.List<org.activiti.engine.ActivitiException>VariableValidationService. validateWithErrors(java.lang.Object var, VariableDefinition variableDefinition)
-