added DecisionTable/DataSource model type
This commit is contained in:
parent
3e0a6d7767
commit
dac93ad154
@ -29,7 +29,9 @@ public interface ModelsApi {
|
|||||||
enum ModelType {
|
enum ModelType {
|
||||||
Process(0),
|
Process(0),
|
||||||
Form(2),
|
Form(2),
|
||||||
App(3);
|
App(3),
|
||||||
|
DecisionTable(4),
|
||||||
|
DataModel(5);
|
||||||
|
|
||||||
private int id;
|
private int id;
|
||||||
private ModelType(int id) {
|
private ModelType(int id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user