public class PropertiesUtils extends Object
| Constructor and Description |
|---|
PropertiesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
add(String name,
String value,
Map<String,String> properties) |
static List<NameValuePair> |
convertExtendedProperties(Map<String,String> properties) |
static Map<String,String> |
getProperties(org.duracloud.client.ContentStore contentStore,
String spaceId,
String contentId) |
static Object |
getValue(String key,
Map<String,String> properties) |
static void |
handle(String method,
String context,
Map<String,String> properties,
javax.servlet.http.HttpServletRequest request) |
static Object |
remove(String name,
Map<String,String> properties) |
static void |
setProperties(org.duracloud.client.ContentStore contentStore,
String spaceId,
String contentId,
Map<String,String> properties) |
public static void setProperties(org.duracloud.client.ContentStore contentStore,
String spaceId,
String contentId,
Map<String,String> properties)
throws org.duracloud.error.ContentStoreException
org.duracloud.error.ContentStoreExceptionpublic static Map<String,String> getProperties(org.duracloud.client.ContentStore contentStore, String spaceId, String contentId) throws org.duracloud.error.ContentStoreException
org.duracloud.error.ContentStoreExceptionpublic static List<NameValuePair> convertExtendedProperties(Map<String,String> properties)
Copyright © 2009–2016 DuraSpace. All rights reserved.