mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-2147 renaming method which gets storage props (#778)
* ACS-2147: Adding missing ContentStore implementation, switching some logging to trace. * ACS-2147: Renaming getObjectStorageProperties to getStorageProperties * [maven-release-plugin][skip ci] prepare release 14.20 * [maven-release-plugin][skip ci] prepare for next development iteration * Fix/mnt 21506 sanitation create people (#756) * MNT-21506: sanitize username on nodeBrowser Repo * [maven-release-plugin][skip ci] prepare release 14.21 * [maven-release-plugin][skip ci] prepare for next development iteration * ACS-2148: Adding get StorageObjectProps to ContentService (#773) * ACS-2148: Adding get StorageObjectProps to ContentService and implementation. * ACS-2148: Adding propertyQName param to get storage property method. * ACS-2148: Security config for added method. * ACS-2148: Renaming getObjectStorageProperties to getStorageProperties * ACS-2148: Javadoc fix * ACS-2148: Fixing security context after method renaming. * ACS-2148: ContentService with new method names. * ACS-2147: Adding missing ContentStore implementation, switching some logging to trace. * ACS-2147: Renaming getObjectStorageProperties to getStorageProperties * ACS-2148: ContentService with new method names. * ACS-2148: Small fixes after code review.
This commit is contained in:
@@ -340,7 +340,7 @@ public interface ContentStore
|
||||
* @return Returns a key-value (String-String) collection of storage headers/properties with their respective values.
|
||||
*/
|
||||
@Experimental
|
||||
default Map<String, String> getObjectStorageProperties(String contentUrl)
|
||||
default Map<String, String> getStorageProperties(String contentUrl)
|
||||
{
|
||||
return Collections.emptyMap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user