| 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" |
| 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 |
DATE_FORMAT |
"dd/MM/yyyy" |
public static final String |
PV_DATE_END_PROPERTY |
"ttcevt:dateEnd" |
public static final String |
PV_DATE_START_PROPERTY |
"ttcevt:dateBegin" |
public static final String |
TIME_FORMAT |
"HH:mm" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATE_TIME_FORMAT |
"dd/MM/yyyy HH:mm" |
public static final String |
DEFAULT_TIME |
"12:00" |
| 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 |
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 |
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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_TYPE_EXT_POINT |
"basettc" |
public static final String |
DOC_TYPE_EXT_POINT |
"doctype" |
public static final String |
EXCLUDED_RULES_EXT_POINT |
"excludedrules" |
public static final String |
FACETS_RULE |
"facets" |
public static final String |
TYPES_RULE |
"types" |
Copyright © 2020. All rights reserved.