Package org.duracloud.duradmin.util
Class PropertiesUtils
java.lang.Object
org.duracloud.duradmin.util.PropertiesUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic List<NameValuePair>convertExtendedProperties(Map<String, String> properties) getProperties(ContentStore contentStore, String spaceId, String contentId) static Objectstatic voidhandle(String method, String context, Map<String, String> properties, javax.servlet.http.HttpServletRequest request) static Objectstatic voidsetProperties(ContentStore contentStore, String spaceId, String contentId, Map<String, String> properties)
-
Method Details
-
setProperties
public static void setProperties(ContentStore contentStore, String spaceId, String contentId, Map<String, String> properties) throws ContentStoreException- Throws:
ContentStoreException
-
getProperties
public static Map<String,String> getProperties(ContentStore contentStore, String spaceId, String contentId) throws ContentStoreException - Throws:
ContentStoreException
-
convertExtendedProperties
-
remove
-
add
-
getValue
-
handle
-