| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EDITABLE_OPTION |
"propertyEditable" |
public static final String |
KEY_OPTION |
"propertyName" |
public static final String |
LABEL_OPTION |
"propertyLabel" |
public static final String |
VALUE_OPTION |
"propertyDefaultValue" |
public static final String |
WCONF_CODE_XPATH |
"wconf:code" |
public static final String |
WCONF_CODE2_XPATH |
"wconf:code2" |
public static final String |
WCONF_SCHEMA_PFX |
"wconf:" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CTXT_RECURSION_DEPTH_COUNT |
"recursionDepthCount" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EXTENSION_POINTS_SETTERS |
"setters" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LOCK_CREATION_DATE |
"lockCreationDate" |
public static final String |
LOCK_OWNER |
"lockOwner" |
public static final String |
LOCK_STATUS |
"lockStatus" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ADAPTER_EXT_PT |
"adapter" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LIVE_QUERY_FILTER |
" and ecm:isProxy = 0 " |
public static final String |
LIVE_WEB_ID_QUERY |
"select * from Document where ttc:webid = \'%s\' AND ecm:isVersion = 0 and ecm:isProxy = 0 " |
public static final String |
LIVE_WEB_ID_UNICITY_QUERY |
"select * from Document where ttc:webid = \'%s\' AND ecm:isVersion = 0 AND ecm:uuid <> \'%s\' and ecm:isProxy = 0 " |
public static final String |
RPXY_QUERY_FILTER |
" and (ecm:isProxy = 1 and ecm:mixinType = \'isRemoteProxy\') " |
public static final String |
RPXY_WEB_ID_QUERY |
"select * from Document where ttc:webid = \'%s\' AND ecm:isVersion = 0 and (ecm:isProxy = 1 and ecm:mixinType = \'isRemoteProxy\') " |
public static final String |
WEB_ID_QUERY |
"select * from Document where ttc:webid = \'%s\' AND ecm:isVersion = 0" |
public static final String |
WEB_ID_UNICITY_QUERY |
"select * from Document where ttc:webid = \'%s\' AND ecm:isVersion = 0 AND ecm:uuid <> \'%s\' " |
public static final String |
WEB_ID_UNICITY_QUERY_FILTER |
" AND ecm:uuid <> \'%s\' " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONTENT_PARAM |
"content" |
public static final String |
DOC_TYPE |
"DOC_TYPE" |
public static final String |
FILE_PROPERTY_PATH_KEY |
"FILE_PROPERTY_PATH" |
public static final String |
FILENAME_KEY |
"FILENAME" |
public static final String |
PREFIX |
"web/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
WEBID_FILE_PREFIX |
"webpicsfile/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
WEBID |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RPXY_WID_MARKER |
"_c_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID |
"fr.toutatice.ecm.platform.service.webid.TTCUIDGeneratorService" |
public static final String |
UID_GENERATORS_EXTENSION_POINT |
"generators" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BYTES |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VALIDATION_WF_CATEGORY |
"validation" |
public static final String |
VALIDATION_WF_RUNNING_INFOS_KEY |
"isValidationWfRunning" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
WF_EXT_POINT |
"workflows" |
Copyright © 2020. All rights reserved.