public class DirectoryTreeService extends DefaultComponent
| Modifier and Type | Field and Description | 
|---|---|
static String | 
NAME  | 
protected DirectoryTreeRegistry | 
registry  | 
lastModified, name| Constructor and Description | 
|---|
DirectoryTreeService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activate(ComponentContext context)
Activates the component. 
 | 
void | 
deactivate(ComponentContext context)
Deactivates the component. 
 | 
protected ActionService | 
getActionService()  | 
DirectoryTreeDescriptor | 
getDirectoryTreeDescriptor(String treeName)  | 
List<String> | 
getDirectoryTrees()  | 
List<String> | 
getNavigationDirectoryTrees()
Returns only the enabled Directory Trees marked as being also Navigation Trees. 
 | 
void | 
registerContribution(Object contribution,
                    String extensionPoint,
                    ComponentInstance contributor)  | 
void | 
unregisterContribution(Object contribution,
                      String extensionPoint,
                      ComponentInstance contributor)  | 
getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderprotected DirectoryTreeRegistry registry
public DirectoryTreeService()
public DirectoryTreeDescriptor getDirectoryTreeDescriptor(String treeName)
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 DefaultComponentprotected ActionService getActionService()
public List<String> getDirectoryTrees()
public List<String> getNavigationDirectoryTrees()
Copyright © 2019 Nuxeo. All rights reserved.