public final class EventNames extends Object
This should stay with nuxeo, since it is related to the nuxeo infrastructure. All code that depends on nuxeo infrastructure will need to depend on nuxeo anyways. NXCommon is not a good place to move this because it is used from nxruntime. It is not a good idea to add web client dependencies there.
Modifier and Type | Field and Description |
---|---|
static String |
BEFORE_DOCUMENT_CHANGED
Should be raised before an edited document is saved.
|
static String |
CONTENT_ROOT_SELECTION_CHANGED
Fired when content root selection is changed (like workspaces root, section root).
|
static String |
DIRECTORY_CHANGED
Event raised when the content of a directory has changed
|
static String |
DOCUMENT_CHANGED
Should be raised when a document is edited.
|
static String |
DOCUMENT_CHILDREN_CHANGED
Should be raised when the children of the current document are modified.
|
static String |
DOCUMENT_LOCKED
Fired after a document is locked, the document is passed as argument.
|
static String |
DOCUMENT_PUBLICATION_APPROVED
This is raised when a document publication is rejected
|
static String |
DOCUMENT_PUBLICATION_REJECTED
This is raised when a document publication is rejected
|
static String |
DOCUMENT_PUBLISHED
This is raised when a document is published
|
static String |
DOCUMENT_SECURITY_CHANGED
Event raised when security is changed
|
static String |
DOCUMENT_SELECTION_CHANGED
Fired when a document selection changes ( file, folder etc not workspace or above ).
|
static String |
DOCUMENT_SUBMITED_FOR_PUBLICATION
Will be raised when a document is submitted for publication.
|
static String |
DOCUMENT_UNLOCKED
Fired after a document is unlocked, the document is passed as argument.
|
static String |
DOCUMENT_UNPUBLISHED |
static String |
DOMAIN_SELECTION_CHANGED
Fired when the selected domain changes.
|
static String |
FLUSH_EVENT
Flush event sent to the Seam layer, only when using the dev mode, and useful for components to reset their cache
smoothly: Seam components should not be destroyed completely.
|
static String |
FOLDERISHDOCUMENT_SELECTION_CHANGED
Fired when a folderish document selection changes.
|
static String |
GO_HOME
Should be raised when the user goes Home.
|
static String |
GO_PERSONAL_WORKSPACE
Event raised when user go to his personal workspace
|
static String |
LOCAL_CONFIGURATION_CHANGED
Event raised when the local configuration of a document has changed
|
static String |
LOCATION_SELECTION_CHANGED
Fired when a location selection changes.
|
static String |
NAVIGATE_TO_DOCUMENT
Fired after navigating to a document, the document is passed as argument.
|
static String |
NEW_DOCUMENT_CREATED
Will be raised when a changeable document is created (but not saved).
|
static String |
PROXY_PUBLISHED
This is raised when a proxy has been published.
|
static String |
PROXY_PUSLISHING_PENDING
This is raised when a proxy is created and need a moderation
|
static String |
QUERY_MODEL_CHANGED
Should be raised when a stateful QueryModel is edited.
|
static String |
SEARCH_PERFORMED
Event raised when a search is performed
|
static String |
USER_ALL_DOCUMENT_TYPES_SELECTION_CHANGED
This is fired when the user selection changes.
|
static String |
USER_SESSION_STARTED |
public static final String USER_ALL_DOCUMENT_TYPES_SELECTION_CHANGED
public static final String DOMAIN_SELECTION_CHANGED
public static final String CONTENT_ROOT_SELECTION_CHANGED
public static final String DOCUMENT_SELECTION_CHANGED
public static final String FOLDERISHDOCUMENT_SELECTION_CHANGED
public static final String LOCATION_SELECTION_CHANGED
public static final String NAVIGATE_TO_DOCUMENT
public static final String BEFORE_DOCUMENT_CHANGED
public static final String DOCUMENT_LOCKED
public static final String DOCUMENT_UNLOCKED
public static final String DOCUMENT_CHANGED
public static final String QUERY_MODEL_CHANGED
public static final String DOCUMENT_CHILDREN_CHANGED
public static final String GO_HOME
Ex: The tree and breadcrumb should not display anything because home is view_servers and they display what's inside a domain.
public static final String NEW_DOCUMENT_CREATED
public static final String DOCUMENT_SUBMITED_FOR_PUBLICATION
public static final String PROXY_PUSLISHING_PENDING
public static final String DOCUMENT_UNPUBLISHED
public static final String PROXY_PUBLISHED
public static final String DOCUMENT_PUBLISHED
public static final String DOCUMENT_PUBLICATION_REJECTED
public static final String DOCUMENT_PUBLICATION_APPROVED
public static final String DOCUMENT_SECURITY_CHANGED
public static final String SEARCH_PERFORMED
public static final String GO_PERSONAL_WORKSPACE
public static final String LOCAL_CONFIGURATION_CHANGED
public static final String DIRECTORY_CHANGED
public static final String USER_SESSION_STARTED
public static final String FLUSH_EVENT
Framework.isDevModeSet()
,
Constant Field ValuesCopyright © 2018 Nuxeo. All rights reserved.