public class TableReference extends AbstractReference
| Constructor and Description |
|---|
TableReference() |
getFieldName, getSourceDirectory, getTargetDirectory, setSourceDirectoryNamepublic void setFieldName(String fieldName)
public void setTargetDirectoryName(String targetDirectoryName)
setTargetDirectoryName in interface ReferencesetTargetDirectoryName in class AbstractReferencepublic void addLinks(String sourceId, List<String> targetIds) throws DirectoryException
DirectoryExceptionpublic void addLinks(List<String> sourceIds, String targetId) throws DirectoryException
DirectoryExceptionpublic void addLinks(String sourceId, List<String> targetIds, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void addLinks(List<String> sourceIds, String targetId, SQLSession session) throws DirectoryException
DirectoryExceptionpublic boolean exists(String sourceId, String targetId, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void addLink(String sourceId, String targetId, SQLSession session, boolean checkExisting) throws DirectoryException
DirectoryExceptionpublic List<String> getSourceIdsForTarget(String targetId) throws DirectoryException
DirectoryExceptionpublic List<String> getTargetIdsForSource(String sourceId) throws DirectoryException
DirectoryExceptionpublic void removeLinksFor(String column, String entryId, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void removeLinksForSource(String sourceId, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void removeLinksForTarget(String targetId, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void removeLinksForSource(String sourceId) throws DirectoryException
DirectoryExceptionpublic void removeLinksForTarget(String targetId) throws DirectoryException
DirectoryExceptionpublic void setIdsFor(String idsColumn, List<String> ids, String filterColumn, String filterValue, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void setSourceIdsForTarget(String targetId, List<String> sourceIds, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void setTargetIdsForSource(String sourceId, List<String> targetIds, SQLSession session) throws DirectoryException
DirectoryExceptionpublic void setSourceIdsForTarget(String targetId, List<String> sourceIds) throws DirectoryException
DirectoryExceptionpublic void setTargetIdsForSource(String sourceId, List<String> targetIds) throws DirectoryException
DirectoryExceptionpublic Table getTable() throws DirectoryException
DirectoryExceptionpublic String getSourceColumn()
public String getTargetColumn()
public String getTargetDirectoryName()
public String getTableName()
public String getSchemaName()
public String getDataFileName()
public TableReference clone()
Referenceclone in interface Referenceclone in class AbstractReferenceCopyright © 2014 Nuxeo SA. All Rights Reserved.