org.kuali.ole.docstore.discovery.rest
Class DocumentResources
java.lang.Object
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.
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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method ingest the string content and returns the response |
String |
findById(String id)
|
String |
getCheckOutResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
String category,
String type,
String format,
String staringUUID,
String numUUIDs)
|
protected Response |
processDeleteRequest(Request dsRequest)
|
String |
remove(String ids,
String identifierType,
String operation)
|
String |
removeDocuments(String deleteRequest)
|
String |
update(String stringContent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentResources
public DocumentResources()
create
public String create(@Context
javax.servlet.http.HttpServletRequest request,
@Context
javax.servlet.http.HttpServletResponse response)
throws Exception
- This method ingest the string content and returns the response
- Returns:
-
- Throws:
IOException
Exception
findById
public String findById(String id)
throws Exception
- Parameters:
id
-
- Returns:
-
- Throws:
Exception
getCheckOutResponse
public String getCheckOutResponse(@Context
javax.servlet.http.HttpServletRequest httpServletRequest,
String category,
String type,
String format,
String staringUUID,
String numUUIDs)
throws Exception
- 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:
update
public String update(@PathVariable(value="stringContent")
String stringContent)
remove
public String remove(String ids,
String identifierType,
String operation)
throws IOException
- Throws:
IOException
removeDocuments
public String removeDocuments(@PathVariable(value="deleteRequest")
String deleteRequest)
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.