ConfigureAPI

class deepfos.api.business_model.ConfigureAPI(root: deepfos.api.base.RootAPI)
partitions(elementName, folderId=None, path=None)

业务模型模型列表查询-模型元素

list 根据模型名称、目录获取业务模型主/子模型信息列表

参数
返回类型

Union[List[PartitionDTO], Awaitable[List[PartitionDTO]]]

structure_top(elementName, folderId=None, path=None)

业务模型主表配置查询接口-模型元素

object 含数据表信息、字段信息、业务主键、冗余字段等

参数
返回类型

Union[StructureDTO, Awaitable[StructureDTO]]

structures(elementName, folderId=None, path=None)

业务模型表配置查询接口-模型元素

list 含数据表信息、字段信息、业务主键、冗余字段等

参数
返回类型

Union[List[StructureDTO], Awaitable[List[StructureDTO]]]