public class NavTreeService extends DefaultComponent
Moved from module nuxeo-platform-virtual-navigation-web, originally added in 5.6.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAVTREE_EP |
protected NavTreeRegistry |
registry |
lastModified| Constructor and Description |
|---|
NavTreeService() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
protected ActionService |
getActionService() |
protected DirectoryTreeService |
getDirectoryTreeService() |
Long |
getLastModified()
Returns the last modified time of this service or of the
DirectoryTreeService, whichever the greater |
List<NavTreeDescriptor> |
getTreeDescriptors() |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
getAdapter, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderpublic static String NAVTREE_EP
protected NavTreeRegistry registry
public NavTreeService()
public void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic List<NavTreeDescriptor> getTreeDescriptors()
protected DirectoryTreeService getDirectoryTreeService()
protected ActionService getActionService()
public Long getLastModified()
DirectoryTreeService, whichever the greatergetLastModified in interface TimestampedServicegetLastModified in class DefaultComponentTimestampedService.setLastModified(Long)Copyright © 2017 Nuxeo. All rights reserved.