Class RecoveryJobConfiguration
java.lang.Object
com.aquima.interactions.process.scheduler.utility.RecoveryJobConfiguration
- All Implemented Interfaces:
SchedulerJobConfiguration
Configuration for jobs that are responsible for reopen pending automatic tasks.
- Author:
- Voicu Moldovan
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
getType()
void
setProcessEngineId
(ProcessEngineID processEngineId) void
setTaskId
(long taskId) void
setTenantId
(String tenantId) protected void
setType
(ScheduledJobType type)
-
Method Details
-
getProcessEngineId
- Specified by:
getProcessEngineId
in interfaceSchedulerJobConfiguration
-
setProcessEngineId
-
getType
- Specified by:
getType
in interfaceSchedulerJobConfiguration
-
setType
-
getTenantId
- Specified by:
getTenantId
in interfaceSchedulerJobConfiguration
-
setTenantId
-
getTaskId
public long getTaskId()- Specified by:
getTaskId
in interfaceSchedulerJobConfiguration
-
setTaskId
public void setTaskId(long taskId) -
getCaseId
public long getCaseId()- Specified by:
getCaseId
in interfaceSchedulerJobConfiguration
-
getDueDate
- Specified by:
getDueDate
in interfaceSchedulerJobConfiguration
-
getReevaluationTime
- Specified by:
getReevaluationTime
in interfaceSchedulerJobConfiguration
-
getStartTime
- Specified by:
getStartTime
in interfaceSchedulerJobConfiguration
-
getExpression
- Specified by:
getExpression
in interfaceSchedulerJobConfiguration
-