Uses of Interface
org.camunda.bpm.engine.variable.type.ValueType
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
TaskService
.-
Uses of ValueType in org.camunda.bpm.client.variable.impl
-
Uses of ValueType in org.camunda.bpm.client.variable.impl.type
-
Uses of ValueType in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionstatic VariableOrderProperty
VariableOrderProperty.forCaseExecutionVariable
(String variableName, ValueType valueType) static VariableOrderProperty
VariableOrderProperty.forCaseInstanceVariable
(String variableName, ValueType valueType) static VariableOrderProperty
VariableOrderProperty.forExecutionVariable
(String variableName, ValueType valueType) static VariableOrderProperty
VariableOrderProperty.forProcessInstanceVariable
(String variableName, ValueType valueType) static VariableOrderProperty
VariableOrderProperty.forTaskVariable
(String variableName, ValueType valueType) TaskQueryImpl.orderByCaseExecutionVariable
(String variableName, ValueType valueType) TaskQueryImpl.orderByCaseInstanceVariable
(String variableName, ValueType valueType) TaskQueryImpl.orderByExecutionVariable
(String variableName, ValueType valueType) TaskQueryImpl.orderByProcessVariable
(String variableName, ValueType valueType) TaskQueryImpl.orderByTaskVariable
(String variableName, ValueType valueType) static QueryProperty
VariableOrderProperty.typeToQueryProperty
(ValueType type) -
Uses of ValueType in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected boolean
VariableInstanceEntity.isObjectTyped
(ValueType newType, String oldTypeAsString) The engine should only remove byte arrays in case the type changes but keep it when old and new types are object. -
Uses of ValueType in org.camunda.bpm.engine.impl.variable
-
Uses of ValueType in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionAbstractTypedValueSerializer.getType()
TypedValueSerializer.getType()
TheVariableType
supported -
Uses of ValueType in org.camunda.bpm.engine.rest.dto.task
Modifier and TypeMethodDescriptionprotected ValueType
TaskQueryDto.getValueTypeByName
(String name, ProcessEngine engine) -
Uses of ValueType in org.camunda.bpm.engine.task
Modifier and TypeMethodDescriptionTaskQuery.orderByCaseExecutionVariable
(String variableName, ValueType valueType) Order by a task variable value of a certain type.TaskQuery.orderByCaseInstanceVariable
(String variableName, ValueType valueType) Order by a task variable value of a certain type.TaskQuery.orderByExecutionVariable
(String variableName, ValueType valueType) Order by an execution variable value of a certain type.TaskQuery.orderByProcessVariable
(String variableName, ValueType valueType) Order by a process instance variable value of a certain type.TaskQuery.orderByTaskVariable
(String variableName, ValueType valueType) Order by a task variable value of a certain type. -
Uses of ValueType in org.camunda.bpm.engine.variable.impl.type
Modifier and TypeClassDescriptionclass
class
Valuetype to save files from byte arrays, inputstreams or just files as process variables and retrieve them via anInputStream
.class
class
Implementation of the primitive variable value typesstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionAbstractValueTypeImpl.getParent()
PrimitiveValueTypeImpl.DoubleTypeImpl.getParent()
PrimitiveValueTypeImpl.IntegerTypeImpl.getParent()
PrimitiveValueTypeImpl.LongTypeImpl.getParent()
PrimitiveValueTypeImpl.ShortTypeImpl.getParent()
Modifier and TypeMethodDescriptionprotected IllegalArgumentException
AbstractValueTypeImpl.unsupportedConversion
(ValueType typeToConvertTo) -
Uses of ValueType in org.camunda.bpm.engine.variable.impl.value
-
Uses of ValueType in org.camunda.bpm.engine.variable.type
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Modifier and TypeMethodDescriptionValueType.getParent()
Gets the parent value type.ValueTypeResolver.typeForName
(String typeName) Modifier and TypeMethodDescriptionValueTypeResolver.getSubTypes
(ValueType type) Returns all (transitive) sub types of the provided type given they are not abstractModifier and TypeMethodDescriptionvoid
ValueTypeResolver.getSubTypes
(ValueType type) Returns all (transitive) sub types of the provided type given they are not abstract -
Uses of ValueType in org.camunda.bpm.engine.variable.value
-
Uses of ValueType in org.camunda.spin.plugin.variable.type
Modifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of ValueType in org.camunda.spin.plugin.variable.type.impl
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ValueType in org.camunda.spin.plugin.variable.value.impl
ModifierConstructorDescriptionSpinValueImpl
(org.camunda.spin.Spin<?> value, String serializedValue, String dataFormatName, boolean isDeserialized, ValueType type, boolean isTransient)