Uses of Class
org.camunda.bpm.client.variable.impl.TypedValueField
Packages that use TypedValueField
Package
Description
-
Uses of TypedValueField in org.camunda.bpm.client.task.impl
Fields in org.camunda.bpm.client.task.impl with type parameters of type TypedValueFieldModifier and TypeFieldDescriptionprotected Map<String,TypedValueField> ExternalTaskImpl.variablesMethods in org.camunda.bpm.client.task.impl that return types with arguments of type TypedValueFieldMethod parameters in org.camunda.bpm.client.task.impl with type arguments of type TypedValueFieldModifier and TypeMethodDescriptionvoidExternalTaskImpl.setVariables(Map<String, TypedValueField> variables) -
Uses of TypedValueField in org.camunda.bpm.client.task.impl.dto
Fields in org.camunda.bpm.client.task.impl.dto with type parameters of type TypedValueFieldModifier and TypeFieldDescriptionprotected Map<String,TypedValueField> CompleteRequestDto.localVariablesprotected Map<String,TypedValueField> FailureRequestDto.localVariablesprotected Map<String,TypedValueField> BpmnErrorRequestDto.variablesprotected Map<String,TypedValueField> CompleteRequestDto.variablesprotected Map<String,TypedValueField> FailureRequestDto.variablesprotected Map<String,TypedValueField> SetVariablesRequestDto.variablesMethods in org.camunda.bpm.client.task.impl.dto that return types with arguments of type TypedValueFieldModifier and TypeMethodDescriptionCompleteRequestDto.getLocalVariables()FailureRequestDto.getLocalVariables()BpmnErrorRequestDto.getVariables()CompleteRequestDto.getVariables()FailureRequestDto.getVariables()SetVariablesRequestDto.getVariables()Constructor parameters in org.camunda.bpm.client.task.impl.dto with type arguments of type TypedValueFieldModifierConstructorDescriptionBpmnErrorRequestDto(String workerId, String errorCode, String errorMessage, Map<String, TypedValueField> variables) CompleteRequestDto(String workerId, Map<String, TypedValueField> variables, Map<String, TypedValueField> localVariables) FailureRequestDto(String workerId, String errorMessage, String errorDetails, int retries, long retryTimeout, Map<String, TypedValueField> variables, Map<String, TypedValueField> localVariables) SetVariablesRequestDto(String workerId, Map<String, TypedValueField> variables) -
Uses of TypedValueField in org.camunda.bpm.client.variable.impl
Fields in org.camunda.bpm.client.variable.impl declared as TypedValueFieldMethods in org.camunda.bpm.client.variable.impl that return TypedValueFieldModifier and TypeMethodDescriptionprotected <T extends org.camunda.bpm.engine.variable.value.TypedValue>
TypedValueFieldTypedValues.toTypedValueField(T typedValue) Methods in org.camunda.bpm.client.variable.impl that return types with arguments of type TypedValueFieldMethods in org.camunda.bpm.client.variable.impl with parameters of type TypedValueFieldModifier and TypeMethodDescriptionbooleanAbstractTypedValueMapper.canHandleTypedValueField(TypedValueField typedValueField) booleanValueMapper.canHandleTypedValueField(TypedValueField value) protected abstract booleanAbstractTypedValueMapper.canReadValue(TypedValueField typedValueField) DefaultValueMappers.findMapperForTypedValueField(TypedValueField typedValueField) ValueMappers.findMapperForTypedValueField(TypedValueField value) ValueMapper.readValue(TypedValueField value, boolean deserializeValue) voidValueMapper.writeValue(T typedValue, TypedValueField typedValueField) Method parameters in org.camunda.bpm.client.variable.impl with type arguments of type TypedValueFieldModifier and TypeMethodDescriptionTypedValues.wrapVariables(ExternalTask externalTask, Map<String, TypedValueField> variables) Constructors in org.camunda.bpm.client.variable.impl with parameters of type TypedValueFieldModifierConstructorDescriptionVariableValue(String processInstanceId, String variableName, TypedValueField typedValueField, ValueMappers mappers) -
Uses of TypedValueField in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type TypedValueFieldModifier and TypeMethodDescriptionprotected booleanByteArrayValueMapper.canReadValue(TypedValueField typedValueField) protected booleanDateValueMapper.canReadValue(TypedValueField typedValueField) protected booleanFileValueMapper.canReadValue(TypedValueField typedValueField) protected booleanNullValueMapper.canReadValue(TypedValueField value) protected booleanNumberValueMapper.canReadValue(TypedValueField typedValueField) protected booleanObjectValueMapper.canReadValue(TypedValueField typedValueField) protected booleanPrimitiveValueMapper.canReadValue(TypedValueField typedValueField) protected org.camunda.bpm.engine.variable.value.ObjectValueObjectValueMapper.createDeserializedValue(Object deserializedObject, String serializedValue, TypedValueField typedValueField) protected org.camunda.bpm.engine.variable.value.ObjectValueObjectValueMapper.createSerializedValue(String serializedValue, TypedValueField typedValueField) protected StringObjectValueMapper.readObjectNameFromFields(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.BooleanValueBooleanValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.BytesValueByteArrayValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.DateValueDateValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.DoubleValueDoubleValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.FileValueFileValueMapper.readValue(TypedValueField value, boolean deserializeValue) org.camunda.bpm.engine.variable.value.IntegerValueIntegerValueMapper.readValue(TypedValueField typedValueField) JsonValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.LongValueLongValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.impl.value.NullValueImplNullValueMapper.readValue(TypedValueField typedValueField, boolean deserialize) org.camunda.bpm.engine.variable.value.ObjectValueObjectValueMapper.readValue(TypedValueField value, boolean deserializeObjectValue) abstract TPrimitiveValueMapper.readValue(TypedValueField typedValueField) PrimitiveValueMapper.readValue(TypedValueField typedValueField, boolean deserializeObjectValue) org.camunda.bpm.engine.variable.value.ShortValueShortValueMapper.readValue(TypedValueField typedValueField) org.camunda.bpm.engine.variable.value.StringValueStringValueMapper.readValue(TypedValueField typedValueField) XmlValueMapper.readValue(TypedValueField typedValueField) protected voidObjectValueMapper.writeSerializedValue(TypedValueField typedValueField, String serializedValue) voidBooleanValueMapper.writeValue(org.camunda.bpm.engine.variable.value.BooleanValue booleanValue, TypedValueField typedValueField) voidByteArrayValueMapper.writeValue(org.camunda.bpm.engine.variable.value.BytesValue byteValue, TypedValueField typedValueField) voidDateValueMapper.writeValue(org.camunda.bpm.engine.variable.value.DateValue dateValue, TypedValueField typedValueField) voidDoubleValueMapper.writeValue(org.camunda.bpm.engine.variable.value.DoubleValue doubleValue, TypedValueField typedValueField) voidFileValueMapper.writeValue(org.camunda.bpm.engine.variable.value.FileValue fileValue, TypedValueField typedValueField) voidIntegerValueMapper.writeValue(org.camunda.bpm.engine.variable.value.IntegerValue intValue, TypedValueField typedValueField) voidJsonValueMapper.writeValue(JsonValue jsonValue, TypedValueField typedValueField) voidLongValueMapper.writeValue(org.camunda.bpm.engine.variable.value.LongValue longValue, TypedValueField typedValueField) voidNullValueMapper.writeValue(org.camunda.bpm.engine.variable.impl.value.NullValueImpl typedValue, TypedValueField typedValueField) voidObjectValueMapper.writeValue(org.camunda.bpm.engine.variable.value.ObjectValue typedValue, TypedValueField typedValueField) voidShortValueMapper.writeValue(org.camunda.bpm.engine.variable.value.ShortValue shortValue, TypedValueField typedValueField) voidStringValueMapper.writeValue(org.camunda.bpm.engine.variable.value.StringValue stringValue, TypedValueField typedValueField) voidXmlValueMapper.writeValue(XmlValue xmlValue, TypedValueField typedValueField)