| Package | Description |
|---|---|
| org.flowable.ui.modeler.domain | |
| org.flowable.ui.modeler.service |
| Modifier and Type | Field and Description |
|---|---|
protected List<AppModelDefinition> |
AppDefinition.cmmnModels |
protected List<AppModelDefinition> |
AppDefinition.models |
| Modifier and Type | Method and Description |
|---|---|
List<AppModelDefinition> |
AppDefinition.getCmmnModels() |
List<AppModelDefinition> |
AppDefinition.getModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinition.setCmmnModels(List<AppModelDefinition> cmmnModels) |
void |
AppDefinition.setModels(List<AppModelDefinition> models) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppDefinitionExportService.createBpmnZipEntries(List<AppModelDefinition> modelDefinitions,
ZipOutputStream zipOutputStream,
ConverterContext converterContext) |
protected void |
AppDefinitionExportService.createCmmnZipEntries(List<AppModelDefinition> modelDefinitions,
ZipOutputStream zipOutputStream,
ConverterContext converterContext) |
Copyright © 2021 Flowable. All rights reserved.