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