Uses of Interface
org.flowable.variable.api.types.VariableType
-
Packages that use VariableType Package Description org.flowable.variable.api.event org.flowable.variable.api.types -
-
Uses of VariableType in org.flowable.variable.api.event
Methods in org.flowable.variable.api.event that return VariableType Modifier and Type Method Description VariableTypeFlowableVariableEvent. getVariableType() -
Uses of VariableType in org.flowable.variable.api.types
Methods in org.flowable.variable.api.types that return VariableType Modifier and Type Method Description VariableTypeVariableTypes. findVariableType(Object value)VariableTypeVariableTypes. getVariableType(String typeName)Methods in org.flowable.variable.api.types with parameters of type VariableType Modifier and Type Method Description VariableTypesVariableTypes. addType(VariableType type)VariableTypesVariableTypes. addType(VariableType type, int index)Add type at the given index.default VariableTypesVariableTypes. addTypeBefore(VariableType type, String afterTypeName)Add the variable type before the type with the given name.intVariableTypes. getTypeIndex(VariableType type)VariableTypesVariableTypes. removeType(VariableType type)
-