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 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 ObjectValueObjectValueMapper.createDeserializedValue(Object deserializedObject, String serializedValue, TypedValueField typedValueField) protected ObjectValueObjectValueMapper.createSerializedValue(String serializedValue, TypedValueField typedValueField) protected StringObjectValueMapper.readObjectNameFromFields(TypedValueField typedValueField) BooleanValueMapper.readValue(TypedValueField typedValueField) ByteArrayValueMapper.readValue(TypedValueField typedValueField) DateValueMapper.readValue(TypedValueField typedValueField) DoubleValueMapper.readValue(TypedValueField typedValueField) FileValueMapper.readValue(TypedValueField value, boolean deserializeValue) IntegerValueMapper.readValue(TypedValueField typedValueField) JsonValueMapper.readValue(TypedValueField typedValueField) LongValueMapper.readValue(TypedValueField typedValueField) NullValueMapper.readValue(TypedValueField typedValueField, boolean deserialize) ObjectValueMapper.readValue(TypedValueField value, boolean deserializeObjectValue) abstract TPrimitiveValueMapper.readValue(TypedValueField typedValueField) PrimitiveValueMapper.readValue(TypedValueField typedValueField, boolean deserializeObjectValue) ShortValueMapper.readValue(TypedValueField typedValueField) StringValueMapper.readValue(TypedValueField typedValueField) XmlValueMapper.readValue(TypedValueField typedValueField) protected voidObjectValueMapper.writeSerializedValue(TypedValueField typedValueField, String serializedValue) voidBooleanValueMapper.writeValue(BooleanValue booleanValue, TypedValueField typedValueField) voidByteArrayValueMapper.writeValue(BytesValue byteValue, TypedValueField typedValueField) voidDateValueMapper.writeValue(DateValue dateValue, TypedValueField typedValueField) voidDoubleValueMapper.writeValue(DoubleValue doubleValue, TypedValueField typedValueField) voidFileValueMapper.writeValue(FileValue fileValue, TypedValueField typedValueField) voidIntegerValueMapper.writeValue(IntegerValue intValue, TypedValueField typedValueField) voidJsonValueMapper.writeValue(JsonValue jsonValue, TypedValueField typedValueField) voidLongValueMapper.writeValue(LongValue longValue, TypedValueField typedValueField) voidNullValueMapper.writeValue(NullValueImpl typedValue, TypedValueField typedValueField) voidObjectValueMapper.writeValue(ObjectValue typedValue, TypedValueField typedValueField) voidShortValueMapper.writeValue(ShortValue shortValue, TypedValueField typedValueField) voidStringValueMapper.writeValue(StringValue stringValue, TypedValueField typedValueField) voidXmlValueMapper.writeValue(XmlValue xmlValue, TypedValueField typedValueField)