Package org.dspace.app.rest.repository
Class ViewEventRestRepository
- java.lang.Object
-
- org.dspace.app.rest.repository.AbstractDSpaceRestRepository
-
- org.dspace.app.rest.repository.ViewEventRestRepository
-
@Component("statistics.viewevent") public class ViewEventRestRepository extends AbstractDSpaceRestRepository
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
converter, requestService, utils
-
-
Constructor Summary
Constructors Constructor Description ViewEventRestRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewEventRestcreateViewEvent()-
Methods inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
getRequestService, obtainContext
-
-
-
-
Method Detail
-
createViewEvent
public ViewEventRest createViewEvent() throws org.dspace.authorize.AuthorizeException, SQLException
- Throws:
org.dspace.authorize.AuthorizeExceptionSQLException
-
-