Package org.camunda.automator.services
Class ServiceAccess
java.lang.Object
org.camunda.automator.services.ServiceAccess
This class reference all services, and can be pass in any new object to give access to all services
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.scheduling.TaskSchedulergetTaskScheduler(String schedulerName) Executor to run everything that is scheduled (also @Scheduled)
-
Field Details
-
serviceDataOperation
-
-
Constructor Details
-
ServiceAccess
public ServiceAccess()
-
-
Method Details
-
getTaskScheduler
Executor to run everything that is scheduled (also @Scheduled)
-