public abstract class AbstractNodeLocator extends Object implements NodeLocator
NodeLocator implementations.
Extending this class with automatically register the node locator with the NodeLocatorService.
| Constructor and Description |
|---|
AbstractNodeLocator() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName() |
List<ParameterDefinition> |
getParameterDefinitions()
A list containing the parmameter defintions for this
NodeLocator. |
void |
setNodeLocatorService(NodeLocatorService nodeLocatorService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNodepublic void setNodeLocatorService(NodeLocatorService nodeLocatorService)
public List<ParameterDefinition> getParameterDefinitions()
NodeLocator.getParameterDefinitions in interface NodeLocatorpublic abstract String getName()
Copyright © 2005–2018 Alfresco Software. All rights reserved.