コード例 #1
0
 public void deleteExecution(final String executionId) {
   reportService.deleteExecution(Long.valueOf(executionId));
 }