Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.schema
Class FacetNames

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.FacetNames

public final class FacetNames
extends Object

Defines base facet names used in the core.

Author:
Dragos Mihalache

Field Summary
static String BROWSE_VIA_SEARCH
          Deprecated. 
static String COMMENTABLE
          It will display the comment tab and the comments associated to the document instance in the summary tab
static String DOWNLOADABLE
          The download link will be displayed in consistent places of the application
static String FOLDERISH
          Document may have children
static String HAS_RELATED_TEXT
          Facet to be used for full-text indexing of related text content (e.g.
static String HIDDEN_IN_NAVIGATION
          The document type won't appear in the tree and in the folder content listing
static String IMMUTABLE
           
static String 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)
static String ORDERABLE
          If your Nuxeo target version is 5.3.2 or higher, you'll be able to manage the order of this document children
static String PUBLISH_SPACE
          The document will be flagged as able to receive publications (and will be displayed in the publication tree).
static String PUBLISHABLE
          The publishing tab will be displayed on the document (unless you forbid the display of the publishing tab in the tabs filtering section)
static String SUPER_SPACE
          The document type will be available in the seam context as variable "currentSuperSpace" when navigating in its children documents
static String VERSIONABLE
          It will make it possible to create versions for this document type
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMMUTABLE

public static final String IMMUTABLE
See Also:
Constant Field Values

FOLDERISH

public static final String FOLDERISH
Document may have children

See Also:
Constant Field Values

VERSIONABLE

public static final String VERSIONABLE
It will make it possible to create versions for this document type

See Also:
Constant Field Values

ORDERABLE

public static final String 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:
Constant Field Values

DOWNLOADABLE

public static final String DOWNLOADABLE
The download link will be displayed in consistent places of the application

See Also:
Constant Field Values

SUPER_SPACE

public static final String SUPER_SPACE
The document type will be available in the seam context as variable "currentSuperSpace" when navigating in its children documents

See Also:
Constant Field Values

PUBLISHABLE

public static final String 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:
Constant Field Values

PUBLISH_SPACE

public static final String PUBLISH_SPACE
The document will be flagged as able to receive publications (and will be displayed in the publication tree).

See Also:
Constant Field Values

MASTER_PUBLISH_SPACE

public static final String 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:
Constant Field Values

COMMENTABLE

public static final String COMMENTABLE
It will display the comment tab and the comments associated to the document instance in the summary tab

See Also:
Constant Field Values

HIDDEN_IN_NAVIGATION

public static final String HIDDEN_IN_NAVIGATION
The document type won't appear in the tree and in the folder content listing

See Also:
Constant Field Values

BROWSE_VIA_SEARCH

@Deprecated
public static final String BROWSE_VIA_SEARCH
Deprecated. 
See Also:
Constant Field Values

HAS_RELATED_TEXT

public static final String HAS_RELATED_TEXT
Facet to be used for full-text indexing of related text content (e.g. comments, annotations, tags...)

See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.