org.nuxeo.ecm.directory.multi
Class MultiReference
java.lang.Object
org.nuxeo.ecm.directory.AbstractReference
org.nuxeo.ecm.directory.multi.MultiReference
- All Implemented Interfaces:
- Reference
public class MultiReference
- extends AbstractReference
addLinks
public void addLinks(String sourceId,
List<String> targetIds)
throws DirectoryException
- Throws:
DirectoryException
addLinks
public void addLinks(List<String> sourceIds,
String targetId)
throws DirectoryException
- Throws:
DirectoryException
getSourceIdsForTarget
public List<String> getSourceIdsForTarget(String targetId)
throws DirectoryException
- Throws:
DirectoryException
getTargetIdsForSource
public List<String> getTargetIdsForSource(String sourceId)
throws DirectoryException
- Throws:
DirectoryException
removeLinksForSource
public void removeLinksForSource(String sourceId)
throws DirectoryException
- Throws:
DirectoryException
removeLinksForTarget
public void removeLinksForTarget(String targetId)
throws DirectoryException
- Throws:
DirectoryException
setSourceIdsForTarget
public void setSourceIdsForTarget(String targetId,
List<String> sourceIds)
throws DirectoryException
- Throws:
DirectoryException
setTargetIdsForSource
public void setTargetIdsForSource(String sourceId,
List<String> targetIds)
throws DirectoryException
- Throws:
DirectoryException
Copyright © 2011 Nuxeo SAS. All Rights Reserved.