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

connector.quartz.update.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="id" alias="id"  type="integer" isnull="false">任务Id</COL>
	    <COL name="cmd" alias="cmd"  type="enums" className="net.wicp.tams.common.spring.connector.quartz.Cmd" isnull="false">start:启动 stop:停止 Cron:cron表达式</COL>	    
		<COL name="cronExpression" alias="cronExpression"  type="string" isnull="true">cron表达式</COL>
	</PropertyIn>
	<PropertyOut>
	</PropertyOut>
</InterFaceMapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy