DS-3154: Fix some of the Javadocs errors in dspace-api

This commit is contained in:
Tim Donohue
2016-04-29 09:04:36 -05:00
parent 842f61999f
commit ca78a45532
257 changed files with 2028 additions and 1285 deletions

View File

@@ -107,7 +107,7 @@ public class RDFUtil {
* @return The converted data or null if the conversion result is empty.
* Remember to close the model as soon as you don't need it anymore.
* @throws RDFMissingIdentifierException If no identifier could be generated.
* @throws java.sql.SQLException
* @throws SQLException if database error
* @throws ItemNotArchivedException If you want to convert an Item that is
* not archived.
* @throws ItemWithdrawnException If you want to convert an Item that is
@@ -158,7 +158,7 @@ public class RDFUtil {
* @return The converted data or null if the conversion result is empty.
* Remember to close the model as soon as you don't need it anymore.
* @throws RDFMissingIdentifierException If no identifier could be generated.
* @throws java.sql.SQLException
* @throws SQLException if database error
* @throws ItemNotArchivedException If you want to convert an Item that is
* not archived.
* @throws ItemWithdrawnException If you want to convert an Item that is
@@ -210,7 +210,7 @@ public class RDFUtil {
* anonymous user here, as the triple store probably provides
* a public SPARQL endpoint.
* @param dso The DSpaceObjet to check.
* @throws SQLException
* @throws SQLException if database error
* @throws ItemNotArchivedException If {@code dso} is an Item and is not
* archived.
* @throws ItemWithdrawnException If {@code dso} is an Item and is withdrawn.
@@ -254,7 +254,7 @@ public class RDFUtil {
* @return true if {@link #isPublic(Context, DSpaceObject)
* isPublic(Context, DSpaceObject)} doesn't throw an exception, false if it
* did.
* @throws SQLException
* @throws SQLException if database error
*/
public static boolean isPublicBoolean(Context context, DSpaceObject dso)
throws SQLException
@@ -284,7 +284,7 @@ public class RDFUtil {
* @param type DSpaceObject type (e.g. {@link Constants#ITEM Constants.ITEM}).
* @param id Id of the DspaceObject.
* @param handle Handle of the DSpaceObject.
* @throws SQLException
* @throws SQLException if database error
* @throws RDFMissingIdentifierException In case that no Identifier could be generated.
*/
public static void delete(Context ctx, int type, UUID id, String handle, List<String> identifiers)