BitstreamRest |
BitstreamRestRepository.findByItemHandle(String handle,
Integer sequence,
String filename) |
Find the bitstream for the provided handle and sequence or filename.
|
BitstreamRest |
BitstreamRestRepository.findOne(org.dspace.core.Context context,
UUID id) |
|
BitstreamRest |
CollectionLogoLinkRepository.getLogo(javax.servlet.http.HttpServletRequest request,
UUID collectionId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
|
BitstreamRest |
CommunityLogoLinkRepository.getLogo(javax.servlet.http.HttpServletRequest request,
UUID communityId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
|
BitstreamRest |
ProcessOutputLinkRepository.getOutputFromProcess(javax.servlet.http.HttpServletRequest request,
Integer processId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
This method will retrieve the output for the Process as defined through the
given ID in the rest call.
|
BitstreamRest |
BundlePrimaryBitstreamLinkRepository.getPrimaryBitstream(javax.servlet.http.HttpServletRequest request,
UUID bundleId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
|
BitstreamRest |
ProcessRestRepository.getProcessBitstreamByType(Integer processId,
String type) |
Retrieves the Bitstream in the given Process of a given type
|
BitstreamRest |
ProcessFilesLinkRepository.getResource(javax.servlet.http.HttpServletRequest request,
String processId,
String fileType,
org.springframework.data.domain.Pageable pageable,
Projection projection) |
This method will retrieve a bitstream for the given processId for the given fileType
|
BitstreamRest |
BitstreamThumbnailLinkRepository.getThumbnail(javax.servlet.http.HttpServletRequest request,
UUID bitstreamId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
|
BitstreamRest |
ItemThumbnailLinkRepository.getThumbnail(javax.servlet.http.HttpServletRequest request,
UUID itemId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
|
BitstreamRest |
CollectionRestRepository.setLogo(org.dspace.core.Context context,
org.dspace.content.Collection collection,
org.springframework.web.multipart.MultipartFile uploadfile) |
Method to install a logo on a Collection which doesn't have a logo
Called by request mappings in CollectionLogoController
|
BitstreamRest |
CommunityRestRepository.setLogo(org.dspace.core.Context context,
org.dspace.content.Community community,
org.springframework.web.multipart.MultipartFile uploadfile) |
Method to install a logo on a Community which doesn't have a logo
Called by request mappings in CommunityLogoController
|
BitstreamRest |
BundleRestRepository.uploadBitstream(org.dspace.core.Context context,
org.dspace.content.Bundle bundle,
String fileName,
InputStream fileInputStream,
String properties) |
Method to upload a bitstream to a bundle.
|