Uses of Interface
org.camunda.bpm.engine.variable.value.DateValue
-
-
Uses of DateValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return DateValue Modifier and Type Method Description DateValue
DateValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
DateValue
DateValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type DateValue Modifier and Type Method Description void
DateValueMapper. writeValue(DateValue dateValue, TypedValueField typedValueField)
-
Uses of DateValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return DateValue Modifier and Type Method Description DateValue
DateValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
DateValue
DateValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type DateValue Modifier and Type Method Description void
DateValueSerializer. writeValue(DateValue typedValue, ValueFields valueFields)
-
Uses of DateValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return DateValue Modifier and Type Method Description static DateValue
Variables. dateValue(Date date)
Creates a newDateValue
that encapsulates the givendate
static DateValue
Variables. dateValue(Date date, boolean isTransient)
Creates a newDateValue
that encapsulates the givendate
-
Uses of DateValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return DateValue Modifier and Type Method Description DateValue
PrimitiveValueTypeImpl.DateTypeImpl. createValue(Object value, Map<String,Object> valueInfo)
-
Uses of DateValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement DateValue Modifier and Type Class Description static class
PrimitiveTypeValueImpl.DateValueImpl
-