限定符和类型 | 方法和说明 |
---|---|
RunType |
ScheduleRecord.getRunType() |
限定符和类型 | 方法和说明 |
---|---|
ScheduleRecord |
ScheduleRecord.runType(RunType runType) |
void |
ScheduleRecord.setRunType(RunType runType) |
限定符和类型 | 方法和说明 |
---|---|
RunType |
OutputSystemMsg.runType() |
RunType |
OutputSMS.runType() |
RunType |
OutputPrint.runType() |
RunType |
OutputMount.runType() |
RunType |
OutputFtp.runType() |
RunType |
OutputEmail.runType() |
RunType |
OutputClientNotification.runType() |
RunType |
OutputClass.runType() |
abstract RunType |
BaseOutputAction.runType() |
限定符和类型 | 方法和说明 |
---|---|
RunType |
ScheduleRecordEntity.getRunType() |
限定符和类型 | 方法和说明 |
---|---|
ScheduleRecordEntity |
ScheduleRecordEntity.runType(RunType runType) |
void |
ScheduleRecordEntity.setRunType(RunType runType) |
限定符和类型 | 方法和说明 |
---|---|
RunType |
RunTypeConverter.convertToEntityAttribute(java.lang.Integer s) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Integer |
RunTypeConverter.convertToDatabaseColumn(RunType runType) |
限定符和类型 | 方法和说明 |
---|---|
RunType |
BaseOutputActionEntity.getRunType() |
限定符和类型 | 方法和说明 |
---|---|
BaseOutputActionEntity |
BaseOutputActionEntity.runType(RunType runType) |
void |
BaseOutputActionEntity.setRunType(RunType runType) |
限定符和类型 | 方法和说明 |
---|---|
static RunType |
RunType.parse(int value) |
static RunType |
RunType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RunType[] |
RunType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
AbstractScheduleJob.recordError(ScheduleTask scheduleTask,
java.lang.Exception exception,
java.lang.Class<? extends com.fr.third.v2.org.quartz.Job> jobClass,
boolean isSkip,
java.lang.String currentUserName,
RunType runType)
记录错误信息
|
void |
AbstractScheduleJob.recordSuccess(ScheduleTask scheduleTask,
java.lang.String currentUserName,
RunType runType)
记录成功执行信息
|
限定符和类型 | 字段和说明 |
---|---|
protected RunType |
BaseCalculationJob.runType |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<RunType> |
BaseRestriction.getRunTypes() |
限定符和类型 | 方法和说明 |
---|---|
void |
BaseRestriction.setRunTypes(java.util.List<RunType> runType) |