mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
add collection metadata (provenance, copyright, short description) in the collection response
This commit is contained in:
@@ -90,6 +90,13 @@ public class Collection extends DSpaceObject
|
||||
/** The default group of administrators */
|
||||
private Group admins;
|
||||
|
||||
// Keys for accessing Collection metadata
|
||||
public static final String COPYRIGHT_TEXT = "copyright_text";
|
||||
public static final String INTRODUCTORY_TEXT = "introductory_text";
|
||||
public static final String SHORT_DESCRIPTION = "short_description";
|
||||
public static final String SIDEBAR_TEXT = "side_bar_text";
|
||||
public static final String PROVENANCE_TEXT = "provenance_description";
|
||||
|
||||
/**
|
||||
* Construct a collection with the given table row
|
||||
*
|
||||
|
Reference in New Issue
Block a user