| 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 |
|---|---|
ModelRepresentation |
ApiModelsResource.createModel(ModelRepresentation modelRepresentation) |
protected ModelRepresentation |
ApiModelResource.createNewModel(String name,
String description,
Integer modelType,
String editorJson) |
ModelRepresentation |
ApiModelResource.getModel(String modelId)
GET /models/{modelId} -> Get process model
|
ModelRepresentation |
ApiModelsResource.importProcessModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
ApiModelResource.saveModel(String modelId,
org.springframework.util.MultiValueMap<String,String> values)
POST /models/{modelId}/editor/json -> save the JSON model
|
protected ModelRepresentation |
ApiModelResource.updateModel(Model model,
org.springframework.util.MultiValueMap<String,String> values,
boolean forceNewVersion) |
ModelRepresentation |
ApiModelResource.updateModel(String modelId,
ModelRepresentation updatedModel)
PUT /rest/models/{modelId} -> update process model properties
|
| Modifier and Type | Method and Description |
|---|---|
ModelRepresentation |
ApiModelsResource.createModel(ModelRepresentation modelRepresentation) |
ModelRepresentation |
ApiModelResource.updateModel(String modelId,
ModelRepresentation updatedModel)
PUT /rest/models/{modelId} -> update process model properties
|
| Modifier and Type | Method and Description |
|---|---|
ModelRepresentation |
ModelsResource.createModel(ModelRepresentation modelRepresentation) |
protected ModelRepresentation |
ModelResource.createNewModel(String name,
String description,
Integer modelType,
String editorJson) |
ModelRepresentation |
ModelsResource.duplicateModel(String modelId,
ModelRepresentation modelRepresentation) |
ModelRepresentation |
ModelResource.getModel(String modelId)
GET /rest/models/{modelId} -> Get process model
|
ModelRepresentation |
ModelHistoryResource.getProcessModelHistory(String modelId,
String modelHistoryId) |
ModelRepresentation |
AbstractModelHistoryResource.getProcessModelHistory(String modelId,
String modelHistoryId) |
ModelRepresentation |
ModelsResource.importCaseModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
ModelsResource.importDecisionServiceModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
DecisionTableResource.importDecisionTable(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
ModelResource.importNewVersion(String modelId,
org.springframework.web.multipart.MultipartFile file)
POST /rest/models/{modelId}/newversion -> create a new model version
|
ModelRepresentation |
ModelsResource.importProcessModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
ModelResource.saveModel(String modelId,
org.springframework.util.MultiValueMap<String,String> values)
POST /rest/models/{modelId}/editor/json -> save the JSON model
|
protected ModelRepresentation |
ModelResource.updateModel(Model model,
org.springframework.util.MultiValueMap<String,String> values,
boolean forceNewVersion) |
ModelRepresentation |
ModelResource.updateModel(String modelId,
ModelRepresentation updatedModel)
PUT /rest/models/{modelId} -> update process model properties
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelsResource.checkForDuplicateKey(ModelRepresentation modelRepresentation) |
ModelRepresentation |
ModelsResource.createModel(ModelRepresentation modelRepresentation) |
ModelRepresentation |
ModelsResource.duplicateModel(String modelId,
ModelRepresentation modelRepresentation) |
ModelRepresentation |
ModelResource.updateModel(String modelId,
ModelRepresentation updatedModel)
PUT /rest/models/{modelId} -> update process model properties
|
| 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 |
FlowableDecisionServiceService.importDecisionService(javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile file) |
ModelRepresentation |
FlowableModelQueryService.importDecisionServiceModel(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,
String 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,
String createdBy) |
String |
ModelService.createModelJson(ModelRepresentation model) |
Copyright © 2023 Flowable. All rights reserved.