| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DELETE_CONFIGURATION |
"DELETE from configuration where tenant_id = ? and content_type = ? and resource_name = ? " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INSERT_CONFIGURATION |
"INSERT into configuration(tenant_id, content_type, resource_name, resource_content) values (?,?,?,?)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DELETE_ALL_CONFIGURATION |
"DELETE FROM configuration" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DELETE_CONFIGURATION |
"DELETE from configuration where tenant_id = ? and content_type = ? " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DELETE_CONFIGURATION |
"DELETE from configuration where tenant_id = ? and content_type = ? and resource_name = ?" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INSERT_CONFIGURATION |
"INSERT into configuration(tenant_id, content_type, resource_name, resource_content) values (?,?,?,?)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SELECT_CONFIGURATION |
"SELECT tenant_id, content_type, resource_name, resource_content FROM configuration WHERE tenant_id = ? AND content_type = ? AND resource_name = ?" |
public static final String |
SELECT_CONFIGURATION_FOR_TYPE |
"SELECT tenant_id, content_type, resource_name, resource_content FROM configuration WHERE tenant_id = ? AND content_type = ? ORDER BY resource_name" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DELETE_TENANT_CONFIGURATION |
"DELETE FROM configuration WHERE tenant_id = ?" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
COLUMN_INDEX_RESOURCE_CONTENT |
4 |
public static final int |
COLUMN_INDEX_RESOURCE_NAME |
3 |
public static final int |
COLUMN_INDEX_TENANT_ID |
1 |
public static final int |
COLUMN_INDEX_TYPE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONTENT_TYPE |
"content_type" |
public static final String |
RESOURCE_CONTENT |
"resource_content" |
public static final String |
RESOURCE_NAME |
"resource_name" |
public static final String |
TENANT_ID |
"tenant_id" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SELECT_CONFIGURATION |
"SELECT tenant_id, content_type, resource_name, resource_content FROM configuration ORDER BY tenant_id, content_type, resource_name" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BONITA_CLIENT_HOME_FOLDER |
"bonita.client.home" |
public static final String |
BONITA_SETUP_FOLDER |
"org.bonitasoft.platform.setup.folder" |
public static final String |
PLATFORM_CONF_FOLDER_NAME |
"platform_conf" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
CONTINUE_ON_ERROR |
true |
public static final boolean |
FAIL_ON_ERROR |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
H2_DB_VENDOR |
"h2" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BONITA_NON_MANAGED_DS_JNDI_NAME |
"java:comp/env/bonitaSequenceManagerDS" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SQL_PLATFORM_VERSION |
"SELECT p.version FROM platform p ORDER BY p.id" |
Copyright © 2017 Bonitasoft. All rights reserved.