com.smartclient.debug.public.sc.client.schema.QuartzJobDataMap.ds.xml.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartgwt Show documentation
Show all versions of smartgwt Show documentation
SmartGWT - GWT API's for SmartClient
The newest version!
isc.DataSource.create({
ID:"QuartzJobDataMap",
dbName:"ANY_DATA",
serverConstructor:"com.isomorphic.scheduler.QuartzJobDataMap",
fields:{
group:{
name:"group",
primaryKey:true,
required:true,
type:"string"
},
name:{
name:"name",
primaryKey:true,
required:true,
type:"string"
},
key:{
name:"key",
required:true,
type:"string"
},
value:{
name:"value",
required:true,
type:"string"
}
}
})