Class EventResource
- java.lang.Object
-
- org.openmetadata.service.resources.events.EventResource
-
@Path("/v1/events") @Produces("application/json") @Consumes("application/json") public class EventResource extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventResource.EventList
-
Constructor Summary
Constructors Constructor Description EventResource(CollectionDAO dao, Authorizer authorizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Valid ResultList<ChangeEvent>get(javax.ws.rs.core.UriInfo uriInfo, String entityCreated, String entityUpdated, String entityRestored, String entityDeleted, long timestamp)
-
-
-
Constructor Detail
-
EventResource
public EventResource(CollectionDAO dao, Authorizer authorizer)
-
-
Method Detail
-
get
@GET @Valid public @Valid ResultList<ChangeEvent> get(@Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam("entityCreated") String entityCreated, @QueryParam("entityUpdated") String entityUpdated, @QueryParam("entityRestored") String entityRestored, @QueryParam("entityDeleted") String entityDeleted, @QueryParam("timestamp") long timestamp) throws IOException
- Throws:
IOException
-
-