All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connector.quartz.add.xml Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<InterFaceMapping>
	<PropertyIn>
		<COL name="jobName" alias="jobName"  type="string" isnull="false">任务名称</COL>
		<COL name="jobGroup" alias="jobGroup"  type="string" isnull="false">任务分组</COL>
		<COL name="cronExpression" alias="cronExpression"  type="string" isnull="false">cron表达式</COL>
		<COL name="isActiv" alias="isActiv"  type="enums" className="net.wicp.tams.common.constant.dic.YesOrNo" isnull="true">任务状态,是否活动任务,默认为是</COL>
		<COL name="isConcurrent" alias="isConcurrent"  type="enums" className="net.wicp.tams.common.constant.dic.YesOrNo" isnull="true">任务是否有状态,默认为无状态</COL>
		<COL name="springName" alias="springName"  type="string" isnull="true">spring管理的bean名字</COL>
		<COL name="beanClass" alias="beanClass"  type="string" isnull="true">不受spring管理的类名</COL>
		<COL name="description" alias="description"  type="string" isnull="true">任务描述</COL>
	</PropertyIn>
	<PropertyOut>
		<COL name="jobId" type="object">结果</COL>
	</PropertyOut>
</InterFaceMapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy