Uses of Class
org.flowable.ui.modeler.domain.AppModelDefinition
-
Packages that use AppModelDefinition Package Description org.flowable.ui.modeler.domain org.flowable.ui.modeler.service -
-
Uses of AppModelDefinition in org.flowable.ui.modeler.domain
Fields in org.flowable.ui.modeler.domain with type parameters of type AppModelDefinition Modifier and Type Field Description protected List<AppModelDefinition>AppDefinition. cmmnModelsprotected List<AppModelDefinition>AppDefinition. modelsMethods in org.flowable.ui.modeler.domain that return types with arguments of type AppModelDefinition Modifier and Type Method Description List<AppModelDefinition>AppDefinition. getCmmnModels()List<AppModelDefinition>AppDefinition. getModels()Method parameters in org.flowable.ui.modeler.domain with type arguments of type AppModelDefinition Modifier and Type Method Description voidAppDefinition. setCmmnModels(List<AppModelDefinition> cmmnModels)voidAppDefinition. setModels(List<AppModelDefinition> models) -
Uses of AppModelDefinition in org.flowable.ui.modeler.service
Method parameters in org.flowable.ui.modeler.service with type arguments of type AppModelDefinition Modifier and Type Method Description protected voidAppDefinitionExportService. createBpmnZipEntries(List<AppModelDefinition> modelDefinitions, ZipOutputStream zipOutputStream, ConverterContext converterContext)protected voidAppDefinitionExportService. createCmmnZipEntries(List<AppModelDefinition> modelDefinitions, ZipOutputStream zipOutputStream, ConverterContext converterContext)
-