Return Return     Main page Main page      Update Update     Online help Online help     Monitoring with a Rich Desktop Application Desktop     Choice of period :  Day Day  Week Week  Month Month  Year Year  All All  Customized Customized


           (m/d/yy)     



Usages of SELECT evento.obj->>'eventCode' as eventCode, evento.obj->>'eventAt' as eventAt, evento.obj->>'description' as description, evento.obj->>'nsu' as nsu, evento.obj->>'justificativa' as justificativa FROM document_status ds, jsonb_array_elements(ds.history) WITH ORDINALITY evento(obj) where ds.key = ? and evento.obj->>'eventCode' is not null order by evento.obj->>'eventAt' desc

RequestFind usages
spring  graphDocumentService.consultarHistoricoDeManifestacaoPorChave Find usages