mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Audit queries
- Any combination of application (e.g. RM, repo, etc), user and time - TODO: Extend queries to support finding audit entries by arbitrary audited values - TODO: Full map retrieval in single query git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16086 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,6 +27,7 @@ package org.alfresco.repo.domain.propval;
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
import org.alfresco.repo.domain.CrcHelper;
|
||||
import org.alfresco.util.Pair;
|
||||
|
||||
/**
|
||||
@@ -84,6 +85,11 @@ public interface PropertyValueDAO
|
||||
//================================
|
||||
// 'alf_prop_string_value' accessors
|
||||
//================================
|
||||
/**
|
||||
* Utility method to get query parameters for case-sensitive string searching
|
||||
* @see CrcHelper
|
||||
*/
|
||||
Pair<String, Long> getPropertyStringCaseSensitiveSearchParameters(String value);
|
||||
/**
|
||||
* <b>alf_prop_string_value</b> accessor
|
||||
*
|
||||
|
Reference in New Issue
Block a user