Uses of Class
org.flowable.ui.modeler.domain.ModelHistory
-
Packages that use ModelHistory Package Description org.flowable.ui.modeler.repository org.flowable.ui.modeler.service org.flowable.ui.modeler.serviceapi -
-
Uses of ModelHistory in org.flowable.ui.modeler.repository
Methods in org.flowable.ui.modeler.repository that return ModelHistory Modifier and Type Method Description ModelHistoryModelHistoryRepository. get(String id)ModelHistoryModelHistoryRepositoryImpl. get(String id)Methods in org.flowable.ui.modeler.repository that return types with arguments of type ModelHistory Modifier and Type Method Description List<ModelHistory>ModelHistoryRepository. findByModelId(String modelId)List<ModelHistory>ModelHistoryRepositoryImpl. findByModelId(String modelId)List<ModelHistory>ModelHistoryRepository. findByModelTypAndCreatedBy(String createdBy, Integer modelType)List<ModelHistory>ModelHistoryRepositoryImpl. findByModelTypAndCreatedBy(String createdBy, Integer modelType)Methods in org.flowable.ui.modeler.repository with parameters of type ModelHistory Modifier and Type Method Description voidModelHistoryRepository. delete(ModelHistory modelHistory)voidModelHistoryRepositoryImpl. delete(ModelHistory modelHistory)voidModelHistoryRepository. save(ModelHistory modelHistory)voidModelHistoryRepositoryImpl. save(ModelHistory modelHistory) -
Uses of ModelHistory in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return ModelHistory Modifier and Type Method Description protected ModelHistoryModelServiceImpl. createNewModelhistory(Model model)ModelHistoryModelServiceImpl. createNewModelVersionAndReturnModelHistory(Model modelObject, String comment, String updatedBy)protected ModelHistoryBaseFlowableModelService. getModelHistory(String modelId, String modelHistoryId, boolean checkRead, boolean checkEdit)ModelHistoryModelServiceImpl. getModelHistory(String modelId, String modelHistoryId)Methods in org.flowable.ui.modeler.service with parameters of type ModelHistory Modifier and Type Method Description protected voidModelServiceImpl. persistModelHistory(ModelHistory modelHistory)protected voidModelServiceImpl. populateModelBasedOnHistory(Model model, ModelHistory basedOn)ReviveModelResultRepresentationModelServiceImpl. reviveProcessModelHistory(ModelHistory modelHistory, String userId, String newVersionComment) -
Uses of ModelHistory in org.flowable.ui.modeler.serviceapi
Methods in org.flowable.ui.modeler.serviceapi that return ModelHistory Modifier and Type Method Description ModelHistoryModelService. createNewModelVersionAndReturnModelHistory(Model modelObject, String comment, String updatedBy)ModelHistoryModelService. getModelHistory(String modelId, String modelHistoryId)Methods in org.flowable.ui.modeler.serviceapi with parameters of type ModelHistory Modifier and Type Method Description ReviveModelResultRepresentationModelService. reviveProcessModelHistory(ModelHistory modelHistory, String userId, String newVersionComment)
-