|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TypedValue in org.camunda.bpm.engine |
|---|
| Methods in org.camunda.bpm.engine with type parameters of type TypedValue | ||
|---|---|---|
|
RuntimeService.getVariableLocalTyped(String executionId,
String variableName)
Returns a TypedValue for the variable. |
|
|
CaseService.getVariableLocalTyped(String caseExecutionId,
String variableName)
The variable value for an case execution. |
|
|
TaskService.getVariableLocalTyped(String taskId,
String variableName)
Get a variables and only search in the task scope. |
|
|
RuntimeService.getVariableLocalTyped(String executionId,
String variableName,
boolean deserializeValue)
Returns a TypedValue for the variable. |
|
|
CaseService.getVariableLocalTyped(String caseExecutionId,
String variableName,
boolean deserializeValue)
The variable value for an case execution. |
|
|
TaskService.getVariableLocalTyped(String taskId,
String variableName,
boolean deserializeValue)
Get a variables and only search in the task scope. |
|
|
RuntimeService.getVariableTyped(String executionId,
String variableName)
Returns a TypedValue for the variable. |
|
|
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). |
|
|
TaskService.getVariableTyped(String taskId,
String variableName)
Get a variables and search in the task scope and if available also the execution scopes. |
|
|
RuntimeService.getVariableTyped(String executionId,
String variableName,
boolean deserializeValue)
Returns a TypedValue for the variable. |
|
|
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). |
|
|
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 | ||
|---|---|---|
|
VariableScope.getVariableLocalTyped(String variableName)
|
|
|
VariableScope.getVariableLocalTyped(String variableName,
boolean deserializeValue)
|
|
|
VariableScope.getVariableTyped(String variableName)
|
|
|
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 | ||
|---|---|---|
|
RuntimeServiceImpl.getVariableLocalTyped(String executionId,
String variableName)
|
|
|
TaskServiceImpl.getVariableLocalTyped(String taskId,
String variableName)
|
|
|
RuntimeServiceImpl.getVariableLocalTyped(String executionId,
String variableName,
boolean deserializeObjectValue)
|
|
|
TaskServiceImpl.getVariableLocalTyped(String taskId,
String variableName,
boolean deserializeValue)
|
|
|
RuntimeServiceImpl.getVariableTyped(String executionId,
String variableName)
|
|
|
TaskServiceImpl.getVariableTyped(String taskId,
String variableName)
|
|
|
RuntimeServiceImpl.getVariableTyped(String executionId,
String variableName,
boolean deserializeObjectValue)
|
|
|
TaskServiceImpl.getVariableTyped(String taskId,
String variableName,
boolean deserializeValue)
|
|
protected
|
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
|
CaseServiceImpl.getCaseExecutionVariableTyped(String caseExecutionId,
String variableName,
boolean isLocal,
boolean deserializeValue)
|
|
|
CaseServiceImpl.getVariableLocalTyped(String caseExecutionId,
String variableName)
|
|
|
CaseServiceImpl.getVariableLocalTyped(String caseExecutionId,
String variableName,
boolean deserializeValue)
|
|
|
CaseServiceImpl.getVariableTyped(String caseExecutionId,
String variableName)
|
|
|
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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
AbstractVariableScope.getVariableLocalTyped(String variableName)
|
|
|
AbstractVariableScope.getVariableLocalTyped(String variableName,
boolean deserializeValue)
|
|
|
AbstractVariableScope.getVariableTyped(String variableName)
|
|
|
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 | ||
|---|---|---|
|
StartProcessVariableScope.getVariableLocalTyped(String variableName)
|
|
|
StartProcessVariableScope.getVariableLocalTyped(String variableName,
boolean deserializeObjectValue)
|
|
|
StartProcessVariableScope.getVariableTyped(String variableName)
|
|
|
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 | ||
|---|---|---|
|
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>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||