org.flowable.*
-
org.flowable.variable.service.impl.types.BooleanType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"boolean" |
-
-
org.flowable.variable.service.impl.types.DateType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"date" |
-
org.flowable.variable.service.impl.types.DoubleType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"double" |
-
-
org.flowable.variable.service.impl.types.InstantType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"instant" |
-
org.flowable.variable.service.impl.types.IntegerType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"integer" |
-
-
org.flowable.variable.service.impl.types.JodaDateType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"jodadate" |
-
-
-
-
-
org.flowable.variable.service.impl.types.LocalDateType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"localdate" |
-
-
org.flowable.variable.service.impl.types.LongType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"long" |
-
org.flowable.variable.service.impl.types.NullType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"null" |
-
-
org.flowable.variable.service.impl.types.ShortType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"short" |
-
org.flowable.variable.service.impl.types.StringType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"string" |
-
org.flowable.variable.service.impl.types.UUIDType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"uuid" |
Copyright © 2021 Flowable. All rights reserved.