mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Daily merge.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@2882 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
*/
|
||||
package org.alfresco.repo.node.db;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
import org.alfresco.repo.domain.ChildAssoc;
|
||||
@@ -42,6 +41,11 @@ public interface NodeDaoService
|
||||
*/
|
||||
public boolean isDirty();
|
||||
|
||||
/**
|
||||
* Flush the data changes to the persistence layer.
|
||||
*/
|
||||
public void flush();
|
||||
|
||||
/**
|
||||
* Fetch a list of all stores in the repository
|
||||
*
|
||||
@@ -168,16 +172,6 @@ public interface NodeDaoService
|
||||
Node targetNode,
|
||||
QName assocTypeQName);
|
||||
|
||||
/**
|
||||
* @return Returns the target nodes for the association
|
||||
*/
|
||||
public Collection<Node> getNodeAssocTargets(Node sourceNode, QName assocTypeQName);
|
||||
|
||||
/**
|
||||
* @return Returns the source nodes for the association
|
||||
*/
|
||||
public Collection<Node> getNodeAssocSources(Node targetNode, QName assocTypeQName);
|
||||
|
||||
/**
|
||||
* @param assoc the node association to remove
|
||||
*/
|
||||
|
Reference in New Issue
Block a user