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 Set<ModelEntity>ProjectEntity. getModels()Methods in org.activiti.cloud.services.modeling.entity with parameters of type ModelEntity Modifier and Type Method Description voidProjectEntity. 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 Modifier and Type Method Description voidProjectEntity. setModels(Set<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. copyModel(ModelEntity model, ProjectEntity project)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(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)Optional<ModelEntity>ModelRepositoryImpl. findGlobalModelByNameAndType(String modelName, String modelTypeFilter)Optional<ModelEntity>ModelRepositoryImpl. findModelById(String modelId)List<ModelEntity>ModelJpaRepository. findModelByNameAndScopeAndTypeEquals(String modelName, ModelScope scope, String modelTypeFilter)Optional<ModelEntity>ModelRepositoryImpl. findModelByNameInProject(ProjectEntity project, String modelName, String modelTypeFilter)List<ModelEntity>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)Class<ModelEntity>ModelRepositoryImpl. getModelType()Methods in org.activiti.cloud.services.modeling.jpa with parameters of type ModelEntity Modifier and Type Method Description ModelEntityModelRepositoryImpl. copyModel(ModelEntity model, ProjectEntity project)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)
-