Uses of Class
org.activiti.spring.process.variable.types.VariableType
Packages that use VariableType
Package
Description
-
Uses of VariableType in org.activiti.spring.process
Constructor parameters in org.activiti.spring.process with type arguments of type VariableTypeModifierConstructorDescriptionProcessExtensionResourceReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Map<String, VariableType> variableTypeMap) -
Uses of VariableType in org.activiti.spring.process.conf
Methods in org.activiti.spring.process.conf that return types with arguments of type VariableTypeModifier and TypeMethodDescriptionProcessExtensionsAutoConfiguration.variableTypeMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper, DateFormatterProvider dateFormatterProvider) Method parameters in org.activiti.spring.process.conf with type arguments of type VariableTypeModifier and TypeMethodDescriptionProcessExtensionsAutoConfiguration.processExtensionResourceReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Map<String, VariableType> variableTypeMap) ProcessExtensionsAutoConfiguration.variableParsingService(Map<String, VariableType> variableTypeMap) ProcessExtensionsAutoConfiguration.variableValidationService(Map<String, VariableType> variableTypeMap) -
Uses of VariableType in org.activiti.spring.process.variable
Constructor parameters in org.activiti.spring.process.variable with type arguments of type VariableTypeModifierConstructorDescriptionVariableParsingService(Map<String, VariableType> variableTypeMap) VariableValidationService(Map<String, VariableType> variableTypeMap) -
Uses of VariableType in org.activiti.spring.process.variable.types
Subclasses of VariableType in org.activiti.spring.process.variable.typesModifier and TypeClassDescriptionclassBasic date type for setting default date values for vars in extension jsonclassFor defining types to match json extension files where types correspond to java classesclass