Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.helpers
Class EventNames

java.lang.Object
  extended by org.nuxeo.ecm.webapp.helpers.EventNames

public final class EventNames
extends Object

Seam event identifiers.

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.

Author:
Razvan Caraghin

Field Summary
static String BEFORE_DOCUMENT_CHANGED
          Should be raised before an edited document is saved.
static String CONTENT_ROOT_CHILD_SELECTION_CHANGED
          Deprecated. content root children should be managed as regular documents
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 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ALL_DOCUMENT_TYPES_SELECTION_CHANGED

public static final String USER_ALL_DOCUMENT_TYPES_SELECTION_CHANGED
This is fired when the user selection changes. This should be listened by componens that want to do some work when the user selection changes, regardles of the type of selected document.

See Also:
Constant Field Values

DOMAIN_SELECTION_CHANGED

public static final String DOMAIN_SELECTION_CHANGED
Fired when the selected domain changes. Should be listened by components interested specifically in domain selection change.

See Also:
Constant Field Values

CONTENT_ROOT_SELECTION_CHANGED

public static final String CONTENT_ROOT_SELECTION_CHANGED
Fired when content root selection is changed (like workspaces root, section root).

See Also:
Constant Field Values

CONTENT_ROOT_CHILD_SELECTION_CHANGED

@Deprecated
public static final String CONTENT_ROOT_CHILD_SELECTION_CHANGED
Deprecated. content root children should be managed as regular documents
Fired when a workspace root or section root selection changes.

See Also:
Constant Field Values

DOCUMENT_SELECTION_CHANGED

public static final String DOCUMENT_SELECTION_CHANGED
Fired when a document selection changes ( file, folder etc not workspace or above ).

See Also:
Constant Field Values

FOLDERISHDOCUMENT_SELECTION_CHANGED

public static final String FOLDERISHDOCUMENT_SELECTION_CHANGED
Fired when a folderish document selection changes.

See Also:
Constant Field Values

LOCATION_SELECTION_CHANGED

public static final String LOCATION_SELECTION_CHANGED
Fired when a location selection changes.

See Also:
Constant Field Values

NAVIGATE_TO_DOCUMENT

public static final String NAVIGATE_TO_DOCUMENT
Fired after navigating to a document, the document is passed as argument.

Since:
5.4.2
See Also:
Constant Field Values

BEFORE_DOCUMENT_CHANGED

public static final String BEFORE_DOCUMENT_CHANGED
Should be raised before an edited document is saved.

Since:
5.4.2
See Also:
Constant Field Values

DOCUMENT_LOCKED

public static final String DOCUMENT_LOCKED
Fired after a document is locked, the document is passed as argument.

Since:
5.4.2
See Also:
Constant Field Values

DOCUMENT_UNLOCKED

public static final String DOCUMENT_UNLOCKED
Fired after a document is unlocked, the document is passed as argument.

Since:
5.4.2
See Also:
Constant Field Values

DOCUMENT_CHANGED

public static final String DOCUMENT_CHANGED
Should be raised when a document is edited.

See Also:
Constant Field Values

QUERY_MODEL_CHANGED

public static final String QUERY_MODEL_CHANGED
Should be raised when a stateful QueryModel is edited.

See Also:
Constant Field Values

DOCUMENT_CHILDREN_CHANGED

public static final String DOCUMENT_CHILDREN_CHANGED
Should be raised when the children of the current document are modified.

See Also:
Constant Field Values

GO_HOME

public static final String GO_HOME
Should be raised when the user goes Home. This is useful to allow any components to revert to their uninitialized state if needed.

Ex: The tree and breadcrumb should not display anything because home is view_servers and they display what's inside a domain.

See Also:
Constant Field Values

NEW_DOCUMENT_CREATED

public static final String NEW_DOCUMENT_CREATED
Will be raised when a changeable document is created (but not saved).

See Also:
Constant Field Values

DOCUMENT_SUBMITED_FOR_PUBLICATION

public static final String DOCUMENT_SUBMITED_FOR_PUBLICATION
Will be raised when a document is submitted for publication.

See Also:
Constant Field Values

PROXY_PUSLISHING_PENDING

public static final String PROXY_PUSLISHING_PENDING
This is raised when a proxy is created and need a moderation

See Also:
Constant Field Values

DOCUMENT_UNPUBLISHED

public static final String DOCUMENT_UNPUBLISHED
See Also:
Constant Field Values

PROXY_PUBLISHED

public static final String PROXY_PUBLISHED
This is raised when a proxy has been published.

See Also:
Constant Field Values

DOCUMENT_PUBLISHED

public static final String DOCUMENT_PUBLISHED
This is raised when a document is published

See Also:
Constant Field Values

DOCUMENT_PUBLICATION_REJECTED

public static final String DOCUMENT_PUBLICATION_REJECTED
This is raised when a document publication is rejected

See Also:
Constant Field Values

DOCUMENT_PUBLICATION_APPROVED

public static final String DOCUMENT_PUBLICATION_APPROVED
This is raised when a document publication is rejected

See Also:
Constant Field Values

DOCUMENT_SECURITY_CHANGED

public static final String DOCUMENT_SECURITY_CHANGED
Event raised when security is changed

See Also:
Constant Field Values

SEARCH_PERFORMED

public static final String SEARCH_PERFORMED
Event raised when a search is performed

See Also:
Constant Field Values

GO_PERSONAL_WORKSPACE

public static final String GO_PERSONAL_WORKSPACE
Event raised when user go to his personal workspace

See Also:
Constant Field Values

LOCAL_CONFIGURATION_CHANGED

public static final String LOCAL_CONFIGURATION_CHANGED
Event raised when the local configuration of a document has changed

See Also:
Constant Field Values

DIRECTORY_CHANGED

public static final String DIRECTORY_CHANGED
Event raised when the content of a directory has changed

Since:
5.4.3
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.