| Modifier and Type | Method and Description |
|---|---|
Model |
ModelRelation.getModel() |
Model |
ModelRelation.getParentModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelRelation.setModel(Model model) |
void |
ModelRelation.setParentModel(Model parentModel) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelRepresentation.toModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelRepresentation.updateModel(Model model)
Update all editable properties of the given
Model based on the values in this instance. |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
ModelRepository.findModelsByChildModelId(String modelId) |
List<Model> |
ModelRepository.findModelsByKeyAndType(String key,
Integer modelType) |
List<Model> |
ModelRepository.findModelsByModelType(Integer modelType) |
List<Model> |
ModelRepository.findModelsByModelType(Integer modelType,
String filter) |
List<Model> |
ModelRepository.findModelsByParentModelId(String parentModelId) |
List<Model> |
ModelRepository.findModelsByParentModelIdAndType(String parentModelId,
Integer modelType) |
List<Model> |
ModelRepository.findModelsCreatedBy(String createdBy,
Integer modelType,
org.springframework.data.domain.Sort sort) |
List<Model> |
ModelRepository.findModelsCreatedBy(String createdBy,
Integer modelType,
String filter,
org.springframework.data.domain.Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelService.createModel(ModelRepresentation model,
String editorJson,
User createdBy) |
Model |
ModelService.createModel(Model newModel,
User createdBy) |
Model |
ModelService.createNewModelVersion(Model modelObject,
String comment,
User updatedBy) |
Model |
ModelService.getModel(String modelId) |
Model |
ModelService.saveModel(Model modelObject) |
Model |
ModelService.saveModel(Model modelObject,
String editorJson,
byte[] imageBytes,
boolean newVersion,
String newVersionComment,
User updatedBy) |
Model |
ModelService.saveModel(String modelId,
String name,
String key,
String description,
String editorJson,
boolean newVersion,
String newVersionComment,
User updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelService.createModel(Model newModel,
User createdBy) |
Model |
ModelService.createNewModelVersion(Model modelObject,
String comment,
User updatedBy) |
ModelHistory |
ModelService.createNewModelVersionAndReturnModelHistory(Model modelObject,
String comment,
User updatedBy) |
Model |
ModelService.saveModel(Model modelObject) |
Model |
ModelService.saveModel(Model modelObject,
String editorJson,
byte[] imageBytes,
boolean newVersion,
String newVersionComment,
User updatedBy) |
Deployment |
DeploymentService.updateAppDefinition(Model appDefinition,
User user) |
ModelKeyRepresentation |
ModelService.validateModelKey(Model model,
Integer modelType,
String key) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ModelService.getBpmnModel(AbstractModel model,
Map<String,Model> formMap,
Map<String,Model> decisionTableMap) |
BpmnModel |
ModelService.getBpmnModel(AbstractModel model,
Map<String,Model> formMap,
Map<String,Model> decisionTableMap) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelServiceImpl.createModel(ModelRepresentation model,
String editorJson,
User createdBy) |
Model |
ModelServiceImpl.createModel(Model newModel,
User createdBy) |
protected Model |
AppDefinitionImportService.createModelObject(String modelJson,
int modelType) |
Model |
ModelServiceImpl.createNewModelVersion(Model modelObject,
String comment,
User updatedBy) |
Model |
ActivitiDecisionTableService.getDecisionTableModel(String decisionTableId) |
Model |
ModelServiceImpl.getModel(String modelId) |
protected Model |
BaseActivitiModelService.getModel(String modelId,
boolean checkRead,
boolean checkEdit) |
protected Model |
ModelServiceImpl.internalSave(String name,
String key,
String description,
String editorJson,
boolean newVersion,
String newVersionComment,
byte[] imageBytes,
User updatedBy,
Model modelObject) |
protected Model |
ModelServiceImpl.persistModel(Model model) |
protected Model |
AppDefinitionImportService.readZipFile(InputStream inputStream,
Map<String,String> formMap,
Map<String,String> decisionTableMap,
Map<String,String> bpmnModelMap,
Map<String,byte[]> thumbnailMap) |
Model |
ModelServiceImpl.saveModel(Model modelObject) |
Model |
ModelServiceImpl.saveModel(Model modelObject,
String editorJson,
byte[] imageBytes,
boolean newVersion,
String newVersionComment,
User updatedBy) |
Model |
ModelServiceImpl.saveModel(String modelId,
String name,
String key,
String description,
String editorJson,
boolean newVersion,
String newVersionComment,
User updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Model> |
AppDefinitionImportService.importBpmnModels(Map<String,String> bpmnModelMap,
Map<String,Model> formKeyAndModelMap,
Map<String,Model> decisionTableKeyAndModelMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingProcessModelMap) |
protected Map<String,Model> |
AppDefinitionImportService.importDecisionTables(Map<String,String> decisionTableMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingDecisionTableMap) |
protected Map<String,Model> |
AppDefinitionImportService.importForms(Map<String,String> formMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingFormModelMap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppDefinitionExportService.createAppDefinitionZip(javax.servlet.http.HttpServletResponse response,
Model appModel,
AppDefinitionRepresentation appDefinition,
User user) |
Model |
ModelServiceImpl.createModel(Model newModel,
User createdBy) |
protected String |
AppDefinitionExportService.createModelEntryJson(Model model) |
protected ModelHistory |
ModelServiceImpl.createNewModelhistory(Model model) |
Model |
ModelServiceImpl.createNewModelVersion(Model modelObject,
String comment,
User updatedBy) |
ModelHistory |
ModelServiceImpl.createNewModelVersionAndReturnModelHistory(Model modelObject,
String comment,
User updatedBy) |
protected void |
AppDefinitionExportService.createZipEntries(Model model,
String directoryName,
ZipOutputStream zipOutputStream) |
protected void |
ModelServiceImpl.deleteModelAndChildren(Model model) |
void |
ModelImageService.generateThumbnailImage(Model model,
com.fasterxml.jackson.databind.node.ObjectNode editorJsonNode) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinition(javax.servlet.http.HttpServletRequest request,
InputStream is,
String fileName,
Model existingAppModel,
Map<String,Model> existingProcessModelMap,
Map<String,Model> existingFormModelMap,
Map<String,Model> existingDecisionTableModelMap) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinitionModel(Model appDefinitionModel,
Model existingAppModel,
Map<String,Model> bpmnModelIdAndModelMap) |
protected AbstractModel |
ModelServiceImpl.internalCreateNewModelVersion(Model modelObject,
String comment,
User updatedBy,
boolean returnModelHistory) |
protected void |
ModelServiceImpl.internalDeleteModelAndChildren(Model model,
List<Model> allModels) |
protected Model |
ModelServiceImpl.internalSave(String name,
String key,
String description,
String editorJson,
boolean newVersion,
String newVersionComment,
byte[] imageBytes,
User updatedBy,
Model modelObject) |
protected Model |
ModelServiceImpl.persistModel(Model model) |
protected void |
ModelServiceImpl.populateModelBasedOnHistory(Model model,
ModelHistory basedOn) |
void |
AppDefinitionPublishService.publishAppDefinition(String comment,
Model appDefinitionModel,
User user) |
Model |
ModelServiceImpl.saveModel(Model modelObject) |
Model |
ModelServiceImpl.saveModel(Model modelObject,
String editorJson,
byte[] imageBytes,
boolean newVersion,
String newVersionComment,
User updatedBy) |
ModelKeyRepresentation |
ModelServiceImpl.validateModelKey(Model model,
Integer modelType,
String key) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ModelServiceImpl.getBpmnModel(AbstractModel model,
Map<String,Model> formMap,
Map<String,Model> decisionTableMap) |
BpmnModel |
ModelServiceImpl.getBpmnModel(AbstractModel model,
Map<String,Model> formMap,
Map<String,Model> decisionTableMap) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinition(javax.servlet.http.HttpServletRequest request,
InputStream is,
String fileName,
Model existingAppModel,
Map<String,Model> existingProcessModelMap,
Map<String,Model> existingFormModelMap,
Map<String,Model> existingDecisionTableModelMap) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinition(javax.servlet.http.HttpServletRequest request,
InputStream is,
String fileName,
Model existingAppModel,
Map<String,Model> existingProcessModelMap,
Map<String,Model> existingFormModelMap,
Map<String,Model> existingDecisionTableModelMap) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinition(javax.servlet.http.HttpServletRequest request,
InputStream is,
String fileName,
Model existingAppModel,
Map<String,Model> existingProcessModelMap,
Map<String,Model> existingFormModelMap,
Map<String,Model> existingDecisionTableModelMap) |
protected AppDefinitionRepresentation |
AppDefinitionImportService.importAppDefinitionModel(Model appDefinitionModel,
Model existingAppModel,
Map<String,Model> bpmnModelIdAndModelMap) |
protected Map<String,Model> |
AppDefinitionImportService.importBpmnModels(Map<String,String> bpmnModelMap,
Map<String,Model> formKeyAndModelMap,
Map<String,Model> decisionTableKeyAndModelMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingProcessModelMap) |
protected Map<String,Model> |
AppDefinitionImportService.importBpmnModels(Map<String,String> bpmnModelMap,
Map<String,Model> formKeyAndModelMap,
Map<String,Model> decisionTableKeyAndModelMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingProcessModelMap) |
protected Map<String,Model> |
AppDefinitionImportService.importBpmnModels(Map<String,String> bpmnModelMap,
Map<String,Model> formKeyAndModelMap,
Map<String,Model> decisionTableKeyAndModelMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingProcessModelMap) |
protected Map<String,Model> |
AppDefinitionImportService.importDecisionTables(Map<String,String> decisionTableMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingDecisionTableMap) |
protected Map<String,Model> |
AppDefinitionImportService.importForms(Map<String,String> formMap,
Map<String,byte[]> thumbnailMap,
Map<String,Model> existingFormModelMap) |
protected void |
ModelServiceImpl.internalDeleteModelAndChildren(Model model,
List<Model> allModels) |
| Modifier and Type | Method and Description |
|---|---|
protected AppDefinition |
DeploymentServiceImpl.resolveAppDefinition(Model appDefinitionModel) |
Deployment |
DeploymentServiceImpl.updateAppDefinition(Model appDefinitionModel,
User user) |
Copyright © 2017 Alfresco. All rights reserved.