mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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>.
|
||||
|
Reference in New Issue
Block a user