| Package | Description |
|---|---|
| org.flowable.ui.modeler.model | |
| org.flowable.ui.modeler.service | |
| org.flowable.ui.modeler.serviceapi |
| Modifier and Type | Class and Description |
|---|---|
class |
AppDefinitionListModelRepresentation
Representation of app definitions to be used in the model overview.
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelRepresentation |
FlowableModelQueryService.createModelRepresentation(AbstractModel model) |
ModelRepresentation |
ModelServiceImpl.getModelRepresentation(String modelId) |
ModelRepresentation |
FlowableModelQueryService.importCaseModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
FlowableDecisionTableService.importDecisionTable(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
ModelServiceImpl.importNewVersion(String modelId,
String fileName,
InputStream modelStream) |
ModelRepresentation |
FlowableModelQueryService.importProcessModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelServiceImpl.createModel(ModelRepresentation model,
String editorJson,
org.flowable.idm.api.User createdBy) |
String |
ModelServiceImpl.createModelJson(ModelRepresentation model) |
| Modifier and Type | Method and Description |
|---|---|
ModelRepresentation |
ModelService.getModelRepresentation(String modelId) |
ModelRepresentation |
ModelService.importNewVersion(String modelId,
String fileName,
InputStream modelStream) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelService.createModel(ModelRepresentation model,
String editorJson,
org.flowable.idm.api.User createdBy) |
String |
ModelService.createModelJson(ModelRepresentation model) |
Copyright © 2018 Flowable. All rights reserved.