Uses of Class
org.flowable.ui.modeler.model.ModelRepresentation
-
Packages that use ModelRepresentation Package Description org.flowable.ui.modeler.model org.flowable.ui.modeler.service org.flowable.ui.modeler.serviceapi -
-
Uses of ModelRepresentation in org.flowable.ui.modeler.model
Subclasses of ModelRepresentation in org.flowable.ui.modeler.model Modifier and Type Class Description classAppDefinitionListModelRepresentationRepresentation of app definitions to be used in the model overview. -
Uses of ModelRepresentation in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return ModelRepresentation Modifier and Type Method Description protected ModelRepresentationFlowableModelQueryService. createModelRepresentation(AbstractModel model)ModelRepresentationModelServiceImpl. getModelRepresentation(String modelId)ModelRepresentationFlowableModelQueryService. importCaseModel(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file)ModelRepresentationFlowableDecisionServiceService. importDecisionService(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file)ModelRepresentationFlowableModelQueryService. importDecisionServiceModel(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file)ModelRepresentationFlowableDecisionTableService. importDecisionTable(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file)ModelRepresentationModelServiceImpl. importNewVersion(String modelId, String fileName, InputStream modelStream)ModelRepresentationFlowableModelQueryService. importProcessModel(javax.servlet.http.HttpServletRequest request, org.springframework.web.multipart.MultipartFile file)Methods in org.flowable.ui.modeler.service with parameters of type ModelRepresentation Modifier and Type Method Description ModelModelServiceImpl. createModel(ModelRepresentation model, String editorJson, String createdBy)StringModelServiceImpl. createModelJson(ModelRepresentation model) -
Uses of ModelRepresentation in org.flowable.ui.modeler.serviceapi
Methods in org.flowable.ui.modeler.serviceapi that return ModelRepresentation Modifier and Type Method Description ModelRepresentationModelService. getModelRepresentation(String modelId)ModelRepresentationModelService. importNewVersion(String modelId, String fileName, InputStream modelStream)Methods in org.flowable.ui.modeler.serviceapi with parameters of type ModelRepresentation Modifier and Type Method Description ModelModelService. createModel(ModelRepresentation model, String editorJson, String createdBy)StringModelService. createModelJson(ModelRepresentation model)
-