Uses of Class
org.activiti.cloud.services.modeling.entity.ModelEntity
-
Packages that use ModelEntity Package Description org.activiti.cloud.services.modeling.entity org.activiti.cloud.services.modeling.jpa -
-
Uses of ModelEntity in org.activiti.cloud.services.modeling.entity
Methods in org.activiti.cloud.services.modeling.entity that return ModelEntity Modifier and Type Method Description ModelEntityModelVersionEntity. getVersionedEntity()Methods in org.activiti.cloud.services.modeling.entity that return types with arguments of type ModelEntity Modifier and Type Method Description java.util.List<ModelEntity>ProjectEntity. getModels()Methods in org.activiti.cloud.services.modeling.entity with parameters of type ModelEntity Modifier and Type Method Description voidModelVersionEntity. setVersionedEntity(ModelEntity versionedEntity)Method parameters in org.activiti.cloud.services.modeling.entity with type arguments of type ModelEntity Modifier and Type Method Description voidProjectEntity. setModels(java.util.List<ModelEntity> models) -
Uses of ModelEntity in org.activiti.cloud.services.modeling.jpa
Methods in org.activiti.cloud.services.modeling.jpa that return ModelEntity Modifier and Type Method Description ModelEntityModelRepositoryImpl. createModel(ModelEntity model)ModelEntityModelRepositoryImpl. updateModel(ModelEntity modelToBeUpdated, ModelEntity newModel)ModelEntityModelRepositoryImpl. updateModelContent(ModelEntity modelToBeUpdate, org.activiti.cloud.services.common.file.FileContent fileContent)Methods in org.activiti.cloud.services.modeling.jpa that return types with arguments of type ModelEntity Modifier and Type Method Description org.springframework.data.domain.Page<ModelEntity>ModelJpaRepository. findAllByProjectIdAndTypeEquals(java.lang.String projectId, java.lang.String modelTypeFilter, org.springframework.data.domain.Pageable pageable)java.util.Optional<ModelEntity>ModelRepositoryImpl. findModelById(java.lang.String modelId)org.springframework.data.domain.Page<ModelEntity>ModelRepositoryImpl. getModels(ProjectEntity project, org.activiti.cloud.modeling.api.ModelType modelTypeFilter, org.springframework.data.domain.Pageable pageable)java.lang.Class<ModelEntity>ModelRepositoryImpl. getModelType()Methods in org.activiti.cloud.services.modeling.jpa with parameters of type ModelEntity Modifier and Type Method Description ModelEntityModelRepositoryImpl. createModel(ModelEntity model)voidModelRepositoryImpl. deleteModel(ModelEntity model)byte[]ModelRepositoryImpl. getModelContent(ModelEntity model)byte[]ModelRepositoryImpl. getModelExport(ModelEntity model)ModelEntityModelRepositoryImpl. updateModel(ModelEntity modelToBeUpdated, ModelEntity newModel)ModelEntityModelRepositoryImpl. updateModelContent(ModelEntity modelToBeUpdate, org.activiti.cloud.services.common.file.FileContent fileContent)
-