Uses of Class
org.flowable.ui.modeler.model.AppDefinitionRepresentation
-
Packages that use AppDefinitionRepresentation Package Description org.flowable.ui.modeler.model org.flowable.ui.modeler.service org.flowable.ui.modeler.serviceapi -
-
Uses of AppDefinitionRepresentation in org.flowable.ui.modeler.model
Fields in org.flowable.ui.modeler.model declared as AppDefinitionRepresentation Modifier and Type Field Description protected AppDefinitionRepresentationAppDefinitionSaveRepresentation. appDefinitionprotected AppDefinitionRepresentationAppDefinitionUpdateResultRepresentation. appDefinitionMethods in org.flowable.ui.modeler.model that return AppDefinitionRepresentation Modifier and Type Method Description AppDefinitionRepresentationAppDefinitionSaveRepresentation. getAppDefinition()AppDefinitionRepresentationAppDefinitionUpdateResultRepresentation. getAppDefinition()Methods in org.flowable.ui.modeler.model with parameters of type AppDefinitionRepresentation Modifier and Type Method Description voidAppDefinitionSaveRepresentation. setAppDefinition(AppDefinitionRepresentation appDefinition)voidAppDefinitionUpdateResultRepresentation. setAppDefinition(AppDefinitionRepresentation appDefinition) -
Uses of AppDefinitionRepresentation in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return AppDefinitionRepresentation Modifier and Type Method Description protected AppDefinitionRepresentationAppDefinitionExportService. createAppDefinitionRepresentation(AbstractModel model)protected AppDefinitionRepresentationAppDefinitionImportService. createAppDefinitionRepresentation(AbstractModel model)protected AppDefinitionRepresentationAppDefinitionServiceImpl. createAppDefinitionRepresentation(AbstractModel model)AppDefinitionRepresentationAppDefinitionServiceImpl. getAppDefinition(String modelId)AppDefinitionRepresentationAppDefinitionServiceImpl. getAppDefinitionHistory(String modelId, String modelHistoryId)protected AppDefinitionRepresentationAppDefinitionImportService. importAppDefinition(InputStream is, String fileName, Model existingAppModel, ConverterContext converterContext)AppDefinitionRepresentationAppDefinitionImportService. importAppDefinition(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file)protected AppDefinitionRepresentationAppDefinitionImportService. importAppDefinitionModel(Model appDefinitionModel, Model existingAppModel, ConverterContext converterContext)AppDefinitionRepresentationAppDefinitionImportService. importAppDefinitionNewVersion(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file, String appDefId)Methods in org.flowable.ui.modeler.service with parameters of type AppDefinitionRepresentation Modifier and Type Method Description voidAppDefinitionExportService. createAppDefinitionBar(javax.servlet.http.HttpServletResponse response, Model appModel, AppDefinitionRepresentation appDefinition)protected voidAppDefinitionExportService. createAppDefinitionZip(javax.servlet.http.HttpServletResponse response, Model appModel, AppDefinitionRepresentation appDefinition) -
Uses of AppDefinitionRepresentation in org.flowable.ui.modeler.serviceapi
Methods in org.flowable.ui.modeler.serviceapi that return AppDefinitionRepresentation Modifier and Type Method Description AppDefinitionRepresentationAppDefinitionService. getAppDefinition(String appDefinitionId)AppDefinitionRepresentationAppDefinitionService. getAppDefinitionHistory(String modelId, String modelHistoryId)
-