| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
FLOWABLE_MODELER_DEPLOYMENT_URL |
"http://localhost:9999/flowable-task/app-api" |
protected static final boolean |
FLOWABLE_MODELER_REST_ENABLED |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATABASE_TYPE_DB2 |
"db2" |
public static final String |
DATABASE_TYPE_H2 |
"h2" |
public static final String |
DATABASE_TYPE_HSQL |
"hsql" |
public static final String |
DATABASE_TYPE_MSSQL |
"mssql" |
public static final String |
DATABASE_TYPE_MYSQL |
"mysql" |
public static final String |
DATABASE_TYPE_ORACLE |
"oracle" |
public static final String |
DATABASE_TYPE_POSTGRES |
"postgres" |
protected static final String |
LIQUIBASE_CHANGELOG_PREFIX |
"ACT_DE_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REST_ENDPOINTS_PREFIX |
"/app/rest" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADMIN |
"ROLE_ADMIN" |
public static final String |
USER |
"ROLE_USER" |
Copyright © 2020 Flowable. All rights reserved.