|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.docstore.discovery.rest.DocumentResources
public class DocumentResources
Created with IntelliJ IDEA. User: Sreekanth Date: 8/3/12 Time: 3:47 PM To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
DocumentResources()
|
Method Summary | |
---|---|
Response |
buildResponse(List<String> uuidList,
String category,
String type,
String format)
This method builds the response for the list of UUID's |
String |
checkIn(Request dsRequest,
Response dsResponse)
|
protected String |
checkOut(String uuid,
String requestType)
|
String |
create(String stringContent)
This method ingest the string content and returns the response |
String |
create(String bagIt,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String apiType)
This method ingest the bagcontent |
String |
findById(String id)
|
String |
getCheckOutResponse(String requestXML,
String category,
String type,
String format,
String staringUUID,
String numUUIDs)
|
protected Response |
processDeleteRequest(Request dsRequest)
|
String |
remove(String ids,
String identifierType,
String operation)
|
String |
update(String stringContent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentResources()
Method Detail |
---|
public String findById(String id) throws Exception
id
-
Exception
public String getCheckOutResponse(String requestXML, String category, String type, String format, String staringUUID, String numUUIDs) throws Exception
requestXML
-
Exception
public Response buildResponse(List<String> uuidList, String category, String type, String format)
uuidList
- category
- type
- format
-
public String create(@PathVariable(value="ingestContent") String stringContent) throws IOException
stringContent
-
IOException
public String create(String bagIt, @Context javax.servlet.http.HttpServletRequest request, @Context javax.servlet.http.HttpServletResponse response, String apiType) throws IOException
bagIt
- request
- response
- apiType
-
IOException
public String update(@PathVariable(value="stringContent") String stringContent)
public String remove(String ids, String identifierType, String operation) throws IOException
IOException
protected Response processDeleteRequest(Request dsRequest) throws IOException
IOException
public String checkIn(Request dsRequest, Response dsResponse)
protected String checkOut(String uuid, String requestType) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |