AppElementRelatioinAPI

class deepfos.api.app.AppElementRelatioinAPI(root: deepfos.api.base.RootAPI)
by_cite(elementType, elementName, folderId=None, path=None, relationType=None)

获取某元素关联引用的元素列表接口

参数
返回类型

Union[List[ElementRelationInfo], Awaitable[List[ElementRelationInfo]]]

by_cited(elementType, elementName, folderId=None, path=None, relationType=None)

获取某元素关联被引用的元素列表接口

参数
返回类型

Union[List[ElementRelationInfo], Awaitable[List[ElementRelationInfo]]]

referenced_element(elementInfoBaseDtoList)

获取某元素关联被引用的元素列表接口-批量

获取某元素关联被引用的元素列表-批量

参数

elementInfoBaseDtoListList[ElementInfoBaseDto]

返回类型

Union[List[ReferencedElementVO], Awaitable[List[ReferencedElementVO]]]