@Override
    public Vector<Path> getBPMNPaths(String idBPMN) {
        String query = "select * from glimpse.path where id_bpmn = \'"+idBPMN+"';";
        Vector<Path> retrievedPath = new Vector<Path>();