Interface SchedulerJobConfiguration
- All Known Implementing Classes:
ExpiringJobConfiguration
,PriorityReevaluationJobConfiguration
,QuartzRefreshableJobConfiguration
,RecoveryJobConfiguration
,TimerJobConfiguration
,UnknownJobConfiguration
public interface SchedulerJobConfiguration
This is a default configuration class for the scheduler. It contains all necessary information to schedule/unschedule
a job.
Created by TimeaP on 8/3/2017.
-
Method Summary
-
Method Details
-
getProcessEngineId
ProcessEngineID getProcessEngineId() -
getType
ScheduledJobType getType() -
getTenantId
String getTenantId() -
getCaseId
long getCaseId() -
getTaskId
long getTaskId() -
getDueDate
DateValue getDueDate() -
getReevaluationTime
ReevaluationTime getReevaluationTime() -
getStartTime
DateTimeValue getStartTime() -
getExpression
String getExpression()
-