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) |
applicationStarted, getAdapter, getApplicationStartedOrder, registerExtension, setLastModified, setModifiedNow, unregisterExtension
public static String NAVTREE_EP
protected NavTreeRegistry registry
public NavTreeService()
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public List<NavTreeDescriptor> getTreeDescriptors()
protected DirectoryTreeService getDirectoryTreeService()
protected ActionService getActionService()
public Long getLastModified()
DirectoryTreeService
, whichever the greatergetLastModified
in interface TimestampedService
getLastModified
in class DefaultComponent
TimestampedService.setLastModified(Long)
Copyright © 2016 Nuxeo SA. All rights reserved.