| Package | Description |
|---|---|
| org.flowable.ui.modeler.model | |
| org.flowable.ui.modeler.service | |
| org.flowable.ui.modeler.serviceapi |
| Modifier and Type | Field and Description |
|---|---|
protected AppDefinitionRepresentation |
AppDefinitionUpdateResultRepresentation.appDefinition |
protected AppDefinitionRepresentation |
AppDefinitionSaveRepresentation.appDefinition |
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionRepresentation |
AppDefinitionUpdateResultRepresentation.getAppDefinition() |
AppDefinitionRepresentation |
AppDefinitionSaveRepresentation.getAppDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionUpdateResultRepresentation.setAppDefinition(AppDefinitionRepresentation appDefinition) |
void |
AppDefinitionSaveRepresentation.setAppDefinition(AppDefinitionRepresentation appDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected AppDefinitionRepresentation |
AppDefinitionServiceImpl.createAppDefinitionRepresentation(AbstractModel model) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.createAppDefinitionRepresentation(AbstractModel model) |
protected AppDefinitionRepresentation |
AppDefinitionExportService.createAppDefinitionRepresentation(AbstractModel model) |
AppDefinitionRepresentation |
AppDefinitionServiceImpl.getAppDefinition(String modelId) |
AppDefinitionRepresentation |
AppDefinitionServiceImpl.getAppDefinitionHistory(String modelId,
String modelHistoryId) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinition(javax.servlet.http.HttpServletRequest request,
InputStream is,
String fileName,
Model existingAppModel,
Map<String,Model> existingProcessModelMap,
Map<String,Model> existingCaseModelMap,
Map<String,Model> existingFormModelMap,
Map<String,Model> existingDecisionTableModelMap) |
AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinition(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinitionModel(Model appDefinitionModel,
Model existingAppModel,
Map<String,Model> bpmnModelIdAndModelMap,
Map<String,Model> cmmnModelIdAndModelMap) |
AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinitionNewVersion(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file,
String appDefId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionExportService.createAppDefinitionBar(javax.servlet.http.HttpServletResponse response,
Model appModel,
AppDefinitionRepresentation appDefinition) |
protected void |
AppDefinitionExportService.createAppDefinitionZip(javax.servlet.http.HttpServletResponse response,
Model appModel,
AppDefinitionRepresentation appDefinition) |
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionRepresentation |
AppDefinitionService.getAppDefinition(String appDefinitionId) |
AppDefinitionRepresentation |
AppDefinitionService.getAppDefinitionHistory(String modelId,
String modelHistoryId) |
Copyright © 2018 Flowable. All rights reserved.