Uses of Interface
org.camunda.bpm.engine.variable.type.ValueType
Packages that use 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
Fields in org.camunda.bpm.client.variable.impl declared as ValueTypeMethods in org.camunda.bpm.client.variable.impl that return ValueTypeConstructors in org.camunda.bpm.client.variable.impl with parameters of type ValueType -
Uses of ValueType in org.camunda.bpm.client.variable.impl.type
Classes in org.camunda.bpm.client.variable.impl.type that implement ValueType -
Uses of ValueType in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic VariableOrderPropertyVariableOrderProperty.forCaseExecutionVariable(String variableName, ValueType valueType) static VariableOrderPropertyVariableOrderProperty.forCaseInstanceVariable(String variableName, ValueType valueType) static VariableOrderPropertyVariableOrderProperty.forExecutionVariable(String variableName, ValueType valueType) static VariableOrderPropertyVariableOrderProperty.forProcessInstanceVariable(String variableName, ValueType valueType) static VariableOrderPropertyVariableOrderProperty.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 QueryPropertyVariableOrderProperty.typeToQueryProperty(ValueType type) Constructors in org.camunda.bpm.engine.impl with parameters of type ValueType -
Uses of ValueType in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected booleanVariableInstanceEntity.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
Fields in org.camunda.bpm.engine.impl.variable with type parameters of type ValueTypeMethods in org.camunda.bpm.engine.impl.variable that return ValueTypeMethods in org.camunda.bpm.engine.impl.variable that return types with arguments of type ValueTypeMethods in org.camunda.bpm.engine.impl.variable with parameters of type ValueType -
Uses of ValueType in org.camunda.bpm.engine.impl.variable.serializer
Fields in org.camunda.bpm.engine.impl.variable.serializer declared as ValueTypeMethods in org.camunda.bpm.engine.impl.variable.serializer that return ValueTypeModifier and TypeMethodDescriptionAbstractTypedValueSerializer.getType()TypedValueSerializer.getType()TheVariableTypesupportedConstructors in org.camunda.bpm.engine.impl.variable.serializer with parameters of type ValueType -
Uses of ValueType in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return ValueTypeModifier and TypeMethodDescriptionprotected ValueTypeTaskQueryDto.getValueTypeByName(String name, ProcessEngine engine) -
Uses of ValueType in org.camunda.bpm.engine.task
Methods in org.camunda.bpm.engine.task with parameters of type ValueTypeModifier 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
Classes in org.camunda.bpm.engine.variable.impl.type that implement ValueTypeModifier and TypeClassDescriptionclassclassValuetype to save files from byte arrays, inputstreams or just files as process variables and retrieve them via anInputStream.classclassImplementation of the primitive variable value typesstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.camunda.bpm.engine.variable.impl.type that return ValueTypeModifier and TypeMethodDescriptionAbstractValueTypeImpl.getParent()PrimitiveValueTypeImpl.DoubleTypeImpl.getParent()PrimitiveValueTypeImpl.IntegerTypeImpl.getParent()PrimitiveValueTypeImpl.LongTypeImpl.getParent()PrimitiveValueTypeImpl.ShortTypeImpl.getParent()Methods in org.camunda.bpm.engine.variable.impl.type with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected IllegalArgumentExceptionAbstractValueTypeImpl.unsupportedConversion(ValueType typeToConvertTo) -
Uses of ValueType in org.camunda.bpm.engine.variable.impl.value
Fields in org.camunda.bpm.engine.variable.impl.value declared as ValueTypeMethods in org.camunda.bpm.engine.variable.impl.value that return ValueTypeModifier and TypeMethodDescriptionAbstractTypedValue.getType()FileValueImpl.getType()NullValueImpl.getType()UntypedValueImpl.getType()Constructors in org.camunda.bpm.engine.variable.impl.value with parameters of type ValueType -
Uses of ValueType in org.camunda.bpm.engine.variable.type
Subinterfaces of ValueType in org.camunda.bpm.engine.variable.typeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in org.camunda.bpm.engine.variable.type that return ValueTypeModifier and TypeMethodDescriptionValueType.getParent()Gets the parent value type.ValueTypeResolver.typeForName(String typeName) Methods in org.camunda.bpm.engine.variable.type that return types with arguments of type ValueTypeModifier and TypeMethodDescriptionValueTypeResolver.getSubTypes(ValueType type) Returns all (transitive) sub types of the provided type given they are not abstractMethods in org.camunda.bpm.engine.variable.type with parameters of type ValueTypeModifier and TypeMethodDescriptionvoidValueTypeResolver.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
Methods in org.camunda.bpm.engine.variable.value that return ValueType -
Uses of ValueType in org.camunda.spin.plugin.variable.type
Subinterfaces of ValueType in org.camunda.spin.plugin.variable.typeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of ValueType in org.camunda.spin.plugin.variable.type.impl
Classes in org.camunda.spin.plugin.variable.type.impl that implement ValueTypeModifier and TypeClassDescriptionclassclassclass -
Uses of ValueType in org.camunda.spin.plugin.variable.value.impl
Constructors in org.camunda.spin.plugin.variable.value.impl with parameters of type ValueTypeModifierConstructorDescriptionSpinValueImpl(Spin<?> value, String serializedValue, String dataFormatName, boolean isDeserialized, ValueType type, boolean isTransient)