public class NavTreeService extends DefaultComponent
Modifier and Type | Field and Description |
---|---|
static String |
NAVTREE_EP |
Constructor and Description |
---|
NavTreeService() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
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, unregisterExtension
public static String NAVTREE_EP
public void activate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic 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) throws Exception
registerContribution
in class DefaultComponent
Exception
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution
in class DefaultComponent
Exception
public List<NavTreeDescriptor> getTreeDescriptors()
public Long getLastModified()
DirectoryTreeService
, whichever the greatergetLastModified
in interface TimestampedService
getLastModified
in class DefaultComponent
TimestampedService.setLastModified(Long)
Copyright © 2013 Nuxeo SA. All Rights Reserved.