Constant Field Values

Contents

org.flowable.*

  • org.flowable.eventregistry.impl.db.EventDbSchemaManager
    Modifier and Type
    Constant Field
    Value
    public static final String
    "org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml"
  • org.flowable.variable.service.impl.types.BooleanType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "boolean"
  • org.flowable.variable.service.impl.types.ByteArrayType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "bytes"
  • org.flowable.variable.service.impl.types.DateType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "date"
  • org.flowable.variable.service.impl.types.DoubleType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "double"
  • org.flowable.variable.service.impl.types.EmptyCollectionType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "emptyCollection"
  • org.flowable.variable.service.impl.types.InstantType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "instant"
  • org.flowable.variable.service.impl.types.IntegerType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "integer"
  • org.flowable.variable.service.impl.types.JodaDateTimeType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "jodadatetime"
  • org.flowable.variable.service.impl.types.JodaDateType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "jodadate"
  • org.flowable.variable.service.impl.types.JPAEntityListVariableType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "jpa-entity-list"
  • org.flowable.variable.service.impl.types.JPAEntityVariableType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "jpa-entity"
  • org.flowable.variable.service.impl.types.JsonType
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "longJson"
    public static final String
    "json"
  • org.flowable.variable.service.impl.types.LocalDateTimeType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "localdatetime"
  • org.flowable.variable.service.impl.types.LocalDateType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "localdate"
  • org.flowable.variable.service.impl.types.LongStringType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "longString"
  • org.flowable.variable.service.impl.types.LongType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "long"
  • org.flowable.variable.service.impl.types.NullType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "null"
  • org.flowable.variable.service.impl.types.SerializableType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "serializable"
  • org.flowable.variable.service.impl.types.ShortType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "short"
  • org.flowable.variable.service.impl.types.StringType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "string"
  • org.flowable.variable.service.impl.types.UUIDType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "uuid"