Interface AuditEventsAdminController


  • @RestController
    @RequestMapping(value="/admin/v1/events",
                    produces={"application/hal+json","application/json"})
    public interface AuditEventsAdminController
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.hateoas.PagedResources<org.springframework.hateoas.Resource<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,​CloudRuntimeEventType>>> findAll​(org.springframework.data.domain.Pageable pageable)  
    • Method Detail

      • findAll

        @RequestMapping(method=GET)
        org.springframework.hateoas.PagedResources<org.springframework.hateoas.Resource<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,​CloudRuntimeEventType>>> findAll​(org.springframework.data.domain.Pageable pageable)