DM user usages - 1st pass fixes (recalc and clear)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-11-20 23:32:06 +00:00
parent 9451780b51
commit 16de2cc1e1
5 changed files with 177 additions and 83 deletions

View File

@@ -393,6 +393,20 @@ public interface NodeDaoService
String value,
NodePropertyHandler handler);
/**
* Iterate over all nodes that have a given creator
*
* @param storeRef the store to search in
* @param userName the user to match
* @param handler the callback to use while iterating over the URLs
* @return Returns the values for the given owner
*/
@DirtySessionAnnotation(markDirty=true)
public void getNodesWithCreatorAndStore(
StoreRef storeRef,
String userName,
NodeRefQueryCallback resultsCallback);
/**
* Iterate over all property values for the given type definition. This will also dig out values that
* were persisted as type <b>d:any</b>.