public interface JobRegister
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeExecutedConcurrently() |
Class<?> |
getJobClass() |
String |
getJobDescription() |
String |
getJobName()
Return the name to register the job with
|
Map<String,Serializable> |
getJobParameters() |
Trigger |
getTrigger() |
String getJobName()
boolean canBeExecutedConcurrently()
Trigger getTrigger()
Class<?> getJobClass()
Map<String,Serializable> getJobParameters()
String getJobDescription()
Copyright © 2019 Bonitasoft S.A.. All rights reserved.