mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
[DS-864] Added and clarified javadoc.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6281 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -684,7 +684,13 @@ public class Bitstream extends DSpaceObject
|
|||||||
public int getStoreNumber() {
|
public int getStoreNumber() {
|
||||||
return bRow.getIntColumn("store_number");
|
return bRow.getIntColumn("store_number");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the parent object of a bitstream. It can either be an item if this is a normal
|
||||||
|
* bitstream, otherwise it could be a collection or a community if it is a logo.
|
||||||
|
* @return
|
||||||
|
* @throws SQLException
|
||||||
|
*/
|
||||||
public DSpaceObject getParentObject() throws SQLException
|
public DSpaceObject getParentObject() throws SQLException
|
||||||
{
|
{
|
||||||
Bundle[] bundles = getBundles();
|
Bundle[] bundles = getBundles();
|
||||||
|
@@ -625,7 +625,7 @@ public class FlowItemUtils
|
|||||||
*
|
*
|
||||||
* @param context Current dspace content
|
* @param context Current dspace content
|
||||||
* @param itemID The item id from which to remove bitstreams
|
* @param itemID The item id from which to remove bitstreams
|
||||||
* @param bitstreamIDs A bundle slash bitstream id pair of bitstreams to be removed.
|
* @param bitstreamIDs A bundleID slash bitstreamID pair of bitstreams to be removed.
|
||||||
* @return A flow result
|
* @return A flow result
|
||||||
*/
|
*/
|
||||||
public static FlowResult processDeleteBitstreams(Context context, int itemID, String[] bitstreamIDs) throws SQLException, AuthorizeException, IOException, UIException
|
public static FlowResult processDeleteBitstreams(Context context, int itemID, String[] bitstreamIDs) throws SQLException, AuthorizeException, IOException, UIException
|
||||||
|
Reference in New Issue
Block a user