| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REF_URI |
"refURI" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CRITERIA_LIST_SCHEMA |
"criteria_list_fragments" |
public static final String |
CRITERIA_LIST_XPATH |
"crtlistfgt:criteriaListFragment" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RSS_SCHEMA |
"rss_fragments" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SLIDER_LIST_SCHEMA |
"slider_list_fragments" |
public static final String |
SLIDER_LIST_XPATH |
"sldlistfgt:sliderListFragment" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPLEX_PROPERTY_SEPARATOR |
"/" |
public static final int |
NB_REQUEST_RESULTS |
10 |
public static final int |
NB_REQUEST_RESULTS_PER_PAGE |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SLIDER |
"slider" |
public static final int |
TIMER |
6 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NX_PREFIX_PATH |
"/nuxeo/nxpath/default" |
public static final String |
NX_PREFIX_WEBID |
"/nuxeo/web/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ARE_WEB_URLS_ENABLED_PROP |
"ottcwebc:enableWebUrl" |
public static final String |
HAS_WEB_URL_FACET |
"hasWebUrl" |
public static final String |
SEGMENT_PROPERTY |
"ottcweb:segment" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LEAFS_WITH_SEGMENTS |
"select * from Document where ttc:domainID = \'%s\' and ecm:mixinType = \'%s\' and ecm:isVersion = 0 and ecm:isProxy = 0 and ecm:currentLifeCycleState <> \'deleted\'" |
public static final String |
LIVES_CHILDREN |
"select * from Document where ecm:parentId = \'%s\' and ecm:isVersion = 0 and ecm:isProxy = 0 and ecm:currentLifeCycleState <> \'deleted\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SIBLINGS_QUERY |
"select * from Document where ecm:parentId = \'%s\' and ecm:uuid <> \'%s\' and ottcweb:segment = \'%s\' and ecm:isVersion = 0 and ecm:isProxy = 0 and ecm:currentLifeCycleState <> \'deleted\'" |
Copyright © 2018. All rights reserved.