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

io.vertigo.orchestra.model.referential.states.ksp Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package io.vertigo.orchestra.domain.referential

create DtDefinition DtOExecutionState {
	storeName : "orchestra"
	id estCd	{domain : DoOCodeIdentifiant, label :"Code", }
	field label   	{domain : DoOLibelle, label :"Libellé", cardinality: "?",}
  
}

create DtDefinition DtOSchedulerState {
	storeName : "orchestra"
	id sstCd	{domain : DoOCodeIdentifiant, label :"Code", }
	field label   	{domain : DoOLibelle, label :"Libellé", cardinality: "?",}
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy