public class TimelineNoteResourceHandler extends DefaultResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetTimelineNoteParameter,GetCollectionTimelineNoteParameter>
Constructor and Description |
---|
TimelineNoteResourceHandler() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
handleGetInternally(GetTimelineNoteParameter getTimelineNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get a note with timeline specific attributes
|
javax.ws.rs.core.Response |
handleListInternally(GetCollectionTimelineNoteParameter parametersAsObject,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Get a list of note with timeline specific attributes
|
handleCreateInternally, handleDeleteInternally, handleEditInternally
handleCreate, handleDelete, handleEdit, handleGet, handleList, setValidator
public javax.ws.rs.core.Response handleGetInternally(GetTimelineNoteParameter getTimelineNoteParameter, String requestedMimeType, javax.ws.rs.core.UriInfo uriInfo, String requestSessionId, javax.ws.rs.core.Request request) throws ResponseBuildException, ExtensionNotSupportedException
handleGetInternally
in class DefaultResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetTimelineNoteParameter,GetCollectionTimelineNoteParameter>
getTimelineNoteParameter
- GetTimelineNoteParameter
requestedMimeType
- is the mime type that indicates which data exchange format to useuriInfo
- this object is created by the request and contains some request specific datarequestSessionId
- sessionIdrequest
- - javax requestResponse
ResponseBuildException
- exception while building the responseExtensionNotSupportedException
- extension is not supportedpublic javax.ws.rs.core.Response handleListInternally(GetCollectionTimelineNoteParameter parametersAsObject, String requestedMimeType, javax.ws.rs.core.UriInfo uriInfo, String requestSessionId, javax.ws.rs.core.Request request) throws ResponseBuildException, ExtensionNotSupportedException
handleListInternally
in class DefaultResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetTimelineNoteParameter,GetCollectionTimelineNoteParameter>
parametersAsObject
- GetCollectionTimelineNoteParameter
requestedMimeType
- is the mime type that indicates which data exchange format to useuriInfo
- this object is created by the request and contains some request specific datarequestSessionId
- sessionIdrequest
- - javax requestResponse
ResponseBuildException
- exception while building the responseExtensionNotSupportedException
- extension is not supportedCopyright © 2019 Communote team. All rights reserved.