Uses of Class
org.activiti.cloud.services.modeling.entity.ModelEntity
Packages that use ModelEntity
Package
Description
-
Uses of ModelEntity in org.activiti.cloud.services.modeling.entity
Methods in org.activiti.cloud.services.modeling.entity that return ModelEntityMethods in org.activiti.cloud.services.modeling.entity that return types with arguments of type ModelEntityMethods in org.activiti.cloud.services.modeling.entity with parameters of type ModelEntityModifier and TypeMethodDescriptionvoidProjectEntity.addModel(ModelEntity model) voidProjectEntity.removeModel(ModelEntity model) voidModelVersionEntity.setVersionedEntity(ModelEntity versionedEntity) Method parameters in org.activiti.cloud.services.modeling.entity with type arguments of type ModelEntity -
Uses of ModelEntity in org.activiti.cloud.services.modeling.jpa
Methods in org.activiti.cloud.services.modeling.jpa that return ModelEntityModifier and TypeMethodDescriptionModelRepositoryImpl.copyModel(ModelEntity model, ProjectEntity project) ModelRepositoryImpl.createModel(ModelEntity model) ModelRepositoryImpl.updateModel(ModelEntity modelToBeUpdated, ModelEntity newModel) ModelRepositoryImpl.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 ModelEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ModelEntity> ModelJpaRepository.findAllByProjectIdAndNameLike(String projectId, String name, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ModelEntity> ModelJpaRepository.findAllByProjectIdAndTypeEquals(String projectId, String modelTypeFilter, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ModelEntity> ModelJpaRepository.findAllByScopeAndTypeEquals(ModelScope scope, String modelTypeFilter, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ModelEntity> ModelJpaRepository.findAllByScopeAndTypeEqualsWithOrphans(ModelScope scope, String modelTypeFilter, org.springframework.data.domain.Pageable pageable) ModelRepositoryImpl.findGlobalModelByNameAndType(String modelName, String modelTypeFilter) ModelRepositoryImpl.findModelById(String modelId) ModelJpaRepository.findModelByNameAndScopeAndTypeEquals(String modelName, ModelScope scope, String modelTypeFilter) ModelRepositoryImpl.findModelByNameInProject(ProjectEntity project, String modelName, String modelTypeFilter) ModelJpaRepository.findModelByProjectIdAndNameEqualsAndTypeEquals(String projectId, String modelName, String modelTypeFilter) org.springframework.data.domain.Page<ModelEntity> ModelRepositoryImpl.getGlobalModels(ModelType modelTypeFilter, boolean includeOrphans, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ModelEntity> ModelRepositoryImpl.getModels(ProjectEntity project, ModelType modelTypeFilter, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ModelEntity> ModelRepositoryImpl.getModelsByName(ProjectEntity project, String name, org.springframework.data.domain.Pageable pageable) ModelRepositoryImpl.getModelType()Methods in org.activiti.cloud.services.modeling.jpa with parameters of type ModelEntityModifier and TypeMethodDescriptionModelRepositoryImpl.copyModel(ModelEntity model, ProjectEntity project) ModelRepositoryImpl.createModel(ModelEntity model) voidModelRepositoryImpl.deleteModel(ModelEntity model) byte[]ModelRepositoryImpl.getModelContent(ModelEntity model) byte[]ModelRepositoryImpl.getModelExport(ModelEntity model) ModelRepositoryImpl.updateModel(ModelEntity modelToBeUpdated, ModelEntity newModel) ModelRepositoryImpl.updateModelContent(ModelEntity modelToBeUpdate, org.activiti.cloud.services.common.file.FileContent fileContent)