public class DataClient extends AbstractClient
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAssociations(@NotNull String integrateId,
String fromIntegrationId,
String fromBusinessType,
String fromBusinessFlag,
com.bimface.data.bean.BusinessAssociationRequest request,
@NotNull String accessToken) |
void |
deleteAssociationsByBizIds(@NotNull String integrateId,
String businessType,
String businessFlag,
List<String> businessIds,
@NotNull String accessToken) |
void |
deleteAssociationsByBusinessId(@NotNull String integrateId,
@NotNull String businessType,
@NotNull String businessId,
@NotNull String accessToken) |
void |
deleteAssociationsByElementId(@NotNull String integrateId,
@NotNull String elementId,
String businessType,
String businessFlag,
List<String> businessIds,
@NotNull String accessToken) |
void |
deleteAssociationsByElements(@NotNull String integrateId,
String businessType,
String businessFlag,
List<String> elementIds,
@NotNull String accessToken) |
String |
deleteIntegrateModelElementProperties(@NotNull Long integrateId,
@NotNull String fileIdHash,
@NotNull String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups,
@NotNull String accessToken) |
String |
deleteSingleModelElementProperties(@NotNull Long fileId,
@NotNull String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups,
@NotNull String accessToken) |
List<com.bimface.data.bean.SearchAreaIdsResp> |
getAreas(@NotNull String requestBody,
@NotNull String accessToken) |
List<com.bimface.data.bean.BusinessElementAssociation> |
getAssociationsByBusinessId(@NotNull String integrateId,
@NotNull String businessType,
@NotNull String businessId,
@NotNull String accessToken) |
List<com.bimface.data.bean.ElementBusinessAssociation> |
getAssociationsByElementId(@NotNull String integrateId,
@NotNull String elementId,
String businessType,
String businessFlag,
@NotNull String accessToken) |
List<com.bimface.data.bean.ElementIdWithBoundingBox> |
getBoundingBoxes(@NotNull Long integrateId,
List<String> fileIdWithEleIdList,
@NotNull String accessToken) |
Object |
getClashDetectiveResult(Long clashDetectiveId,
String accessToken) |
String |
getDatabagDownloadUrl(Long fileId,
Long integrateId,
Long compareId,
String type,
String databagVersion,
@NotNull String accessToken) |
Long |
getDatabagSize(@NotNull Long fileId,
@NotNull String accessToken) |
static DataClient |
getDataClient(String dataBaseUrl) |
static DataClient |
getDataClient(String dataBaseUrl,
Config config) |
List |
getDrawingFrames(@NotNull Long fileId,
@NotNull String accessToken) |
String |
getDwgPdfUrl(@NotNull Long dwgFileId,
@NotNull String accessToken) |
String |
getDwgPreviewImageUrl(@NotNull Long dwgFileId,
@NotNull String layoutName,
@NotNull String accessToken) |
List<com.bimface.data.bean.SearchElementIdsResp> |
getElements(@NotNull String requestBody,
Boolean includeOverrides,
@NotNull String accessToken) |
List<com.bimface.data.bean.DatabagResourceUrl> |
getFileDatabagResource(Long fileId,
Long integrateId,
Long compareId,
com.bimface.data.bean.DatabagResourceRequest databagResourceRequest,
@NotNull String accessToken) |
String |
getFileDatabagRootUrl(Long fileId,
String accessToken) |
String |
getFileThumbnailUrl(@NotNull Long fileId,
@NotNull Integer size,
@NotNull String accessToken) |
String |
getIntegrateDatabagRootUrl(Long integrateId,
String accessToken) |
List<com.bimface.data.bean.Property> |
getIntegrateElementBatch(@NotNull Long integrateId,
boolean includeOverrides,
com.bimface.data.bean.IntegrateElementPropertyFilterRequest filterRequest,
@NotNull String accessToken) |
List<com.bimface.data.bean.IntegrateFileData> |
getIntegrateFiles(@NotNull Long integrateId,
Boolean includeDrawingSheet,
@NotNull String accessToken) |
com.bimface.data.bean.Area |
getIntegrateModelArea(@NotNull Long integrateId,
@NotNull String areaId,
@NotNull String accessToken) |
List<com.bimface.data.bean.Area> |
getIntegrateModelAreas(@NotNull Long integrateId,
@NotNull String floorId,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getIntegrateModelCommonElementProperties(@NotNull Long integrateId,
List<com.bimface.data.bean.FileIdHashWithElementIds> fileIdHashWithElementIds,
@NotNull Boolean includeOverrides,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getIntegrateModelElement(@NotNull Long integrateId,
@NotNull String elementId,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getIntegrateModelElement(@NotNull Long integrateId,
@NotNull String fileIdHash,
@NotNull String elementId,
@NotNull Boolean includeOverrides,
@NotNull String accessToken) |
com.bimface.data.bean.ElementsWithBoundingBox |
getIntegrateModelElementIds(@NotNull Long integrateId,
@NotNull QueryElementIdsRequest queryElementIdsRequest,
@NotNull String accessToken) |
List<com.bimface.data.bean.MaterialInfo> |
getIntegrateModelElementMaterials(@NotNull Long integrateId,
@NotNull String fileIdHash,
@NotNull String elementId,
@NotNull String accessToken) |
com.bimface.data.bean.ElementsWithBoundingBox |
getIntegrateModelElements(@NotNull Long integrateId,
String specialty,
String floor,
String categoryId,
String family,
String familyType,
String systemType,
@NotNull String accessToken) |
List<com.bimface.data.bean.FileViews> |
getIntegrateModelFileViews(@NotNull Long integrateId,
String viewType,
@NotNull String accessToken) |
List<com.bimface.data.bean.Floor> |
getIntegrateModelFloors(@NotNull Long integrateId,
Boolean includeArea,
Boolean includeRoom,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getIntegrateModelProperty(@NotNull Long integrateId,
@NotNull Long fileId,
@NotNull String elementId,
@NotNull String accessToken) |
com.bimface.data.bean.Room |
getIntegrateModelRoom(@NotNull Long integrateId,
@NotNull String roomId,
@NotNull String accessToken) |
List<com.bimface.data.bean.Room> |
getIntegrateModelRooms(@NotNull Long integrateId,
String floorId,
String fileIdHash,
String elementId,
com.bimface.data.enums.ToleranceType roomToleranceZ,
com.bimface.data.enums.ToleranceType roomToleranceXY,
@NotNull String accessToken) |
List<String> |
getIntegrateModelSegmentElementIds(@NotNull Long integrateId,
@NotNull String segmentId,
@NotNull String accessToken) |
List<com.bimface.data.bean.SegmentGroupDto> |
getIntegrateModelSegmentGroups(@NotNull Long integrateId,
@NotNull String accessToken) |
List<com.bimface.data.bean.SegmentDto> |
getIntegrateModelSegments(@NotNull Long integrateId,
@NotNull String segmentGroupId,
@NotNull String accessToken) |
List<com.bimface.data.bean.SegmentGroupDto> |
getIntegrateModelSegmentTree(@NotNull Long integrateId,
@NotNull String accessToken) |
com.bimface.data.bean.Tree |
getIntegrateModelTree(@NotNull Long integrateId,
String treeType,
List<String> desiredHierarchy,
com.bimface.data.bean.IntegrationTreeOptionalRequestBody requestBody,
@NotNull String accessToken) |
String |
getIntegrateModelViewToken(@NotNull Long integrateId,
@NotNull String fileId,
@NotNull String accessToken) |
Object |
getIntegrateTree(@NotNull Long integrateId,
@NotNull Integer treeType,
@NotNull String accessToken) |
com.bimface.data.bean.MaterialOverrideSetVO |
getMaterialOverrideSet(@NotNull Long id,
@NotNull String accessToken) |
List<com.bimface.data.bean.MEPSystem> |
getMEPSystem(@NotNull Long fileId,
String systemCategory,
String systemType,
@NotNull String accessToken) |
com.bimface.data.bean.ModelCompareChange |
getModelCompareChange(@NotNull Long compareId,
@NotNull Long previousFileId,
@NotNull String previousElementId,
@NotNull Long followingFileId,
@NotNull String followingElementId,
@NotNull String accessToken) |
com.bimface.data.bean.ModelCompareChange |
getModelCompareElementChange(@NotNull Long comparisonId,
@NotNull Long previousFileId,
@NotNull String previousElementId,
@NotNull Long followingFileId,
@NotNull String followingElementId,
@NotNull String accessToken) |
List<com.bimface.data.bean.ModelCompareTree.SpecialtyNode> |
getModelCompareResult(@NotNull Long compareId,
@NotNull String accessToken) |
com.bimface.data.bean.Pagination<com.bimface.data.bean.ModelCompareDiff> |
getModelCompareResult(@NotNull Long comparisonId,
String family,
String elementName,
Integer page,
Integer pageSize,
@NotNull String accessToken) |
com.bimface.data.bean.Tree |
getModelCompareTree(@NotNull Long comparisonId,
@NotNull String accessToken) |
String |
getPaginationContextId(@NotNull String accessToken) |
List<com.bimface.data.bean.PropertyValuesResp> |
getPropertyValues(@NotNull List<String> targetIds,
String targetType,
@NotNull List<String> properties,
Boolean includeOverrides,
@NotNull String accessToken) |
List<String> |
getRfaFamilyPropertyNames(@NotNull Long rfaFileId,
@NotNull String accessToken) |
com.bimface.data.bean.RfaFamilyTypeProperty |
getRfaFamilyTypeProperty(@NotNull Long rfaFileId,
@NotNull String familyTypeGuid,
@NotNull String accessToken) |
List<com.bimface.data.bean.RfaFamilyType> |
getRfaFamilyTypes(@NotNull Long rfaFileId,
@NotNull String accessToken) |
List<com.bimface.data.bean.SearchRoomIdsResp> |
getRooms(@NotNull String requestBody,
@NotNull String accessToken) |
com.bimface.data.bean.Area |
getSingleModelArea(@NotNull Long fileId,
@NotNull String areaId,
@NotNull String accessToken) |
List<com.bimface.data.bean.Area> |
getSingleModelAreas(@NotNull Long fileId,
@NotNull String floorId,
@NotNull String accessToken) |
List<com.bimface.data.bean.ElementIdWithName> |
getSingleModelChildElementIds(@NotNull Long fileId,
@NotNull String elementId,
@NotNull String accessToken) |
com.bimface.data.bean.Tree |
getSingleModelCustomizedTree(@NotNull Long fileId,
com.bimface.data.bean.FileTreeRequestBody requestBody,
@NotNull String accessToken) |
List<com.bimface.data.bean.DrawingSheet> |
getSingleModelDrawingSheets(@NotNull Long fileId,
String elementId,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getSingleModelElement(@NotNull Long fileId,
@NotNull String elementId,
@NotNull Boolean includeOverrides,
@NotNull String accessToken) |
List<String> |
getSingleModelElementIds(@NotNull Long fileId,
@NotNull QueryElementIdsRequest queryElementIdsRequest,
@NotNull String accessToken) |
List<com.bimface.data.bean.MaterialInfo> |
getSingleModelElementMaterials(@NotNull Long fileId,
@NotNull String elementId,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getSingleModelElementProperty(@NotNull Long fileId,
@NotNull List<String> elementIds,
@NotNull Boolean includeOverrides,
@NotNull String accessToken) |
com.bimface.data.bean.Property |
getSingleModelElementProperty(@NotNull Long fileId,
@NotNull String elementId,
@NotNull String accessToken)
已过时。
|
List<com.bimface.data.bean.Property> |
getSingleModelElements(@NotNull Long fileId,
Boolean includeOverrides,
com.bimface.data.bean.ElementPropertyFilterRequest elementPropertyFilterRequest,
@NotNull String accessToken) |
List<String> |
getSingleModelElements(@NotNull Long fileId,
String specialty,
String floor,
String categoryId,
String family,
String familyType,
@NotNull String accessToken) |
List<Map<String,Object>> |
getSingleModelFileIdFloorsMapping(@NotNull List<String> fileIds,
Boolean includeArea,
Boolean includeRoom,
@NotNull String accessToken) |
List<com.bimface.data.bean.Floor> |
getSingleModelFloors(@NotNull Long fileId,
Boolean includeArea,
Boolean includeRoom,
@NotNull String accessToken) |
List<com.bimface.data.bean.Link> |
getSingleModelLinks(@NotNull Long fileId,
@NotNull String accessToken) |
Object |
getSingleModelModelInfo(@NotNull Long fileId,
@NotNull String accessToken) |
com.bimface.data.bean.Room |
getSingleModelRoom(@NotNull Long fileId,
@NotNull String roomId,
@NotNull String accessToken) |
List<com.bimface.data.bean.Room> |
getSingleModelRooms(@NotNull Long fileId,
String floorId,
String elementId,
com.bimface.data.enums.ToleranceType roomToleranceZ,
com.bimface.data.enums.ToleranceType roomToleranceXY,
@NotNull String accessToken) |
Object |
getSingleModelTree(@NotNull Long fileId,
String version,
@NotNull String accessToken) |
List<com.bimface.data.bean.Tree.TreeNode> |
getSingleModelTreeV2(@NotNull Long fileId,
com.bimface.data.bean.FileTreeRequestBody requestBody,
@NotNull String accessToken) |
List<com.bimface.data.bean.View> |
getSingleModelViews(@NotNull Long fileId,
@NotNull String accessToken) |
com.bimface.data.bean.Pagination<com.bimface.data.bean.DrawingCompareDiff> |
pageGetDrawingCompareResult(@NotNull Long comparisonId,
String layer,
Integer page,
Integer pageSize,
@NotNull String accessToken) |
String |
updateIntegrateModelElementProperties(@NotNull Long integrateId,
@NotNull String fileIdHash,
@NotNull String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups,
@NotNull String accessToken) |
String |
updateSingleModelElementProperties(@NotNull Long fileId,
@NotNull String elementId,
List<com.bimface.data.bean.PropertyGroup> propertyGroups,
@NotNull String accessToken) |
execute, executeCall, generateBasicOAuth, validTokenpublic static DataClient getDataClient(String dataBaseUrl)
public static DataClient getDataClient(String dataBaseUrl, Config config)
@Deprecated public com.bimface.data.bean.Property getSingleModelElementProperty(@NotNull @NotNull Long fileId, @NotNull @NotNull String elementId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.DatabagResourceUrl> getFileDatabagResource(Long fileId, Long integrateId, Long compareId, com.bimface.data.bean.DatabagResourceRequest databagResourceRequest, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelProperty(@NotNull
@NotNull Long integrateId,
@NotNull
@NotNull Long fileId,
@NotNull
@NotNull String elementId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getDatabagDownloadUrl(Long fileId, Long integrateId, Long compareId, String type, String databagVersion, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic Long getDatabagSize(@NotNull @NotNull Long fileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<String> getSingleModelElements(@NotNull @NotNull Long fileId, String specialty, String floor, String categoryId, String family, String familyType, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.ElementsWithBoundingBox getIntegrateModelElements(@NotNull
@NotNull Long integrateId,
String specialty,
String floor,
String categoryId,
String family,
String familyType,
String systemType,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic Object getIntegrateTree(@NotNull @NotNull Long integrateId, @NotNull @NotNull Integer treeType, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ModelCompareTree.SpecialtyNode> getModelCompareResult(@NotNull @NotNull Long compareId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.ModelCompareChange getModelCompareChange(@NotNull
@NotNull Long compareId,
@NotNull
@NotNull Long previousFileId,
@NotNull
@NotNull String previousElementId,
@NotNull
@NotNull Long followingFileId,
@NotNull
@NotNull String followingElementId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic Object getSingleModelTree(@NotNull @NotNull Long fileId, String version, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<String> getSingleModelElementIds(@NotNull @NotNull Long fileId, @NotNull @NotNull QueryElementIdsRequest queryElementIdsRequest, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<Map<String,Object>> getSingleModelFileIdFloorsMapping(@NotNull @NotNull List<String> fileIds, Boolean includeArea, Boolean includeRoom, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Floor> getSingleModelFloors(@NotNull @NotNull Long fileId, Boolean includeArea, Boolean includeRoom, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getSingleModelElement(@NotNull
@NotNull Long fileId,
@NotNull
@NotNull String elementId,
@NotNull
@NotNull Boolean includeOverrides,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Property> getSingleModelElements(@NotNull @NotNull Long fileId, Boolean includeOverrides, com.bimface.data.bean.ElementPropertyFilterRequest elementPropertyFilterRequest, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getSingleModelElementProperty(@NotNull
@NotNull Long fileId,
@NotNull
@NotNull List<String> elementIds,
@NotNull
@NotNull Boolean includeOverrides,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.MaterialInfo> getSingleModelElementMaterials(@NotNull @NotNull Long fileId, @NotNull @NotNull String elementId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.View> getSingleModelViews(@NotNull @NotNull Long fileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Room> getSingleModelRooms(@NotNull @NotNull Long fileId, String floorId, String elementId, com.bimface.data.enums.ToleranceType roomToleranceZ, com.bimface.data.enums.ToleranceType roomToleranceXY, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Room getSingleModelRoom(@NotNull
@NotNull Long fileId,
@NotNull
@NotNull String roomId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Area> getSingleModelAreas(@NotNull @NotNull Long fileId, @NotNull @NotNull String floorId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Area getSingleModelArea(@NotNull
@NotNull Long fileId,
@NotNull
@NotNull String areaId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Tree.TreeNode> getSingleModelTreeV2(@NotNull @NotNull Long fileId, com.bimface.data.bean.FileTreeRequestBody requestBody, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Tree getSingleModelCustomizedTree(@NotNull
@NotNull Long fileId,
com.bimface.data.bean.FileTreeRequestBody requestBody,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Link> getSingleModelLinks(@NotNull @NotNull Long fileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.DrawingSheet> getSingleModelDrawingSheets(@NotNull @NotNull Long fileId, String elementId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic Object getSingleModelModelInfo(@NotNull @NotNull Long fileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ElementIdWithName> getSingleModelChildElementIds(@NotNull @NotNull Long fileId, @NotNull @NotNull String elementId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String updateSingleModelElementProperties(@NotNull @NotNull Long fileId, @NotNull @NotNull String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String deleteSingleModelElementProperties(@NotNull @NotNull Long fileId, @NotNull @NotNull String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.ElementsWithBoundingBox getIntegrateModelElementIds(@NotNull
@NotNull Long integrateId,
@NotNull
@NotNull QueryElementIdsRequest queryElementIdsRequest,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String updateIntegrateModelElementProperties(@NotNull @NotNull Long integrateId, @NotNull @NotNull String fileIdHash, @NotNull @NotNull String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String deleteIntegrateModelElementProperties(@NotNull @NotNull Long integrateId, @NotNull @NotNull String fileIdHash, @NotNull @NotNull String elementId, List<com.bimface.data.bean.PropertyGroup> propertyGroups, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Floor> getIntegrateModelFloors(@NotNull @NotNull Long integrateId, Boolean includeArea, Boolean includeRoom, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelElement(@NotNull
@NotNull Long integrateId,
@NotNull
@NotNull String fileIdHash,
@NotNull
@NotNull String elementId,
@NotNull
@NotNull Boolean includeOverrides,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelElement(@NotNull
@NotNull Long integrateId,
@NotNull
@NotNull String elementId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Property> getIntegrateElementBatch(@NotNull @NotNull Long integrateId, boolean includeOverrides, com.bimface.data.bean.IntegrateElementPropertyFilterRequest filterRequest, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.MaterialInfo> getIntegrateModelElementMaterials(@NotNull @NotNull Long integrateId, @NotNull @NotNull String fileIdHash, @NotNull @NotNull String elementId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Tree getIntegrateModelTree(@NotNull
@NotNull Long integrateId,
String treeType,
List<String> desiredHierarchy,
com.bimface.data.bean.IntegrationTreeOptionalRequestBody requestBody,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.FileViews> getIntegrateModelFileViews(@NotNull @NotNull Long integrateId, String viewType, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Room> getIntegrateModelRooms(@NotNull @NotNull Long integrateId, String floorId, String fileIdHash, String elementId, com.bimface.data.enums.ToleranceType roomToleranceZ, com.bimface.data.enums.ToleranceType roomToleranceXY, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Room getIntegrateModelRoom(@NotNull
@NotNull Long integrateId,
@NotNull
@NotNull String roomId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Area> getIntegrateModelAreas(@NotNull @NotNull Long integrateId, @NotNull @NotNull String floorId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Area getIntegrateModelArea(@NotNull
@NotNull Long integrateId,
@NotNull
@NotNull String areaId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.IntegrateFileData> getIntegrateFiles(@NotNull @NotNull Long integrateId, Boolean includeDrawingSheet, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getIntegrateModelViewToken(@NotNull @NotNull Long integrateId, @NotNull @NotNull String fileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SegmentGroupDto> getIntegrateModelSegmentGroups(@NotNull @NotNull Long integrateId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SegmentGroupDto> getIntegrateModelSegmentTree(@NotNull @NotNull Long integrateId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SegmentDto> getIntegrateModelSegments(@NotNull @NotNull Long integrateId, @NotNull @NotNull String segmentGroupId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<String> getIntegrateModelSegmentElementIds(@NotNull @NotNull Long integrateId, @NotNull @NotNull String segmentId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Property getIntegrateModelCommonElementProperties(@NotNull
@NotNull Long integrateId,
List<com.bimface.data.bean.FileIdHashWithElementIds> fileIdHashWithElementIds,
@NotNull
@NotNull Boolean includeOverrides,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic void addAssociations(@NotNull
@NotNull String integrateId,
String fromIntegrationId,
String fromBusinessType,
String fromBusinessFlag,
com.bimface.data.bean.BusinessAssociationRequest request,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ElementBusinessAssociation> getAssociationsByElementId(@NotNull @NotNull String integrateId, @NotNull @NotNull String elementId, String businessType, String businessFlag, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.BusinessElementAssociation> getAssociationsByBusinessId(@NotNull @NotNull String integrateId, @NotNull @NotNull String businessType, @NotNull @NotNull String businessId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByElementId(@NotNull
@NotNull String integrateId,
@NotNull
@NotNull String elementId,
String businessType,
String businessFlag,
List<String> businessIds,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByBusinessId(@NotNull
@NotNull String integrateId,
@NotNull
@NotNull String businessType,
@NotNull
@NotNull String businessId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByElements(@NotNull
@NotNull String integrateId,
String businessType,
String businessFlag,
List<String> elementIds,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic void deleteAssociationsByBizIds(@NotNull
@NotNull String integrateId,
String businessType,
String businessFlag,
List<String> businessIds,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.ModelCompareChange getModelCompareElementChange(@NotNull
@NotNull Long comparisonId,
@NotNull
@NotNull Long previousFileId,
@NotNull
@NotNull String previousElementId,
@NotNull
@NotNull Long followingFileId,
@NotNull
@NotNull String followingElementId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Tree getModelCompareTree(@NotNull
@NotNull Long comparisonId,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Pagination<com.bimface.data.bean.ModelCompareDiff> getModelCompareResult(@NotNull
@NotNull Long comparisonId,
String family,
String elementName,
Integer page,
Integer pageSize,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.MaterialOverrideSetVO getMaterialOverrideSet(@NotNull
@NotNull Long id,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<String> getRfaFamilyPropertyNames(@NotNull @NotNull Long rfaFileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.RfaFamilyType> getRfaFamilyTypes(@NotNull @NotNull Long rfaFileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.RfaFamilyTypeProperty getRfaFamilyTypeProperty(@NotNull
@NotNull Long rfaFileId,
@NotNull
@NotNull String familyTypeGuid,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SearchElementIdsResp> getElements(@NotNull @NotNull String requestBody, Boolean includeOverrides, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SearchRoomIdsResp> getRooms(@NotNull @NotNull String requestBody, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.SearchAreaIdsResp> getAreas(@NotNull @NotNull String requestBody, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.PropertyValuesResp> getPropertyValues(@NotNull @NotNull List<String> targetIds, String targetType, @NotNull @NotNull List<String> properties, Boolean includeOverrides, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getPaginationContextId(@NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getFileThumbnailUrl(@NotNull @NotNull Long fileId, @NotNull @NotNull Integer size, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getDwgPdfUrl(@NotNull @NotNull Long dwgFileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getDwgPreviewImageUrl(@NotNull @NotNull Long dwgFileId, @NotNull @NotNull String layoutName, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getFileDatabagRootUrl(Long fileId, String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic String getIntegrateDatabagRootUrl(Long integrateId, String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List getDrawingFrames(@NotNull @NotNull Long fileId, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.MEPSystem> getMEPSystem(@NotNull @NotNull Long fileId, String systemCategory, String systemType, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.ElementIdWithBoundingBox> getBoundingBoxes(@NotNull @NotNull Long integrateId, List<String> fileIdWithEleIdList, @NotNull @NotNull String accessToken) throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionpublic com.bimface.data.bean.Pagination<com.bimface.data.bean.DrawingCompareDiff> pageGetDrawingCompareResult(@NotNull
@NotNull Long comparisonId,
String layer,
Integer page,
Integer pageSize,
@NotNull
@NotNull String accessToken)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionCopyright © 2024. All rights reserved.