Uses of Enum Class
org.activiti.cloud.services.query.rest.filter.VariableType
Packages that use VariableType
Package
Description
-
Uses of VariableType in org.activiti.cloud.services.query.rest.exception
Constructors in org.activiti.cloud.services.query.rest.exception with parameters of type VariableType -
Uses of VariableType in org.activiti.cloud.services.query.rest.filter
Subclasses with type arguments of type VariableType in org.activiti.cloud.services.query.rest.filterMethods in org.activiti.cloud.services.query.rest.filter that return VariableTypeModifier and TypeMethodDescriptionstatic VariableTypeVariableType.fromString(String name) VariableFilter.type()Returns the value of thetyperecord component.static VariableTypeReturns the enum constant of this class with the specified name.static VariableType[]VariableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.activiti.cloud.services.query.rest.filter with parameters of type VariableTypeModifierConstructorDescriptionVariableFilter(String processDefinitionKey, String name, VariableType type, String value, FilterOperator operator) Creates an instance of aVariableFilterrecord class. -
Uses of VariableType in org.activiti.cloud.services.query.rest.payload
Methods in org.activiti.cloud.services.query.rest.payload that return VariableTypeModifier and TypeMethodDescriptionCloudRuntimeEntitySort.type()Returns the value of thetyperecord component.Constructors in org.activiti.cloud.services.query.rest.payload with parameters of type VariableTypeModifierConstructorDescriptionCloudRuntimeEntitySort(String field, String direction, boolean isProcessVariable, String processDefinitionKey, VariableType type) This constructor's purpose is to make deserialization of 'direction' case-insensitive.CloudRuntimeEntitySort(String field, org.springframework.data.domain.Sort.Direction direction, boolean isProcessVariable, String processDefinitionKey, VariableType type) Creates an instance of aCloudRuntimeEntitySortrecord class. -
Uses of VariableType in org.activiti.cloud.services.query.rest.specification
Fields in org.activiti.cloud.services.query.rest.specification with type parameters of type VariableTypeModifier and TypeFieldDescriptionprotected final Map<VariableType, Class<?>> SpecificationSupport.javaTypeMapping