You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/30 08:13:30 UTC

[GitHub] [dolphinscheduler] zwZjut commented on issue #7065: [Feature][dolphinscheduler-api] access control of ExecutorService and schedulerService in project

zwZjut commented on issue #7065:
URL: https://github.com/apache/dolphinscheduler/issues/7065#issuecomment-982386033


   num | Interface | Interface method | reason
   -- | -- | -- | -- 
   1 | ExecutorService | execProcessInstance | processDefinitionMapper.queryByCode used in this method
   2 | ExecutorService | execute | findProcessInstanceDetailById used in this method
   36 | SchedulerService | createSchedule | processDefinitionMapper.queryByCode used in this method
   37 | SchedulerService | updateSchedule | processDefinitionMapper.queryByCode used in this method
   38 | SchedulerService | setScheduleState | processDefinitionMapper.queryByCode used in this method
   39 | SchedulerService | querySchedule | processDefinitionMapper.queryByCode used in this method
   40 | SchedulerService | updateScheduleByProcessDefinitionCode | processDefinitionMapper.queryByCode used in this method
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org