org.kuali.ole.docstore.discovery.rest
Class DocumentResources

java.lang.Object
  extended by org.kuali.ole.docstore.discovery.rest.DocumentResources

public class DocumentResources
extends Object

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

DocumentResources

public DocumentResources()
Method Detail

findById

public String findById(String id)
                throws Exception
Parameters:
id -
Returns:
Throws:
Exception

getCheckOutResponse

public String getCheckOutResponse(String requestXML,
                                  String category,
                                  String type,
                                  String format,
                                  String staringUUID,
                                  String numUUIDs)
                           throws Exception
Parameters:
requestXML -
Returns:
Throws:
Exception

buildResponse

public Response buildResponse(List<String> uuidList,
                              String category,
                              String type,
                              String format)
This method builds the response for the list of UUID's

Parameters:
uuidList -
category -
type -
format -
Returns:

create

public String create(@PathVariable(value="ingestContent")
                     String stringContent)
              throws IOException
This method ingest the string content and returns the response

Parameters:
stringContent -
Returns:
Throws:
IOException

create

public String create(String bagIt,
                     @Context
                     javax.servlet.http.HttpServletRequest request,
                     @Context
                     javax.servlet.http.HttpServletResponse response,
                     String apiType)
              throws IOException
This method ingest the bagcontent

Parameters:
bagIt -
request -
response -
apiType -
Returns:
Throws:
IOException

update

public String update(@PathVariable(value="stringContent")
                     String stringContent)

remove

public String remove(String ids,
                     String identifierType,
                     String operation)
              throws IOException
Throws:
IOException

processDeleteRequest

protected Response processDeleteRequest(Request dsRequest)
                                 throws IOException
Throws:
IOException

checkIn

public String checkIn(Request dsRequest,
                      Response dsResponse)

checkOut

protected String checkOut(String uuid,
                          String requestType)
                   throws IOException
Throws:
IOException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.