Ejemplo n.º 1
0
 private String modifyDatastreamByReference(
     String pid, String contentLocation, String checksumType, String checksum) throws Exception {
   return apim.modifyDatastreamByReference(
       pid,
       "DS",
       new String[] {},
       "testManagedDatastreams",
       "text/plain",
       "",
       contentLocation,
       checksumType,
       checksum,
       "testManagedDatastreams",
       false);
 }