| |
|
Line 525
|
Parallel
|
Line 525
|
Parallel
|
| 525 |
+ " REPORTVIEW " + "where DCS.perftaskid = DCG.perftaskid and DCG.datacollectiongroupid = PODCGM.datacollectiongroupid and " |
525 |
+ " REPORTVIEW " + "where DCS.perftaskid = DCG.perftaskid and DCG.datacollectiongroupid = PODCGM.datacollectiongroupid and " |
| 526 |
+ "PODCGM.performanceobjectid = PO.performanceobjectid and " |
526 |
+ "PODCGM.performanceobjectid = PO.performanceobjectid and " |
| 527 |
+ "DCG.datacollectiongroupid != 3 and DCS.resourceid = ? and PO.performanceobjectid = ?" |
527 |
+ "DCG.datacollectiongroupid != 3 and DCS.resourceid = ? and PO.performanceobjectid = ?" |
| 528 |
+ " and REPORTVIEW.performanceobjectid = PO.performanceobjectid and REPORTVIEW.reportcategoryid " + reportCategoryId; |
528 |
+ " and REPORTVIEW.performanceobjectid = PO.performanceobjectid and REPORTVIEW.reportcategoryid = " + reportCategoryId; |
| 529 |
try |
529 |
try |
| 530 |
{ |
530 |
{ |
| 531 |
ArrayList<Derivedobject> derived_list = (ArrayList<Derivedobject>) this.getAllDerivedObjects(); |
531 |
ArrayList<Derivedobject> derived_list = (ArrayList<Derivedobject>) this.getAllDerivedObjects(); |
| |