Package ru.i_novus.ms.rdm.api.service
Interface AsyncOperationLogEntryService
@Path("/asynclog")
@Produces("application/json")
@Consumes("application/json")
public interface AsyncOperationLogEntryService
-
Method Summary
Modifier and Type Method Description AsyncOperationLogEntryget(java.util.UUID id)org.springframework.data.domain.Page<AsyncOperationStatusEnum>getOperationStatuses()org.springframework.data.domain.Page<AsyncOperationTypeEnum>getOperationTypes()org.springframework.data.domain.Page<AsyncOperationLogEntry>search(AsyncOperationLogEntryCriteria criteria)
-
Method Details
-
search
@GET org.springframework.data.domain.Page<AsyncOperationLogEntry> search(@BeanParam AsyncOperationLogEntryCriteria criteria) -
get
-
getOperationTypes
@GET @Path("/types") org.springframework.data.domain.Page<AsyncOperationTypeEnum> getOperationTypes() -
getOperationStatuses
@GET @Path("/statuses") org.springframework.data.domain.Page<AsyncOperationStatusEnum> getOperationStatuses()
-