mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
JavaDoc for transfer service.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18913 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,7 +32,13 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
|
||||
/**
|
||||
* @author brian
|
||||
*
|
||||
*
|
||||
* NodeFinders find nodes related to the current node.
|
||||
* The NodeCrawler will first initialise this filter by calling the
|
||||
* setServiceRegistry and init methods. Then the findFrom method will be called to find
|
||||
* other nodes.
|
||||
*
|
||||
* @see org.alfresco.repo.transfer.ChildAssociatedNodeFinder
|
||||
*/
|
||||
public interface NodeFinder
|
||||
{
|
||||
@@ -44,7 +50,14 @@ public interface NodeFinder
|
||||
*/
|
||||
Set<NodeRef> findFrom(NodeRef thisNode);
|
||||
|
||||
/**
|
||||
* called by the node crawler to initialise this class.
|
||||
*/
|
||||
void init();
|
||||
|
||||
/**
|
||||
*
|
||||
* @param serviceRegistry
|
||||
*/
|
||||
void setServiceRegistry(ServiceRegistry serviceRegistry);
|
||||
}
|
||||
|
Reference in New Issue
Block a user