Uses of Class
de.trustable.ca3s.core.service.dto.AuditTraceView
-
Packages that use AuditTraceView Package Description de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of AuditTraceView in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository that return types with arguments of type AuditTraceView Modifier and Type Method Description org.springframework.data.domain.Page<AuditTraceView>AuditTraceViewRepository. findSelection(Map<String,String[]> parameterMap)static org.springframework.data.domain.Page<AuditTraceView>AuditTraceSpecifications. handleQueryParamsCertificateView(javax.persistence.EntityManager entityManager, javax.persistence.criteria.CriteriaBuilder cb, Map<String,String[]> parameterMap) -
Uses of AuditTraceView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type AuditTraceView Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<AuditTraceView>>AuditTraceViewResource. getAllAuditTraces(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request, Long certificateId, Long csrId, Long pipelineId, Long caConnectorId, Long processInfoId)GET /audit-trace-views: get all the auditTraces.org.springframework.http.ResponseEntity<List<AuditTraceView>>AuditTraceListResource. getAllCertificates(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request)GET /auditTraceList: get all audit traces.
-