Uses of Interface
org.camunda.bpm.engine.variable.value.TypedValue

Packages that use TypedValue
org.camunda.bpm.engine Public API of the camunda BPM engine.

Typical usage of the API starts by the creation of a ProcessEngineConfiguration (typically based on a configuration file), from which a ProcessEngine can be obtained.

Through the services obtained from such a ProcessEngine, BPM and workflow operation can be executed:

RepositoryService: Manages Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.
 
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.camunda.bpm.engine.form Classes related to the FormService
org.camunda.bpm.engine.history Classes related to the HistoryService
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn   
org.camunda.bpm.engine.impl.cmmn.cmd   
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.form   
org.camunda.bpm.engine.impl.form.engine   
org.camunda.bpm.engine.impl.form.type   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.variable   
org.camunda.bpm.engine.impl.variable.listener   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.impl.variable.serializer.jpa   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
org.camunda.bpm.engine.variable   
org.camunda.bpm.engine.variable.type   
org.camunda.bpm.engine.variable.value   
org.camunda.bpm.engine.variable.value.builder   
 

Uses of TypedValue in org.camunda.bpm.engine
 

Methods in org.camunda.bpm.engine with type parameters of type TypedValue
<T extends TypedValue>
T
RuntimeService.getVariableLocalTyped(String executionId, String variableName)
          Returns a TypedValue for the variable.
<T extends TypedValue>
T
CaseService.getVariableLocalTyped(String caseExecutionId, String variableName)
          The variable value for an case execution.
<T extends TypedValue>
T
TaskService.getVariableLocalTyped(String taskId, String variableName)
          Get a variables and only search in the task scope.
<T extends TypedValue>
T
RuntimeService.getVariableLocalTyped(String executionId, String variableName, boolean deserializeValue)
          Returns a TypedValue for the variable.
<T extends TypedValue>
T
CaseService.getVariableLocalTyped(String caseExecutionId, String variableName, boolean deserializeValue)
          The variable value for an case execution.
<T extends TypedValue>
T
TaskService.getVariableLocalTyped(String taskId, String variableName, boolean deserializeValue)
          Get a variables and only search in the task scope.
<T extends TypedValue>
T
RuntimeService.getVariableTyped(String executionId, String variableName)
          Returns a TypedValue for the variable.
<T extends TypedValue>
T
CaseService.getVariableTyped(String caseExecutionId, String variableName)
          Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).
<T extends TypedValue>
T
TaskService.getVariableTyped(String taskId, String variableName)
          Get a variables and search in the task scope and if available also the execution scopes.
<T extends TypedValue>
T
RuntimeService.getVariableTyped(String executionId, String variableName, boolean deserializeValue)
          Returns a TypedValue for the variable.
<T extends TypedValue>
T
CaseService.getVariableTyped(String caseExecutionId, String variableName, boolean deserializeValue)
          Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).
<T extends TypedValue>
T
TaskService.getVariableTyped(String taskId, String variableName, boolean deserializeValue)
          Get a variables and search in the task scope and if available also the execution scopes.
 

Uses of TypedValue in org.camunda.bpm.engine.delegate
 

Methods in org.camunda.bpm.engine.delegate with type parameters of type TypedValue
<T extends TypedValue>
T
VariableScope.getVariableLocalTyped(String variableName)
           
<T extends TypedValue>
T
VariableScope.getVariableLocalTyped(String variableName, boolean deserializeValue)
           
<T extends TypedValue>
T
VariableScope.getVariableTyped(String variableName)
           
<T extends TypedValue>
T
VariableScope.getVariableTyped(String variableName, boolean deserializeValue)
           
 

Uses of TypedValue in org.camunda.bpm.engine.form
 

Methods in org.camunda.bpm.engine.form that return TypedValue
 TypedValue FormField.getValue()
           
 

Uses of TypedValue in org.camunda.bpm.engine.history
 

Methods in org.camunda.bpm.engine.history that return TypedValue
 TypedValue HistoricVariableInstance.getTypedValue()
          Returns the TypedValue of this variable instance.
 TypedValue HistoricVariableUpdate.getTypedValue()
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as TypedValue
protected  TypedValue QueryVariableValue.value
           
 

Methods in org.camunda.bpm.engine.impl with type parameters of type TypedValue
<T extends TypedValue>
T
RuntimeServiceImpl.getVariableLocalTyped(String executionId, String variableName)
           
<T extends TypedValue>
T
TaskServiceImpl.getVariableLocalTyped(String taskId, String variableName)
           
<T extends TypedValue>
T
RuntimeServiceImpl.getVariableLocalTyped(String executionId, String variableName, boolean deserializeObjectValue)
           
<T extends TypedValue>
T
TaskServiceImpl.getVariableLocalTyped(String taskId, String variableName, boolean deserializeValue)
           
<T extends TypedValue>
T
RuntimeServiceImpl.getVariableTyped(String executionId, String variableName)
           
<T extends TypedValue>
T
TaskServiceImpl.getVariableTyped(String taskId, String variableName)
           
<T extends TypedValue>
T
RuntimeServiceImpl.getVariableTyped(String executionId, String variableName, boolean deserializeObjectValue)
           
<T extends TypedValue>
T
TaskServiceImpl.getVariableTyped(String taskId, String variableName, boolean deserializeValue)
           
protected
<T extends TypedValue>
T
TaskServiceImpl.getVariableTyped(String taskId, String variableName, boolean isLocal, boolean deserializeValue)
           
 

Methods in org.camunda.bpm.engine.impl that return TypedValue
 TypedValue QueryVariableValue.getTypedValue()
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type TypedValue
protected  TypedValueSerializer SingleQueryVariableValueCondition.determineSerializer(VariableSerializers serializers, TypedValue value)
           
 void SingleQueryVariableValueCondition.initializeValue(VariableSerializers serializers, TypedValue typedValue)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.cmd
 

Classes in org.camunda.bpm.engine.impl.cmd with type parameters of type TypedValue
 class GetExecutionVariableTypedCmd<T extends TypedValue>
           
 

Methods in org.camunda.bpm.engine.impl.cmd that return TypedValue
protected  TypedValue AbstractGetFormVariablesCmd.createVariable(FormField formField, VariableScope variableScope)
           
 TypedValue GetTaskVariableCmdTyped.execute(CommandContext commandContext)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.cmmn
 

Methods in org.camunda.bpm.engine.impl.cmmn with type parameters of type TypedValue
protected
<T extends TypedValue>
T
CaseServiceImpl.getCaseExecutionVariableTyped(String caseExecutionId, String variableName, boolean isLocal, boolean deserializeValue)
           
<T extends TypedValue>
T
CaseServiceImpl.getVariableLocalTyped(String caseExecutionId, String variableName)
           
<T extends TypedValue>
T
CaseServiceImpl.getVariableLocalTyped(String caseExecutionId, String variableName, boolean deserializeValue)
           
<T extends TypedValue>
T
CaseServiceImpl.getVariableTyped(String caseExecutionId, String variableName)
           
<T extends TypedValue>
T
CaseServiceImpl.getVariableTyped(String caseExecutionId, String variableName, boolean deserializeValue)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.cmmn.cmd
 

Methods in org.camunda.bpm.engine.impl.cmmn.cmd that return TypedValue
 TypedValue GetCaseExecutionVariableTypedCmd.execute(CommandContext commandContext)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.core.variable
 

Fields in org.camunda.bpm.engine.impl.core.variable with type parameters of type TypedValue
protected  Map<String,TypedValue> VariableMapImpl.variables
           
 

Methods in org.camunda.bpm.engine.impl.core.variable with type parameters of type TypedValue
<T extends TypedValue>
T
VariableMapImpl.getValueTyped(String name)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable that return TypedValue
 TypedValue CoreVariableInstance.getTypedValue(boolean deserializeValue)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable with parameters of type TypedValue
 VariableMap VariableMapImpl.putValueTyped(String name, TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.core.variable.scope
 

Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as TypedValue
protected  TypedValue SimpleVariableStore.SimpleVariableInstance.value
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope with type parameters of type TypedValue
<T extends TypedValue>
T
AbstractVariableScope.getVariableLocalTyped(String variableName)
           
<T extends TypedValue>
T
AbstractVariableScope.getVariableLocalTyped(String variableName, boolean deserializeValue)
           
<T extends TypedValue>
T
AbstractVariableScope.getVariableTyped(String variableName)
           
<T extends TypedValue>
T
AbstractVariableScope.getVariableTyped(String variableName, boolean deserializeValue)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope that return TypedValue
 TypedValue SimpleVariableStore.SimpleVariableInstance.getTypedValue(boolean deserialize)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type TypedValue
 void AbstractVariableStore.createOrUpdateVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void CoreVariableStore.createOrUpdateVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 CoreVariableInstance SimpleVariableStore.createVariableInstance(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
protected abstract  CoreVariableInstance AbstractVariableStore.createVariableInstance(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void SimpleVariableStore.SimpleVariableInstance.setValue(TypedValue value)
           
protected  void AbstractVariableScope.setVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope)
           
 void AbstractVariableScope.setVariableLocal(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void SimpleVariableStore.setVariableValue(CoreVariableInstance variableInstance, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
protected abstract  void AbstractVariableStore.setVariableValue(CoreVariableInstance variableInstance, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 

Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type TypedValue
SimpleVariableStore.SimpleVariableInstance(String name, TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.core.variable.type
 

Methods in org.camunda.bpm.engine.impl.core.variable.type that return TypedValue
 TypedValue AbstractValueTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 TypedValue PrimitiveValueTypeImpl.NullTypeImpl.createValue(Object value, Map<String,Object> valueInfo)
           
 TypedValue ObjectTypeImpl.createValue(Object value, Map<String,Object> valueInfo)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.type with parameters of type TypedValue
 boolean PrimitiveValueTypeImpl.DoubleTypeImpl.canConvertFromTypedValue(TypedValue typedValue)
           
 boolean PrimitiveValueTypeImpl.IntegerTypeImpl.canConvertFromTypedValue(TypedValue typedValue)
           
 boolean PrimitiveValueTypeImpl.LongTypeImpl.canConvertFromTypedValue(TypedValue typedValue)
           
 boolean PrimitiveValueTypeImpl.ShortTypeImpl.canConvertFromTypedValue(TypedValue typedValue)
           
 boolean AbstractValueTypeImpl.canConvertFromTypedValue(TypedValue typedValue)
           
 DoubleValue PrimitiveValueTypeImpl.DoubleTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 IntegerValue PrimitiveValueTypeImpl.IntegerTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 LongValue PrimitiveValueTypeImpl.LongTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 ShortValue PrimitiveValueTypeImpl.ShortTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 TypedValue AbstractValueTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 Map<String,Object> PrimitiveValueTypeImpl.getValueInfo(TypedValue typedValue)
           
 Map<String,Object> ObjectTypeImpl.getValueInfo(TypedValue typedValue)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.core.variable.value
 

Classes in org.camunda.bpm.engine.impl.core.variable.value that implement TypedValue
 class AbstractTypedValue<T>
           
 class NullValueImpl
          Untyped Null
 class ObjectValueImpl
           
 class PrimitiveTypeValueImpl<T>
           
static class PrimitiveTypeValueImpl.BooleanValueImpl
           
static class PrimitiveTypeValueImpl.BytesValueImpl
           
static class PrimitiveTypeValueImpl.DateValueImpl
           
static class PrimitiveTypeValueImpl.DoubleValueImpl
           
static class PrimitiveTypeValueImpl.IntegerValueImpl
           
static class PrimitiveTypeValueImpl.LongValueImpl
           
static class PrimitiveTypeValueImpl.NumberValueImpl
           
static class PrimitiveTypeValueImpl.ShortValueImpl
           
static class PrimitiveTypeValueImpl.StringValueImpl
           
 class UntypedValueImpl
          Used when the type of an object has not been specified by the user and needs to be autodetected.
 

Uses of TypedValue in org.camunda.bpm.engine.impl.el
 

Methods in org.camunda.bpm.engine.impl.el with type parameters of type TypedValue
<T extends TypedValue>
T
StartProcessVariableScope.getVariableLocalTyped(String variableName)
           
<T extends TypedValue>
T
StartProcessVariableScope.getVariableLocalTyped(String variableName, boolean deserializeObjectValue)
           
<T extends TypedValue>
T
StartProcessVariableScope.getVariableTyped(String variableName)
           
<T extends TypedValue>
T
StartProcessVariableScope.getVariableTyped(String variableName, boolean deserializeObjectValue)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.form
 

Fields in org.camunda.bpm.engine.impl.form declared as TypedValue
protected  TypedValue FormFieldImpl.value
           
 

Methods in org.camunda.bpm.engine.impl.form that return TypedValue
 TypedValue FormFieldImpl.getValue()
           
 

Methods in org.camunda.bpm.engine.impl.form with parameters of type TypedValue
 void FormFieldImpl.setValue(TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.form.engine
 

Methods in org.camunda.bpm.engine.impl.form.engine that return TypedValue
 TypedValue FormPropertyAdapter.getDefaultValueTyped()
           
 TypedValue FormPropertyAdapter.getValue()
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.form.type
 

Methods in org.camunda.bpm.engine.impl.form.type that return TypedValue
 TypedValue DateFormType.convertToFormValue(TypedValue modelValue)
           
 TypedValue SimpleFormFieldType.convertToFormValue(TypedValue propertyValue)
           
abstract  TypedValue AbstractFormFieldType.convertToFormValue(TypedValue propertyValue)
           
 TypedValue DateFormType.convertToModelValue(TypedValue propertyValue)
           
 TypedValue SimpleFormFieldType.convertToModelValue(TypedValue propertyValue)
           
abstract  TypedValue AbstractFormFieldType.convertToModelValue(TypedValue propertyValue)
           
 TypedValue StringFormType.convertValue(TypedValue propertyValue)
           
protected abstract  TypedValue SimpleFormFieldType.convertValue(TypedValue propertyValue)
           
 TypedValue LongFormType.convertValue(TypedValue propertyValue)
           
 TypedValue BooleanFormType.convertValue(TypedValue propertyValue)
           
 TypedValue EnumFormType.convertValue(TypedValue propertyValue)
           
 

Methods in org.camunda.bpm.engine.impl.form.type with parameters of type TypedValue
 TypedValue DateFormType.convertToFormValue(TypedValue modelValue)
           
 TypedValue SimpleFormFieldType.convertToFormValue(TypedValue propertyValue)
           
abstract  TypedValue AbstractFormFieldType.convertToFormValue(TypedValue propertyValue)
           
 TypedValue DateFormType.convertToModelValue(TypedValue propertyValue)
           
 TypedValue SimpleFormFieldType.convertToModelValue(TypedValue propertyValue)
           
abstract  TypedValue AbstractFormFieldType.convertToModelValue(TypedValue propertyValue)
           
 TypedValue StringFormType.convertValue(TypedValue propertyValue)
           
protected abstract  TypedValue SimpleFormFieldType.convertValue(TypedValue propertyValue)
           
 TypedValue LongFormType.convertValue(TypedValue propertyValue)
           
 TypedValue BooleanFormType.convertValue(TypedValue propertyValue)
           
 TypedValue EnumFormType.convertValue(TypedValue propertyValue)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as TypedValue
protected  TypedValue HistoricDetailVariableInstanceUpdateEntity.cachedValue
           
protected  TypedValue HistoricVariableInstanceEntity.cachedValue
           
protected  TypedValue VariableInstanceEntity.cachedValue
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return TypedValue
 TypedValue VariableInstanceEntity.getCachedValue()
           
 TypedValue HistoricDetailVariableInstanceUpdateEntity.getTypedValue()
           
 TypedValue HistoricVariableInstanceEntity.getTypedValue()
           
 TypedValue VariableInstanceEntity.getTypedValue()
           
 TypedValue HistoricDetailVariableInstanceUpdateEntity.getTypedValue(boolean deserializeValue)
           
 TypedValue HistoricVariableInstanceEntity.getTypedValue(boolean deserializeValue)
           
 TypedValue VariableInstanceEntity.getTypedValue(boolean deserializeValue)
           
 TypedValue VariableInstanceEntity.setValue(TypedValue value)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TypedValue
static VariableInstanceEntity VariableInstanceEntity.create(String name, TypedValue value)
           
static VariableInstanceEntity VariableInstanceEntity.createAndInsert(String name, TypedValue value)
           
 TypedValue VariableInstanceEntity.setValue(TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.variable
 

Methods in org.camunda.bpm.engine.impl.variable with parameters of type TypedValue
 CoreVariableInstance AbstractPersistentVariableStore.createVariableInstance(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void AbstractPersistentVariableStore.setVariableValue(CoreVariableInstance variableInstance, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.variable.listener
 

Fields in org.camunda.bpm.engine.impl.variable.listener declared as TypedValue
protected  TypedValue DelegateCaseVariableInstanceImpl.value
           
 

Methods in org.camunda.bpm.engine.impl.variable.listener that return TypedValue
 TypedValue DelegateCaseVariableInstanceImpl.getTypedValue()
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.variable.serializer
 

Classes in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type TypedValue
 class AbstractTypedValueSerializer<T extends TypedValue>
           
 interface TypedValueSerializer<T extends TypedValue>
          A TypedValueSerializer persists TypedValues of a given ValueType to provided ValueFields.
 

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type TypedValue
 boolean TypedValueSerializer.canHandle(TypedValue value)
          Used for auto-detecting the value type of a variable.
 boolean AbstractTypedValueSerializer.canHandle(TypedValue value)
           
protected  boolean PrimitiveValueSerializer.canWriteValue(TypedValue typedValue)
           
protected  boolean NullValueSerializer.canWriteValue(TypedValue value)
           
protected abstract  boolean AbstractTypedValueSerializer.canWriteValue(TypedValue value)
           
protected  boolean AbstractSerializableValueSerializer.canWriteValue(TypedValue typedValue)
           
 TypedValueSerializer VariableSerializers.findSerializerForValue(TypedValue value)
          Selects the TypedValueSerializer which should be used for persisting a VariableValue.
 TypedValueSerializer<?> DefaultVariableSerializers.findSerializerForValue(TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.impl.variable.serializer.jpa
 

Methods in org.camunda.bpm.engine.impl.variable.serializer.jpa with parameters of type TypedValue
protected  boolean JPAVariableSerializer.canWriteValue(TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.runtime
 

Methods in org.camunda.bpm.engine.runtime that return TypedValue
 TypedValue VariableInstance.getTypedValue()
          Returns the TypedValue of this variable instance.
 

Uses of TypedValue in org.camunda.bpm.engine.variable
 

Methods in org.camunda.bpm.engine.variable with type parameters of type TypedValue
<T extends TypedValue>
T
VariableMap.getValueTyped(String name)
           
 

Methods in org.camunda.bpm.engine.variable that return TypedValue
static TypedValue Variables.untypedNullValue()
           
static TypedValue Variables.untypedValue(Object value)
           
 

Methods in org.camunda.bpm.engine.variable with parameters of type TypedValue
 VariableMap VariableMap.putValueTyped(String name, TypedValue value)
           
 

Uses of TypedValue in org.camunda.bpm.engine.variable.type
 

Methods in org.camunda.bpm.engine.variable.type that return TypedValue
 TypedValue ValueType.convertFromTypedValue(TypedValue typedValue)
          Converts a typed value to a typed value of this type.
 TypedValue ValueType.createValue(Object value, Map<String,Object> valueInfo)
          Creates a new TypedValue using this type.
 

Methods in org.camunda.bpm.engine.variable.type with parameters of type TypedValue
 boolean ValueType.canConvertFromTypedValue(TypedValue typedValue)
          Determines whether the argument typed value can be converted to a typed value of this value type.
 TypedValue ValueType.convertFromTypedValue(TypedValue typedValue)
          Converts a typed value to a typed value of this type.
 Map<String,Object> ValueType.getValueInfo(TypedValue typedValue)
          Get the value info for a TypedValue.
 

Uses of TypedValue in org.camunda.bpm.engine.variable.value
 

Subinterfaces of TypedValue in org.camunda.bpm.engine.variable.value
 interface BooleanValue
          A PrimitiveValue corresponding to the Java type Boolean.
 interface BytesValue
          A PrimitiveValue corresponding to a Java byte array (byte[]).
 interface DateValue
          A PrimitiveValue corresponding to the Java type Date.
 interface DoubleValue
          A PrimitiveValue corresponding to the Java type Double.
 interface IntegerValue
          A PrimitiveValue corresponding to the Java type Integer.
 interface LongValue
          A PrimitiveValue corresponding to the Java type Long.
 interface NumberValue
           
 interface ObjectValue
          A typed value representing a Java Object.
 interface PrimitiveValue<T>
           
 interface SerializableValue
          A TypedValue for which a serialized value can be obtained and specified
 interface ShortValue
          A PrimitiveValue corresponding to the Java type Short.
 interface StringValue
          A PrimitiveValue corresponding to the Java type String.
 

Uses of TypedValue in org.camunda.bpm.engine.variable.value.builder
 

Classes in org.camunda.bpm.engine.variable.value.builder with type parameters of type TypedValue
 interface TypedValueBuilder<T extends TypedValue>
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.