org.nuxeo.ecm.directory
Class AbstractReference
java.lang.Object
org.nuxeo.ecm.directory.AbstractReference
- All Implemented Interfaces:
- Reference
- Direct Known Subclasses:
- InverseReference, LDAPReference, TableReference
public abstract class AbstractReference
- extends Object
- implements Reference
Implementation of common Reference logic.
- Author:
- ogrisel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
directoryService
protected DirectoryServiceImpl directoryService
sourceDirectoryName
protected String sourceDirectoryName
sourceDirectory
protected Directory sourceDirectory
targetDirectoryName
protected String targetDirectoryName
targetDirectory
protected Directory targetDirectory
fieldName
protected String fieldName
AbstractReference
public AbstractReference()
getFieldName
public String getFieldName()
throws DirectoryException
- Specified by:
getFieldName in interface Reference
- Throws:
DirectoryException
getSourceDirectory
public Directory getSourceDirectory()
throws DirectoryException
- Specified by:
getSourceDirectory in interface Reference
- Throws:
DirectoryException
setSourceDirectoryName
public void setSourceDirectoryName(String sourceDirectoryName)
throws DirectoryException
- Specified by:
setSourceDirectoryName in interface Reference
- Throws:
DirectoryException
getTargetDirectory
public Directory getTargetDirectory()
throws DirectoryException
- Specified by:
getTargetDirectory in interface Reference
- Throws:
DirectoryException
setTargetDirectoryName
public void setTargetDirectoryName(String targetDirectoryName)
throws DirectoryException
- Specified by:
setTargetDirectoryName in interface Reference
- Throws:
DirectoryException
getDirectoryService
protected DirectoryServiceImpl getDirectoryService()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.