public class CollectionDropDown extends Object
| Constructor and Description |
|---|
CollectionDropDown() |
| Modifier and Type | Method and Description |
|---|---|
static String |
collectionPath(Collection col)
Get full path starting from a top-level community via subcommunities down to a collection.
|
static String |
collectionPath(Collection col,
int maxchars)
Get full path starting from a top-level community via subcommunities down to a collection.
|
public static String collectionPath(Collection col) throws SQLException
col - Get full path for this collectionSQLExceptionpublic static String collectionPath(Collection col, int maxchars) throws SQLException
col - Get full path for this collectionmaxchars - Truncate the full path to maxchar characters. 0 means do not truncate.SQLExceptionCopyright © 2013 DuraSpace. All Rights Reserved.