Package org.nuxeo.ecm.core.schema
Class FacetNames
java.lang.Object
org.nuxeo.ecm.core.schema.FacetNames
Defines base facet names used in the core.
- Author:
- Dragos Mihalache
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
It will display the big folder document without its childrenstatic final String
It will display the comment tab and the comments associated to the document instance in the summary tabstatic final String
The download link will be displayed in consistent places of the applicationstatic final String
Document may have childrenstatic final String
Facet to be used for full-text indexing of related text content (e.g. comments, annotations, tags...)static final String
The document type won't appear in the tree and in the folder content listingstatic final String
static final String
The document will be flagged as a container for documents able to receive publications (and will be displayed as a root in the available publication trees)static final String
The document won't be full-text indexed.static final String
If your Nuxeo target version is 5.3.2 or higher, you'll be able to manage the order of this document childrenstatic final String
The document will be flagged as able to receive publications (and will be displayed in the publication tree).static final String
The publishing tab will be displayed on the document (unless you forbid the display of the publishing tab in the tabs filtering section)static final String
The document type will be available in the seam context as variable "currentSuperSpace" when navigating in its children documentsstatic final String
The document type corresponds to a system document, not a user-visible document.static final String
It will make it possible to create versions for this document type -
Method Summary
-
Field Details
-
IMMUTABLE
- See Also:
-
FOLDERISH
Document may have children- See Also:
-
VERSIONABLE
It will make it possible to create versions for this document type- See Also:
-
ORDERABLE
If your Nuxeo target version is 5.3.2 or higher, you'll be able to manage the order of this document children- See Also:
-
DOWNLOADABLE
The download link will be displayed in consistent places of the application- See Also:
-
SUPER_SPACE
The document type will be available in the seam context as variable "currentSuperSpace" when navigating in its children documents- See Also:
-
PUBLISHABLE
The publishing tab will be displayed on the document (unless you forbid the display of the publishing tab in the tabs filtering section)- See Also:
-
PUBLISH_SPACE
The document will be flagged as able to receive publications (and will be displayed in the publication tree).- See Also:
-
MASTER_PUBLISH_SPACE
The document will be flagged as a container for documents able to receive publications (and will be displayed as a root in the available publication trees)- See Also:
-
COMMENTABLE
It will display the comment tab and the comments associated to the document instance in the summary tab- See Also:
-
HIDDEN_IN_NAVIGATION
The document type won't appear in the tree and in the folder content listing- See Also:
-
SYSTEM_DOCUMENT
The document type corresponds to a system document, not a user-visible document. It is often (but not always) hidden in navigation as well.- See Also:
-
NOT_FULLTEXT_INDEXABLE
The document won't be full-text indexed.- Since:
- 5.7
- See Also:
-
BIG_FOLDER
It will display the big folder document without its children- Since:
- 8.4
- See Also:
-
HAS_RELATED_TEXT
Facet to be used for full-text indexing of related text content (e.g. comments, annotations, tags...)- See Also:
-