|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.ecm.webapp.helpers.EventManager
@Name(value="eventManager") @Scope(value=APPLICATION) @Startup @Install(precedence=10) public class EventManager
Knows what events need to be raised based on the user selected document.
Constructor Summary | |
---|---|
EventManager()
|
Method Summary | |
---|---|
static List<String> |
raiseEventsOnDocumentChange(DocumentModel document)
Fires the necessary events so that the nuxeo infrastructure components get updated. |
static List<String> |
raiseEventsOnDocumentChildrenChange(DocumentModel document)
Fires the necessary events so that the nuxeo infrastructure components get updated. |
static void |
raiseEventsOnDocumentCreate(DocumentModel document)
Dispatches an event to get interested components informed when a changeable document was created (thus not saved) and before the form is displayed. |
static List<String> |
raiseEventsOnDocumentSelected(DocumentModel document)
Fires the necessary events so that the nuxeo infrastructure components get updated. |
static List<String> |
raiseEventsOnGoingHome()
Raises events on going home, will be processed immediately. |
static List<String> |
raiseEventsOnLocationSelectionChanged()
Raises events on location selection change, will be processed immediately. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventManager()
Method Detail |
---|
public static List<String> raiseEventsOnGoingHome()
public static List<String> raiseEventsOnLocationSelectionChanged()
public static List<String> raiseEventsOnDocumentSelected(DocumentModel document)
public static List<String> raiseEventsOnDocumentChange(DocumentModel document)
public static void raiseEventsOnDocumentCreate(DocumentModel document)
public static List<String> raiseEventsOnDocumentChildrenChange(DocumentModel document)
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |