public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static NamedValue |
createNamedValue(String name,
String value)
Creates a single valued named value.
|
static NamedValue |
createNamedValue(String name,
String[] values)
Creates a multi-valued named value
|
static String |
getNodeRef(Reference reference)
Gets the node reference string for a given Reference object
|
static String |
getStoreRef(Store store)
Gets the store reference string for a given Store object.
|
public static NamedValue createNamedValue(String name, String value)
name - the namevalue - the valuepublic static NamedValue createNamedValue(String name, String[] values)
name - the namevalues - the array of valuespublic static String getStoreRef(Store store)
store - the storeCopyright © 2005–2014 Alfresco Software. All rights reserved.