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.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.JsonType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"json" |
-
org.flowable.variable.service.impl.types.LongJsonType
| Modifier and Type |
Constant Field |
Value |
public static final String |
TYPE_NAME |
"longJson" |
-
-
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 © 2019 Flowable. All rights reserved.