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(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(ContentStore contentStore,
String spaceId,
String contentId,
Map<String,String> properties) |
public static void setProperties(ContentStore contentStore, String spaceId, String contentId, Map<String,String> properties) throws ContentStoreException
ContentStoreException
public static Map<String,String> getProperties(ContentStore contentStore, String spaceId, String contentId) throws ContentStoreException
ContentStoreException
public static List<NameValuePair> convertExtendedProperties(Map<String,String> properties)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.