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, wait
getNode
public void setNodeLocatorService(NodeLocatorService nodeLocatorService)
public List<ParameterDefinition> getParameterDefinitions()
NodeLocator
.getParameterDefinitions
in interface NodeLocator
public abstract String getName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.