Uses of Class
org.flowable.ui.modeler.domain.AppDefinition
-
Packages that use AppDefinition Package Description org.flowable.ui.modeler.model org.flowable.ui.modeler.service -
-
Uses of AppDefinition in org.flowable.ui.modeler.model
Fields in org.flowable.ui.modeler.model declared as AppDefinition Modifier and Type Field Description protected AppDefinitionAppDefinitionListModelRepresentation. appDefinitionMethods in org.flowable.ui.modeler.model that return AppDefinition Modifier and Type Method Description AppDefinitionAppDefinitionListModelRepresentation. getAppDefinition()AppDefinitionAppDefinitionRepresentation. getDefinition()Methods in org.flowable.ui.modeler.model with parameters of type AppDefinition Modifier and Type Method Description voidAppDefinitionListModelRepresentation. setAppDefinition(AppDefinition appDefinition)voidAppDefinitionRepresentation. setDefinition(AppDefinition definition) -
Uses of AppDefinition in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return AppDefinition Modifier and Type Method Description protected AppDefinitionBaseAppDefinitionService. resolveAppDefinition(Model appDefinitionModel)Methods in org.flowable.ui.modeler.service with parameters of type AppDefinition Modifier and Type Method Description protected voidBaseAppDefinitionService. createDeployableAppModels(Model appDefinitionModel, AppDefinition appDefinition, Map<String,byte[]> deployableAssets, ConverterContext converterContext)protected byte[]BaseAppDefinitionService. createDeployableZipArtifact(Model appDefinitionModel, AppDefinition appDefinition)protected StringBaseAppDefinitionService. getAppDefinitionJson(Model appDefinitionModel, AppDefinition appDefinition)
-