org.duraspace.fcrepo.cloudsync.service.rest
Class TaskLogResource
java.lang.Object
org.duraspace.fcrepo.cloudsync.service.rest.TaskLogResource
public class TaskLogResource
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TASKLOG_JSON
public static final String TASKLOG_JSON
- See Also:
- Constant Field Values
TASKLOG_XML
public static final String TASKLOG_XML
- See Also:
- Constant Field Values
TASKLOGS_JSON
public static final String TASKLOGS_JSON
- See Also:
- Constant Field Values
TASKLOGS_XML
public static final String TASKLOGS_XML
- See Also:
- Constant Field Values
JSON
protected static final String JSON
- See Also:
- Constant Field Values
TEXT
protected static final String TEXT
- See Also:
- Constant Field Values
XML
protected static final String XML
- See Also:
- Constant Field Values
STATUS_200_OK
protected static final String STATUS_200_OK
- See Also:
- Constant Field Values
STATUS_201_CREATED
protected static final String STATUS_201_CREATED
- See Also:
- Constant Field Values
STATUS_204_NO_CONTENT
protected static final String STATUS_204_NO_CONTENT
- See Also:
- Constant Field Values
service
protected final CloudSyncService service
TaskLogResource
public TaskLogResource(CloudSyncService service)
listTaskLogs
public List<TaskLog> listTaskLogs(@Context
javax.ws.rs.core.UriInfo uriInfo,
@Context
javax.servlet.http.HttpServletRequest req)
getTaskLog
public TaskLog getTaskLog(@Context
javax.ws.rs.core.UriInfo uriInfo,
@Context
javax.servlet.http.HttpServletRequest req,
String id)
getTaskLogContent
public InputStream getTaskLogContent(String id)
deleteTaskLog
public void deleteTaskLog(String id)
Copyright © 2012 DuraSpace. All Rights Reserved.