Class ExpiringJobConfiguration
java.lang.Object
com.aquima.interactions.process.scheduler.utility.ExpiringJobConfiguration
- All Implemented Interfaces:
SchedulerJobConfiguration
Configuration for jobs that are executing task expiration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
getType()
void
setCaseId
(long caseId) void
setDueDate
(DateValue dueDate) void
setExpression
(String expression) 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
-
getCaseId
public long getCaseId()- Specified by:
getCaseId
in interfaceSchedulerJobConfiguration
-
setCaseId
public void setCaseId(long caseId) -
getTaskId
public long getTaskId()- Specified by:
getTaskId
in interfaceSchedulerJobConfiguration
-
setTaskId
public void setTaskId(long taskId) -
getDueDate
- Specified by:
getDueDate
in interfaceSchedulerJobConfiguration
-
setDueDate
-
getExpression
- Specified by:
getExpression
in interfaceSchedulerJobConfiguration
-
setExpression
-
getReevaluationTime
- Specified by:
getReevaluationTime
in interfaceSchedulerJobConfiguration
-
getStartTime
- Specified by:
getStartTime
in interfaceSchedulerJobConfiguration
-