Uses of Class
org.dspace.rest.common.Bitstream
-
Packages that use Bitstream Package Description org.dspace.rest org.dspace.rest.common -
-
Uses of Bitstream in org.dspace.rest
Methods in org.dspace.rest that return Bitstream Modifier and Type Method Description BitstreamItemsResource. addItemBitstream(String itemId, InputStream inputStream, String name, String description, String groupId, Integer year, Integer month, Integer day, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Create bitstream in item.BitstreamBitstreamResource. getBitstream(String bitstreamId, String expand, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Return bitstream properties without file data.Bitstream[]BitstreamResource. getBitstreams(String expand, Integer limit, Integer offset, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Read list of bitstreams.Bitstream[]ItemsResource. getItemBitstreams(String itemId, Integer limit, Integer offset, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Return array of bitstreams in item.Methods in org.dspace.rest with parameters of type Bitstream Modifier and Type Method Description javax.ws.rs.core.ResponseBitstreamResource. updateBitstream(String bitstreamId, Bitstream bitstream, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Update bitstream metadata. -
Uses of Bitstream in org.dspace.rest.common
Methods in org.dspace.rest.common that return Bitstream Modifier and Type Method Description BitstreamCollection. getLogo()BitstreamCommunity. getLogo()Methods in org.dspace.rest.common that return types with arguments of type Bitstream Modifier and Type Method Description List<Bitstream>Item. getBitstreams()Methods in org.dspace.rest.common with parameters of type Bitstream Modifier and Type Method Description voidCommunity. setLogo(Bitstream logo)Method parameters in org.dspace.rest.common with type arguments of type Bitstream Modifier and Type Method Description voidItem. setBitstreams(List<Bitstream> bitstreams)
-