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, unregisterExtensionpublic static String NAVTREE_EP
public void activate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic 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) throws Exception
registerContribution in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution in class DefaultComponentExceptionpublic List<NavTreeDescriptor> getTreeDescriptors()
public Long getLastModified()
DirectoryTreeService, whichever the greatergetLastModified in interface TimestampedServicegetLastModified in class DefaultComponentTimestampedService.setLastModified(Long)Copyright © 2014 Nuxeo SA. All rights reserved.