跳过导航链接
A B C D E F G I J M O P Q S T U V 

A

abortMultiPartUpload(String, AbortMultipartUploadRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
终止分片上传任务
abortMultiPartUpload(String, AbortMultipartUploadRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
终止分片上传任务
abortMultiPartUpload(String, AbortMultipartUploadRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
终止分片上传任务
abortMultiPartUpload(String, AbortMultipartUploadRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
终止分片上传任务
AbstractClient - com.bimface.sdk.client中的类
 
AbstractClient() - 类 的构造器com.bimface.sdk.client.AbstractClient
 
AccessTokenBean - com.bimface.sdk.bean.response中的类
AccessToken的返回参数
AccessTokenBean() - 类 的构造器com.bimface.sdk.bean.response.AccessTokenBean
 
AccessTokenService - com.bimface.sdk.service中的类
获取AccessToken
AccessTokenService(Endpoint, Credential, AccessTokenStorage) - 类 的构造器com.bimface.sdk.service.AccessTokenService
 
AccessTokenService(Endpoint, Credential, Config, AccessTokenStorage) - 类 的构造器com.bimface.sdk.service.AccessTokenService
 
AccessTokenStorage - com.bimface.sdk.config.authorization中的接口
缓存AccessToken的接口定义
addAssociations(String, String, String, String, BusinessAssociationRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
新增双向业务挂接,可以在request body中指定新增项,也可以指定从其他集成拷贝
addAssociations(String, String, String, String, BusinessAssociationRequest, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
addAssociations(String, String, String, String, BusinessAssociationRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
addAssociations(String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
addAssociations(String, String, String, String, BusinessAssociationRequest) - 类 中的方法com.bimface.sdk.service.DataService
新增双向业务挂接,可以在request body中指定新增项,也可以指定从其他集成拷贝
API_HOST - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
ApiClient - com.bimface.sdk.client中的类
 
ApiCreateSceneRequest - com.bimface.sdk.bean.request中的类
Created by xufx on 2022/11/15 14:05
ApiCreateSceneRequest() - 类 的构造器com.bimface.sdk.bean.request.ApiCreateSceneRequest
 
ApiInterface - com.bimface.sdk.interfaces中的接口
 
appendUpload(InputStream, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
追加上传文件
appendUpload(InputStream, String, String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
追加上传文件
appendUpload(Long, Long, RequestBody, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
appendUpload(String, String, String, RequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
追加上传文件
appendUpload(Long, Long, RequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
appendUpload(InputStream, String, String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
追加上传文件
applyOAuthToken(Credential) - 类 中的方法com.bimface.sdk.client.ApiClient
 
applyOAuthToken(String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
assertListNotNullOrEmpty(List<?>, String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
assertParameterInRange(long, long, long) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
assertParameterNotNull(Object, String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
assertStringNotNullOrEmpty(String, String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
assertTrue(boolean, String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
AssertUtils - com.bimface.sdk.utils中的类
参数校验
AssertUtils() - 类 的构造器com.bimface.sdk.utils.AssertUtils
 

B

BakeService - com.bimface.sdk.service中的类
烘焙相关
BakeService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.BakeService
 
BakeService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.BakeService
 
Base64 - com.bimface.sdk.utils中的类
Base64工具
Base64() - 类 的构造器com.bimface.sdk.utils.Base64
 
BASE_FILEITEM_URL - 接口 中的静态变量com.bimface.sdk.interfaces.BdfsInterface
 
BASE_HUB_URL - 接口 中的静态变量com.bimface.sdk.interfaces.BdfsInterface
 
BASE_PROJECT_URL - 接口 中的静态变量com.bimface.sdk.interfaces.BdfsInterface
 
batchDeleteFileItems(String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
批量删除文件
batchDeleteFileItems(String, List<String>, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
批量删除文件
batchDeleteFileItems(String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
批量删除文件
batchDeleteFileItems(String, List<String>) - 类 中的方法com.bimface.sdk.service.BdfsService
批量删除文件
batchDeteleShare(List<Long>) - 类 中的方法com.bimface.sdk.BimfaceClient
批量删除分享链接
batchDeteleShare(List<Long>, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
batchDeteleShare(List<Long>, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
batchDeteleShare(List<Long>) - 类 中的方法com.bimface.sdk.service.ShareLinkService
批量删除分享链接
BDFS_HOST - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
BdfsClient - com.bimface.sdk.client中的类
Created by tangj-i on 2023/3/27.
BdfsInterface - com.bimface.sdk.interfaces中的接口
Created by tangj-i on 2023/3/27.
BdfsService - com.bimface.sdk.service中的类
Created by tangj-i on 2023/3/27.
BdfsService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.BdfsService
 
BdfsService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.BdfsService
 
BimfaceClient - com.bimface.sdk中的类
访问bimface服务的入口
BimfaceClient(String, String) - 类 的构造器com.bimface.sdk.BimfaceClient
构造BimfaceClient对象
BimfaceClient(String, String, Config) - 类 的构造器com.bimface.sdk.BimfaceClient
构造BimfaceClient对象
BimfaceClient(String, String, Endpoint) - 类 的构造器com.bimface.sdk.BimfaceClient
构造BimfaceClient对象
BimfaceClient(String, String, Endpoint, Config) - 类 的构造器com.bimface.sdk.BimfaceClient
构造BimfaceClient对象
BimfaceClient(String, String, Endpoint, Config, AccessTokenStorage) - 类 的构造器com.bimface.sdk.BimfaceClient
构造BimfaceClient对象
BimfaceConstants - com.bimface.sdk.constants中的类
常量
BimfaceConstants() - 类 的构造器com.bimface.sdk.constants.BimfaceConstants
 
BLOCK_SIZE - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 

C

CallbackStatus - com.bimface.sdk.constants中的枚举
枚举:回调状态
CategoryTreeService - com.bimface.sdk.service中的类
构件分类树服务
CategoryTreeService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.CategoryTreeService
 
CategoryTreeService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.CategoryTreeService
 
check(FileUploadRequest, String) - 类 中的方法com.bimface.sdk.service.FileService
 
checkFileLength(Long, Long) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
checkFileName(String) - 类 中的静态方法com.bimface.sdk.utils.FileNameUtils
检查文件名称
checkFileType(String[], String) - 类 中的静态方法com.bimface.sdk.utils.FileNameUtils
检查后缀名是否支持
checkParamRange(long, long, boolean, long, boolean) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
checkUrl(String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
ClashDetectiveService - com.bimface.sdk.service中的类
Created by xufx on 2022/11/15 15:13
ClashDetectiveService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ClashDetectiveService
 
ClashDetectiveService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ClashDetectiveService
 
com.bimface.sdk - 程序包 com.bimface.sdk
 
com.bimface.sdk.aspects - 程序包 com.bimface.sdk.aspects
 
com.bimface.sdk.bean.request - 程序包 com.bimface.sdk.bean.request
 
com.bimface.sdk.bean.request.compare - 程序包 com.bimface.sdk.bean.request.compare
 
com.bimface.sdk.bean.response - 程序包 com.bimface.sdk.bean.response
 
com.bimface.sdk.client - 程序包 com.bimface.sdk.client
 
com.bimface.sdk.config - 程序包 com.bimface.sdk.config
 
com.bimface.sdk.config.authorization - 程序包 com.bimface.sdk.config.authorization
 
com.bimface.sdk.constants - 程序包 com.bimface.sdk.constants
 
com.bimface.sdk.interfaces - 程序包 com.bimface.sdk.interfaces
 
com.bimface.sdk.service - 程序包 com.bimface.sdk.service
 
com.bimface.sdk.utils - 程序包 com.bimface.sdk.utils
 
compare(ModelCompareRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
compare(ModelCompareRequest) - 类 中的方法com.bimface.sdk.service.CompareService
已过时。 
CompareElementRequest - com.bimface.sdk.bean.request.compare中的类
模型对比构建差异的请求参数
CompareElementRequest() - 类 的构造器com.bimface.sdk.bean.request.compare.CompareElementRequest
 
CompareService - com.bimface.sdk.service中的类
模型对比
CompareService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.CompareService
 
CompareService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.CompareService
 
compareV2(CompareRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
发起模型对比,V2
compareV2(CompareRequest) - 类 中的方法com.bimface.sdk.service.CompareService
发起模型对比, V2
completeMultiPartUpload(String, CompleteMultipartUploadRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
合并分片生成文件
completeMultiPartUpload(String, CompleteMultipartUploadRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
合并分片生成文件
completeMultiPartUpload(String, CompleteMultipartUploadRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
合并分片生成文件
completeMultiPartUpload(String, CompleteMultipartUploadRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
合并分片生成文件
Config - com.bimface.sdk.config中的类
配置
Config() - 类 的构造器com.bimface.sdk.config.Config
 
containsStringArray(String, String[]) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
convertToParamsMap(QueryElementIdsRequest) - 类 中的静态方法com.bimface.sdk.utils.ConvertUtils
 
ConvertUtils - com.bimface.sdk.utils中的类
 
ConvertUtils() - 类 的构造器com.bimface.sdk.utils.ConvertUtils
 
copyFile(String, CopyFileRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
复制文件
copyFile(String, CopyFileRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
复制文件
copyFile(String, CopyFileRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
复制文件
copyFile(String, CopyFileRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
复制文件
createAppendFile(String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
创建追加文件
createAppendFile(String, String, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
创建追加文件
createAppendFile(String, String, String, String, Long, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
创建追加文件
createAppendFile(String, String, Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
createAppendFile(String, String, String, String, Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
创建追加文件
createAppendFile(String, String, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
createAppendFile(String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.service.BdfsService
创建追加文件
createAppendFile(String, String, Long) - 类 中的方法com.bimface.sdk.service.FileService
创建追加文件
createAppendFile(String, String, Long, String) - 类 中的方法com.bimface.sdk.service.FileService
 
createClashDetective(ClashDetectiveRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
发起碰撞检测
createClashDetective(ClashDetectiveRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createClashDetective(ClashDetectiveRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createClashDetective(ClashDetectiveRequest) - 类 中的方法com.bimface.sdk.service.ClashDetectiveService
 
createCompareOfflineDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createCompareOfflineDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createDrawingSplit(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.BimfaceClient
发起图纸拆分
createDrawingSplit(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createDrawingSplit(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createDrawingSplit(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.service.DrawingSplitService
发起图纸拆分
createFolder(String, CreateFolderRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
指定目录创建文件夹
createFolder(String, CreateFolderRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
指定目录创建文件夹
createFolder(String, CreateFolderRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
指定目录创建文件夹
createFolder(String, CreateFolderRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
指定目录创建文件夹
CreateFolderRequest - com.bimface.sdk.bean.request中的类
 
CreateFolderRequest() - 类 的构造器com.bimface.sdk.bean.request.CreateFolderRequest
 
createIntegateOfflineDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createIntegateOfflineDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createIntegrateBakeDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.BimfaceClient
为集成模型创建bake数据包 需要模型集成成功后调用
createIntegrateBakeDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createIntegrateBakeDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createIntegrateBakeDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.service.BakeService
为集成模型创建bake数据包
createIntegrateShare(Long, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
创建集成文件浏览分享链接
createIntegrateShare(Long, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
创建集成文件浏览分享链接,带分享密码
createIntegrateShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
创建集成文件浏览分享链接,永久有效
createIntegrateShare(Long, Integer) - 类 中的方法com.bimface.sdk.service.ShareLinkService
分享集成模型,生成链接
createIntegrateShare(Long, String, Boolean) - 类 中的方法com.bimface.sdk.service.ShareLinkService
创建集成文件浏览分享链接,带分享密码
createIntegrateShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
分享集成模型,生成链接,永久有效
createProject(String, ProjectCreateRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
创建项目
createProject(String, ProjectCreateRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
创建项目
createProject(String, ProjectCreateRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
创建project
createProject(String, ProjectCreateRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
创建项目
createScene(CreateSceneRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
创建场景
createScene(CreateSceneRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createScene(CreateSceneRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createScene(CreateSceneRequest) - 类 中的方法com.bimface.sdk.service.SceneService
创建场景
createSceneShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
 
createSceneShare(Long, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
 
createSceneShare(Long, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
创建场景分享链接,带分享密码
createSceneShare(Long, Integer) - 类 中的方法com.bimface.sdk.service.ShareLinkService
创建场景的分享链接
createSceneShare(Long, String, Boolean) - 类 中的方法com.bimface.sdk.service.ShareLinkService
创建场景的分享链接
createShare(Long, Long, Long, Integer, String, Boolean, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createShare(Long, Long, Long, Integer, String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createShare(Long, Integer) - 类 中的方法com.bimface.sdk.service.ShareLinkService
创建单文件模型的分享链接
createShare(Long, String, Boolean) - 类 中的方法com.bimface.sdk.service.ShareLinkService
创建单个文件浏览分享链接,带分享密码
createShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
创建单文件模型的分享链接
createTranslateBakeDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.BimfaceClient
为文件创建bake数据包 需要文件转换成功后调用
createTranslateBakeDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createTranslateBakeDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createTranslateBakeDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.service.BakeService
为单文件创建bake数据包
createTranslateOfflineDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
createTranslateOfflineDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
createTranslateShare(Long, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
创建单个文件浏览分享链接
createTranslateShare(Long, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
创建单个文件浏览分享链接,带分享密码
createTranslateShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
创建单个文件浏览分享链接,永久有效
createVersion(InputStream, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
上传版本文件
createVersion(InputStream, String, String, String, String, Long, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
上传版本文件
createVersion(String, String, String, String, Long, String, RequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
上传版本文件
createVersion(InputStream, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.service.BdfsService
上传版本文件
Credential - com.bimface.sdk.config.authorization中的类
APP证书
Credential(String, String) - 类 的构造器com.bimface.sdk.config.authorization.Credential
 

D

DatabagDerivativeRequest - com.bimface.sdk.bean.request中的类
 
DatabagDerivativeRequest() - 类 的构造器com.bimface.sdk.bean.request.DatabagDerivativeRequest
 
DatabagService - com.bimface.sdk.service中的类
 
DatabagService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DatabagService
 
DatabagService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DatabagService
 
DataClient - com.bimface.sdk.client中的类
 
DataInteface - com.bimface.sdk.interfaces中的接口
 
DataService - com.bimface.sdk.service中的类
 
DataService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DataService
 
DataService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DataService
 
decode(String, String) - 类 中的静态方法com.bimface.sdk.utils.Base64
 
DEFAULT_CONNECT_TIMEOUT - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DEFAULT_KEEP_ALIVE_DURATION_NS - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DEFAULT_MAX_IDLE_CONNECTIONS - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DEFAULT_MAX_REQUESTS - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DEFAULT_MAX_REQUESTS_PER_HOST - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DEFAULT_RESPONSE_TIMEOUT - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DEFAULT_WRITE_TIMEOUT - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
DefaultAccessTokenStorage - com.bimface.sdk.config.authorization中的类
默认情况下,缓存AccessToken的方式
DefaultAccessTokenStorage() - 类 的构造器com.bimface.sdk.config.authorization.DefaultAccessTokenStorage
 
deleteAssociationsByBizIds(String, String, String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
删除业务挂接
deleteAssociationsByBizIds(String, String, String, List<String>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
deleteAssociationsByBizIds(String, String, String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
deleteAssociationsByBizIds(String, String, String, List<String>) - 类 中的方法com.bimface.sdk.service.DataService
删除业务挂接
deleteAssociationsByBusinessId(String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
删除业务ID关联的业务挂接
deleteAssociationsByBusinessId(String, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
deleteAssociationsByBusinessId(String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
deleteAssociationsByBusinessId(String, String, String) - 类 中的方法com.bimface.sdk.service.DataService
删除业务ID关联的业务挂接
deleteAssociationsByElementId(String, String, String, String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
删除构件关联的业务挂接
deleteAssociationsByElementId(String, String, String, String, List<String>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
deleteAssociationsByElementId(String, String, String, String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
deleteAssociationsByElementId(String, String, String, String, List<String>) - 类 中的方法com.bimface.sdk.service.DataService
删除构件关联的业务挂接
deleteAssociationsByElements(String, String, String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
删除业务挂接
deleteAssociationsByElements(String, String, String, List<String>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
deleteAssociationsByElements(String, String, String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
deleteAssociationsByElements(String, String, String, List<String>) - 类 中的方法com.bimface.sdk.service.DataService
删除业务挂接
deleteCompare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
deleteCompare(Long) - 类 中的方法com.bimface.sdk.service.CompareService
删除模型对比
deleteFile(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
删除文件
deleteFile(Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
deleteFile(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
deleteFile(Long) - 类 中的方法com.bimface.sdk.service.FileService
删除文件
deleteFolder(String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
删除文件夹 根据folderId(path)删除文件夹
deleteFolder(String, String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
删除文件夹 根据folderId(path)删除文件夹
deleteFolder(String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
删除文件夹 根据folderId(path)删除文件夹
deleteFolder(String, String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
删除文件夹 根据folderId(path)删除文件夹
deleteIntegrate(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
删除集成模型
deleteIntegrate(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
deleteIntegrate(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
deleteIntegrate(Long) - 类 中的方法com.bimface.sdk.service.IntegrateService
删除集成模型
deleteIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.BimfaceClient
删除集成模型指定构件的属性, V2
deleteIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
deleteIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
deleteIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.service.DataService
删除集成模型指定构件的属性 V2
deleteIntegrateShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
取消集成文件浏览分享链接
deleteIntegrateShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
取消集成模型的分享链接
deleteModelCompare(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
deleteModelCompareV2(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
deleteProject(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
删除项目
deleteProject(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
删除项目
deleteProject(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
删除项目
deleteProject(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
删除项目
deleteSceneShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
取消场景分享
deleteSceneShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
取消单文件模型的分享链接
deleteShare(Long, Long, Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
deleteShare(Long, Long, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
deleteShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
取消单文件模型的分享链接
deleteSingleModelElementProperties(Long, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.BimfaceClient
删除构件基本属性组以外的属性, V2
deleteSingleModelElementProperties(Long, String, List<PropertyGroup>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
deleteSingleModelElementProperties(Long, String, List<PropertyGroup>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
deleteSingleModelElementProperties(Long, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.service.DataService
删除构件基本属性组以外的属性, V2
deleteTranslateShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
取消单个文件浏览分享链接
deleteVersion(String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
删除指定版本文件
deleteVersion(String, List<String>, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
删除指定版本文件
deleteVersion(String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
删除指定版本文件
deleteVersion(String, List<String>) - 类 中的方法com.bimface.sdk.service.BdfsService
删除指定版本文件
download(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件流
downloadFiles(String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
打包下载压缩文件
downloadFiles(String, List<String>, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
打包下载压缩文件
downloadFiles(String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
打包下载压缩文件
downloadFiles(String, List<String>) - 类 中的方法com.bimface.sdk.service.BdfsService
打包下载压缩文件
DownloadService - com.bimface.sdk.service中的类
文件下载
DownloadService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DownloadService
 
DownloadService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DownloadService
 
DrawingSplitService - com.bimface.sdk.service中的类
图纸拆分
DrawingSplitService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DrawingSplitService
 
DrawingSplitService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.DrawingSplitService
 

E

ElementService - com.bimface.sdk.service中的类
查询构件ID服务
ElementService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ElementService
 
ElementService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ElementService
 
encode(byte[]) - 类 中的静态方法com.bimface.sdk.utils.Base64
 
encode(String, String) - 类 中的静态方法com.bimface.sdk.utils.Base64
 
Endpoint - com.bimface.sdk.config中的类
API调用地址入口
Endpoint() - 类 的构造器com.bimface.sdk.config.Endpoint
 
Endpoint(String, String) - 类 的构造器com.bimface.sdk.config.Endpoint
 
execute(Call<ResponseBody>) - 类 中的静态方法com.bimface.sdk.client.AbstractClient
 
executeCall(Call<RESTResponse<T>>) - 类 中的静态方法com.bimface.sdk.client.AbstractClient
 
ExportDatabagService - com.bimface.sdk.service中的类
导出数据表相关
ExportDatabagService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ExportDatabagService
 
ExportDatabagService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ExportDatabagService
 
exportIntegrate3DTilesDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.BimfaceClient
通过集成模型ID创建3DTiles数据包 需要模型集成成功后调用
exportIntegrate3DTilesDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
exportIntegrate3DTilesDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
exportIntegrate3DTilesDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
通过集成模型ID创建3DTiles数据包
exportIntegrateGltfDatabag(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
通过集成模型ID创建gltf数据包
exportIntegrateGltfDatabag(Long, String, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
exportIntegrateGltfDatabag(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
exportIntegrateGltfDatabag(Long, String) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
导出集成模型gltf数据包
exportTranslate3DTilesDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.BimfaceClient
通过文件ID创建3DTiles数据包 需要文件转换成功后调用
exportTranslate3DTilesDatabag(Long, String, DatabagDerivativeRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
exportTranslate3DTilesDatabag(Long, String, DatabagDerivativeRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
exportTranslate3DTilesDatabag(Long, String, Map<String, String>) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
通过文件ID创建3DTiles数据包
exportTranslateGltfDatabag(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
通过文件ID导出gltf数据包
exportTranslateGltfDatabag(Long, String, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
exportTranslateGltfDatabag(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
exportTranslateGltfDatabag(Long, String) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
导出gltf数据包

F

FIELD_FRAMES - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
FILE_HOST - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
FILE_ID - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
FileBatchQueryRequest - com.bimface.sdk.bean.request中的类
 
FileBatchQueryRequest() - 类 的构造器com.bimface.sdk.bean.request.FileBatchQueryRequest
 
FileClient - com.bimface.sdk.client中的类
 
FileInterface - com.bimface.sdk.interfaces中的接口
 
FileItemQueryRequest - com.bimface.sdk.bean.request中的类
 
FileItemQueryRequest() - 类 的构造器com.bimface.sdk.bean.request.FileItemQueryRequest
 
FileItemUploadStatusBean - com.bimface.sdk.bean.response中的类
 
FileItemUploadStatusBean(String, String, String, String, String, String) - 类 的构造器com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
FileNameUtils - com.bimface.sdk.utils中的类
文件名称工具类
FileNameUtils() - 类 的构造器com.bimface.sdk.utils.FileNameUtils
 
fileRename(String, UpdateFileRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
文件重命名
fileRename(String, UpdateFileRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
文件重命名
fileRename(String, UpdateFileRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
文件重命名
fileRename(String, UpdateFileRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
文件重命名
FileService - com.bimface.sdk.service中的类
文件上传
FileService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.FileService
 
FileService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.FileService
 
fileTranslateList(Long, FileTranslateRequestV1) - 类 中的方法com.bimface.sdk.BimfaceClient
获取转换资源列表
fileTranslateList(Long, FileTranslateRequestV1, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
fileTranslateList(Long, FileTranslateRequestV1, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
fileTranslateList(Long, FileTranslateRequestV1) - 类 中的方法com.bimface.sdk.service.TranslateService
获取转换资源列表
FileUploadRequest - com.bimface.sdk.bean.request中的类
文件上传的请求参数
FileUploadRequest() - 类 的构造器com.bimface.sdk.bean.request.FileUploadRequest
 
FileUploadRequest(String, String, String) - 类 的构造器com.bimface.sdk.bean.request.FileUploadRequest
 
FileUploadRequest(String, String, Long, InputStream) - 类 的构造器com.bimface.sdk.bean.request.FileUploadRequest
 
FileUploadRequest(String, String, String, String) - 类 的构造器com.bimface.sdk.bean.request.FileUploadRequest
 
FloorService - com.bimface.sdk.service中的类
 
FloorService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.FloorService
 
FloorService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.FloorService
 
FORM_MIME - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 

G

generateBasicOAuth(Credential) - 类 中的方法com.bimface.sdk.client.AbstractClient
 
generateOfflineDatabag(OfflineDatabagRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
构建离线数据包
generateOfflineDatabag(OfflineDatabagRequest) - 类 中的方法com.bimface.sdk.service.OfflineDatabagService
构建离线数据包
get() - 接口 中的方法com.bimface.sdk.config.authorization.AccessTokenStorage
获取accessToken
get() - 类 中的方法com.bimface.sdk.config.authorization.DefaultAccessTokenStorage
 
getAccessToken() - 类 中的方法com.bimface.sdk.service.AccessTokenService
 
getAccessTokenBean() - 类 中的方法com.bimface.sdk.service.AccessTokenService
 
getAccessTokenService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getAllVersions(String, String, String, Integer, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
获取所有版本文件信息
getAllVersions(String, String, String, Integer, Integer, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取所有版本文件信息
getAllVersions(String, String, String, Integer, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取所有版本文件信息
getAllVersions(String, String, String, Integer, Integer) - 类 中的方法com.bimface.sdk.service.BdfsService
获取所有版本文件信息
getApiClient(String) - 类 中的静态方法com.bimface.sdk.client.ApiClient
 
getApiClient(String, Config) - 类 中的静态方法com.bimface.sdk.client.ApiClient
 
getApiHost() - 类 中的方法com.bimface.sdk.config.Endpoint
 
getAppendFile(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取追加文件信息 获取FileItemAppendFile
getAppendFile(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取追加文件信息 获取FileItemAppendFile
getAppendFile(Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getAppendFile(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取追加文件信息 获取FileItemAppendFile
getAppendFile(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getAppendFile(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取追加文件信息 获取FileItemAppendFile
getAppKey() - 类 中的方法com.bimface.sdk.config.authorization.Credential
 
getAppSecret() - 类 中的方法com.bimface.sdk.config.authorization.Credential
 
getAreas(String) - 类 中的方法com.bimface.sdk.BimfaceClient
查询areaId
getAreas(String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getAreas(String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getAreas(String) - 类 中的方法com.bimface.sdk.service.DataService
查询areaId
getAssociationsByBusinessId(String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
根据业务ID查询对应构件
getAssociationsByBusinessId(String, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getAssociationsByBusinessId(String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getAssociationsByBusinessId(String, String, String) - 类 中的方法com.bimface.sdk.service.DataService
根据业务ID查询对应构件
getAssociationsByElementId(String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
根据构件ID查询对应业务挂接
getAssociationsByElementId(String, String, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getAssociationsByElementId(String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getAssociationsByElementId(String, String, String, String) - 类 中的方法com.bimface.sdk.service.DataService
根据构件ID查询对应业务挂接
getBakeService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getBdfsClient(String) - 类 中的静态方法com.bimface.sdk.client.BdfsClient
 
getBdfsClient(String, Config) - 类 中的静态方法com.bimface.sdk.client.BdfsClient
 
getBdfsHost() - 类 中的方法com.bimface.sdk.config.Endpoint
 
getBoundingBoxes(Long, List<String>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getBoundingBoxes(Long, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getBoundingBoxes(Long, List<String>) - 类 中的方法com.bimface.sdk.service.DataService
获取指定构件列表的包围盒列表
getBoundingBoxesByEleIds(Long, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
计算指定构件列表的包围盒列表 获取每个构件对应的包围盒
getBucket() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getCallback() - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
getCategory(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getCategoryId() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getCategoryService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getCategoryTree(Long) - 类 中的方法com.bimface.sdk.service.CategoryTreeService
已过时。 
getCategoryTreeV2(Long) - 类 中的方法com.bimface.sdk.service.CategoryTreeService
已过时。 
getCategoryV2(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getChildrenFileItems(String, FileItemQueryRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
获取children列表(不包含itemSource)
getChildrenFileItems(String, FileItemQueryRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取children列表(不包含itemSource)
getChildrenFileItems(String, FileItemQueryRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
查询文件列表 获取文件夹下的所有文件
getChildrenFileItems(String, FileItemQueryRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
获取children列表(不包含itemSource)
getClashDetectiveResult(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取碰撞检测的结果
getClashDetectiveResult(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getClashDetectiveResult(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getClashDetectiveResult(Long) - 类 中的方法com.bimface.sdk.service.DataService
 
getCompareElementDiff(CompareElementRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
getCompareElementDiff(CompareElementRequest) - 类 中的方法com.bimface.sdk.service.CompareService
已过时。 
getCompareId() - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
getCompareId() - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
getCompareInfo(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取模型对比状态
getCompareInfo(Long) - 类 中的方法com.bimface.sdk.service.CompareService
查看模型对比状态
getCompareOfflineDatabag(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getCompareOfflineDatabag(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getCompareResult(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取模型对比结果
getCompareResult(Long) - 类 中的方法com.bimface.sdk.service.CompareService
查看模型对比结果项
getCompares(ModelCompareQueryRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
批量获取模型对比状态
getCompares(ModelCompareQueryRequest) - 类 中的方法com.bimface.sdk.service.CompareService
批量查看模型对比状态
getConfig() - 类 中的方法com.bimface.sdk.bean.request.DatabagDerivativeRequest
 
getConfig() - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
getConnectTimeout() - 类 中的方法com.bimface.sdk.config.Config
返回建立连接的超时时间(单位:秒)。
getContentLength() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getCredential() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getDatabagDownloadUrl(Long, Long, Long, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getDatabagDownloadUrl(Long, Long, Long, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getDatabagSize(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getDataBagSize(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getDatabagVersion() - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
getDataClient(String) - 类 中的静态方法com.bimface.sdk.client.DataClient
 
getDataClient(String, Config) - 类 中的静态方法com.bimface.sdk.client.DataClient
 
getDefaultUserAgent() - 类 中的静态方法com.bimface.sdk.utils.VersionInfoUtils
 
getDownloadService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getDownloadUrl(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件下载链接,直接从OSS下载
getDownloadUrl(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件下载链接,直接从OSS下载
getDownloadURl(String, String, String, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件下载签名URL
getDownloadURl(String, String, String, Integer, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取文件下载签名URL
getDownloadURl(String, String, String, Integer) - 类 中的方法com.bimface.sdk.service.BdfsService
获取文件下载签名URL
getDownloadUrl(String, Long) - 类 中的方法com.bimface.sdk.service.DownloadService
获取文件下载链接
getDownloadUrl(Long) - 类 中的方法com.bimface.sdk.service.DownloadService
 
getDownloadUrl(Long, String) - 类 中的方法com.bimface.sdk.service.DownloadService
获取文件下载链接
getDownloadUrl(Long, String, String) - 类 中的方法com.bimface.sdk.service.DownloadService
 
getDrawingFrames(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取图纸拆分结果
getDrawingFrames(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getDrawingFrames(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getDrawingFrames(Long) - 类 中的方法com.bimface.sdk.service.DrawingSplitService
获取图纸拆分结果
getDrawingSplit(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取拆图状态 图纸发起拆分后,可以通过该接口查询拆图状态
getDrawingSplit(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getDrawingSplit(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getDrawingSplit(Long) - 类 中的方法com.bimface.sdk.service.DrawingSplitService
获取拆图状态
getDrawingSplitService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getDwgPdfUrl(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取DWG文件转换生成的pdf文件的url
getDwgPdfUrl(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getDwgPdfUrl(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getDwgPdfUrl(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取DWG文件转换生成的pdf文件的url
getDwgPreviewImageUrl(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取DWG文件转换生成的预览图片的url
getDwgPreviewImageUrl(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getDwgPreviewImageUrl(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getDwgPreviewImageUrl(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取DWG文件转换生成的预览图片的url
getElementIdsV2(Long, String, String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。
getElementIdsV2(Long, QueryElementIdsRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
按查询条件查询单模型构件ID 组,v2
getElementIdsV2(Long, QueryElementIdsRequest) - 类 中的方法com.bimface.sdk.service.ElementService
按查询条件查询构件ID 组,v2
getElementProperty(Long, String) - 类 中的方法com.bimface.sdk.service.PropertyService
已过时。 
getElementPropertyV2(Long, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
获取单文件的构件属性,v2
getElementPropertyV2(Long, List<String>, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取单文件的构件属性,v2 支持查询模型属性重写后多个构件的共同属性,需要设置请求参数includeOverrides的值为true
getElements(Long, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getElements(Long, String, String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getElements(String) - 类 中的方法com.bimface.sdk.BimfaceClient
查询符合条件的构件ID列表
getElements(String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
查询符合条件的构件ID列表 支持查询模型属性重写后符合条件的构件ID列表,需要设置请求参数includeOverrides的值为true
getElements(String, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getElements(String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getElements(String, Boolean) - 类 中的方法com.bimface.sdk.service.DataService
查询elementId
getElements(Long, String, String, String, String, String) - 类 中的方法com.bimface.sdk.service.ElementService
已过时。 
getElementService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getEndpoint() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getEndTime() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
getEndTime() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getEtag() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getExcludeFolder() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getExpireTime() - 类 中的方法com.bimface.sdk.bean.response.AccessTokenBean
 
getFailedReason() - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
getFamily() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getFamilyType() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getFile(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
根据文件id获取文件元信息
getFile(Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getFile(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getFile(Long) - 类 中的方法com.bimface.sdk.service.FileService
根据文件id获取文件元信息
getFileClient(String) - 类 中的静态方法com.bimface.sdk.client.FileClient
 
getFileClient(String, Config) - 类 中的静态方法com.bimface.sdk.client.FileClient
 
getFileContent(Long, String) - 类 中的方法com.bimface.sdk.service.DownloadService
获取文件流
getFileContent(Long, String, String) - 类 中的方法com.bimface.sdk.service.DownloadService
 
getFileDatabagContent(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取数据包下载流
getFileDatabagContent(Long) - 类 中的方法com.bimface.sdk.service.DatabagService
 
getFileDatabagResource(Long, Long, Long, DatabagResourceRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
获取数据包资源,v2
getFileDatabagResource(Long, Long, Long, DatabagResourceRequest, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getFileDatabagResource(Long, Long, Long, DatabagResourceRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getFileDatabagResource(Long, Long, Long, DatabagResourceRequest) - 类 中的方法com.bimface.sdk.service.DataService
获取数据包资源,v2
getFileDataBagRootUrl(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件的数据包根URL
getFileDatabagRootUrl(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getFileDatabagRootUrl(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getFileDataBagRootUrl(Long) - 类 中的方法com.bimface.sdk.service.DatabagService
 
getFileDatabagSize(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取数据包大小
getFileDatabagSize(Long) - 类 中的方法com.bimface.sdk.service.DatabagService
 
getFileDatabagUrl(Long) - 类 中的方法com.bimface.sdk.service.DatabagService
 
getFileDownloadUrl(Long, String, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getFileDownloadUrl(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getFileFloors(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getFileFloors(Long, Boolean, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取楼层信息
getFileFloors(Long, Boolean, Boolean) - 类 中的方法com.bimface.sdk.service.FloorService
获取楼层信息
getFileHost() - 类 中的方法com.bimface.sdk.config.Endpoint
 
getFileId() - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
getFileId() - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
getFileItemId() - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
getFileItemMeta(String, String, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件信息
getFileItemMeta(String, String, String, Boolean, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取文件信息
getFileItemMeta(String, String, String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取fileItem Meta 获取文件信息
getFileItemMeta(String, String, String, Boolean) - 类 中的方法com.bimface.sdk.service.BdfsService
获取文件信息(不包含itemSource信息)
getFileItemName() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getFileItemName() - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
getFileItemPathById(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件路径 根据fileItemId获取fileItemPath
getFileItemPathById(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取文件路径 根据fileItemId获取fileItemPath
getFileItemPathById(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取文件路径 根据fileItemId获取fileItemPath
getFileItemPathById(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取文件路径 根据fileItemId获取fileItemPath
getFileItemPolicy(String, String, String, String, String, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件直传的policy凭证 获取上传file的policy
getFileItemPolicy(String, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取文件直传的policy凭证 获取上传file的policy
getFileItemPolicy(String, String, String, String, String, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取文件直传的policy凭证 获取上传file的policy
getFileItemPolicy(String, String, String, String, String, Long) - 类 中的方法com.bimface.sdk.service.BdfsService
获取文件直传的policy凭证 获取上传file的policy
getFileItemSignedUrl(String, String, String, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取下载url 源文件下载
getFileItemStatus(String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件状态
getFileItemStatus(String, String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取文件状态
getFileItemStatus(String, String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取文件状态
getFileItemUploadStatus(String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取上传状态 获取文件状态
getFileMetadata(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getFileMetaData(Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getFileMetaData(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getFileMetadata(Long) - 类 中的方法com.bimface.sdk.service.FileService
已过时。 
getFilePolicy(String, String, String, String, String, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取新版本直传的policy凭证
getFilePolicy(String, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取新版本直传的policy凭证
getFilePolicy(String, String, String, String, String, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取新版本直传的policy凭证
getFilePolicy(String, String, String, String, String, Long) - 类 中的方法com.bimface.sdk.service.BdfsService
获取新版本直传的policy凭证
getFiles(FileBatchQueryRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
批量查询文件元信息
getFiles(String, String, String, String, Long, Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getFiles(String, String, String, String, Long, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getFiles(FileBatchQueryRequest) - 类 中的方法com.bimface.sdk.service.FileService
根据批量获取文件元信息
getFileService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getFileThumbnailUrl(Long, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
获取缩略图url
getFileThumbnailUrl(Long, Integer, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getFileThumbnailUrl(Long, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getFileThumbnailUrl(Long, Integer) - 类 中的方法com.bimface.sdk.service.DataService
获取缩略图url
getFileUploadStatus(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
根据文件id获取文件上传状态信息
getFileUploadStatus(Long, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getFileUploadStatus(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getFileUploadStatus(Long) - 类 中的方法com.bimface.sdk.service.FileService
根据文件id获取文件上传状态信息
getFloor() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getFloorTree(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getFloorTree(Long) - 类 中的方法com.bimface.sdk.service.CategoryTreeService
已过时。 
getFolder(String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件夹信息
getFolder(String, String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取文件夹信息
getFolder(String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取文件夹信息
getFolder(String, String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取文件夹信息
getFolderPathById(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
根据folderId 获取path
getFolderPathById(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
根据folderId 获取文件夹路径
getFolderPathById(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取文件夹路径
getFolderPathById(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
根据folderId 获取path
getFollowingElementId() - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
getFollowingFileId() - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
getHubList(String, String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取hub列表
getHubList(String, String, String, String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取hub列表
getHubList(String, String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取hub列表
getHubList(String, String, String, String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取hub列表
getHubMeta(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取Hub Meta信息
getHubMeta(Long, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取Hub Meta信息
getHubMeta(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取Hub Meta信息
getHubMeta(Long) - 类 中的方法com.bimface.sdk.service.BdfsService
获取Hub Meta信息
getInfo() - 类 中的方法com.bimface.sdk.bean.request.ProjectCreateRequest
 
getInputStream() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getIntegrate(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件集成状态
getIntegrate(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getIntegrate(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getIntegrate(Long) - 类 中的方法com.bimface.sdk.service.IntegrateService
获取集成模型的状态
getIntegrate3DTilesDatabags(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询集成模型3DTiles数据包
getIntegrate3DTilesDatabags(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getIntegrate3DTilesDatabags(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getIntegrate3DTilesDatabags(Long) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
查询集成模型3DTiles数据包
getIntegrate3dTilesDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
指定集成ID,获取3DTiles数据包下载地址 数据包版本;如果只有一个,则下载唯一的数据包,如果多个,则必须指定数据包版本 在浏览器中输入3DTiles数据包的下载地址,即可下载得到对应模型的3DTiles数据包。
getIntegrate3dTilesDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
获取3DTiles数据包下载地址
getIntegrateBakeDatabags(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询集成模型bake数据包
getIntegrateBakeDatabags(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getIntegrateBakeDatabags(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getIntegrateBakeDatabags(Long) - 类 中的方法com.bimface.sdk.service.BakeService
查询集成模型bake数据包
getIntegrateDatabagRootUrl(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成数据包的根Url
getIntegrateDatabagRootUrl(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateDatabagRootUrl(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateDatabagRootUrl(Long) - 类 中的方法com.bimface.sdk.service.DatabagService
 
getIntegrateElementBatch(Long, boolean, IntegrateElementPropertyFilterRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
批量获取集成模型构件, v2
getIntegrateElementBatch(Long, boolean, IntegrateElementPropertyFilterRequest, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateElementBatch(Long, boolean, IntegrateElementPropertyFilterRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateElementBatch(Long, boolean, IntegrateElementPropertyFilterRequest) - 类 中的方法com.bimface.sdk.service.DataService
批量获取集成模型构件,v2
getIntegrateElements(Long, String, String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getIntegrateElements(Long, String, String, String, String, String) - 类 中的方法com.bimface.sdk.service.ElementService
已过时。 
getIntegrateFiles(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询指定的集成模型内参与集成的子文件信息, v2
getIntegrateFiles(Long, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
查询指定的集成模型内参与集成的子文件信息, v2 支持将文件下转换出的图纸数量一起返回,需要设置请求参数includeDrawingSheet的值为true
getIntegrateFiles(Long, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateFiles(Long, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateFiles(Long, Boolean) - 类 中的方法com.bimface.sdk.service.DataService
查询指定的集成模型内参与集成的子文件信息, v2
getIntegrateFloors(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getIntegrateFloors(Long, Boolean, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型楼层信息
getIntegrateFloors(Long, Boolean, Boolean) - 类 中的方法com.bimface.sdk.service.FloorService
获取集成模型楼层信息
getIntegrateGltfDatabags(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询集成模型gltf数据包
getIntegrateGltfDatabags(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getIntegrateGltfDatabags(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getIntegrateGltfDatabags(Long) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
获取集成模型gltf数据包信息
getIntegrateGltfDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
指定集成ID,获取gltf数据包的下载链接 如果只有一个数据包版本,则下载唯一的数据包,如果多个,则必须指定数据包版本 在浏览器中输入gltf数据包的下载地址,即可下载得到对应模型的gltf数据包。
getIntegrateGltfDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
获取gltf数据包下载链接
getIntegrateId() - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
getIntegrateModelArea(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型查询Area, v2
getIntegrateModelArea(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelArea(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelArea(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
集成模型查询Area, v2
getIntegrateModelAreas(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型查询楼层对应Area列表, v2
getIntegrateModelAreas(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelAreas(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelAreas(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
集成模型查询楼层对应Area列表, v2
getIntegrateModelCommonElementProperties(Long, List<FileIdHashWithElementIds>) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型获取构件属性
getIntegrateModelCommonElementProperties(Long, List<FileIdHashWithElementIds>, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型获取构件属性 支持查询模型属性重写后多个构件的共同属性,需要设置请求参数includeOverrides的值为true
getIntegrateModelCommonElementProperties(Long, List<FileIdHashWithElementIds>, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelCommonElementProperties(Long, List<FileIdHashWithElementIds>, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelCommonElementProperties(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelCommonElementProperties(Long, List<FileIdHashWithElementIds>, Boolean) - 类 中的方法com.bimface.sdk.service.DataService
集成模型获取构件属性
getIntegrateModelElement(Long, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型构件, v2
getIntegrateModelElement(Long, String, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型构件, v2 支持查询模型属性重写后多个构件的共同属性,需要设置请求参数includeOverrides的值为true
getIntegrateModelElement(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型构件, v2
getIntegrateModelElement(Long, String, String, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelElement(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelElement(Long, String, String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelElement(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelElement(Long, String, String, Boolean) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型构件, v2
getIntegrateModelElement(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型构件, v2
getIntegrateModelElementIds(Long, String, String, String, String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。
getIntegrateModelElementIds(Long, QueryElementIdsRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型构件ID组, v2
getIntegrateModelElementIds(Long, QueryElementIdsRequest, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelElementIds(Long, Map<String, String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelElementIds(Long, QueryElementIdsRequest) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型构件ID组, v2
getIntegrateModelElementMaterials(Long, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型构件材质, v2
getIntegrateModelElementMaterials(Long, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelElementMaterials(Long, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelElementMaterials(Long, String, String) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型构件材质, v2
getIntegrateModelElements(Long, String, String, String, String, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelElements(Long, String, String, String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelFileViews(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型三维视点/二维视点, v2
getIntegrateModelFileViews(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelFileViews(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelFileViews(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型三维视点/二维视点, v2
getIntegrateModelFloors(Long, Boolean, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelFloors(Long, Boolean, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelProperty(Long, Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelProperty(Long, Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelRoom(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型查询房间属性,v2
getIntegrateModelRoom(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelRoom(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelRoom(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
集成模型查询房间属性,v2
getIntegrateModelRooms(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getIntegrateModelRooms(Long, String, String, ToleranceType, ToleranceType) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型查询楼层对应房间列表, v2 当前支持两种方式查询房间列表:1)使用楼层ID查询属于给定楼层的房间列表;2)使用构件ID在空间中计算查询包含该构件的房间列表 这两种方式只能取其一,楼层ID优先。
getIntegrateModelRooms(Long, String, String, String, ToleranceType, ToleranceType) - 类 中的方法com.bimface.sdk.BimfaceClient
集成模型查询楼层对应房间列表, v2 当前支持两种方式查询房间列表:1)使用楼层ID查询属于给定楼层的房间列表;2)使用构件ID在空间中计算查询包含该构件的房间列表 这两种方式只能取其一,楼层ID优先。
getIntegrateModelRooms(Long, String, String, String, ToleranceType, ToleranceType, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelRooms(Long, String, String, String, ToleranceType, ToleranceType, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelRooms(Long, String, String, String, ToleranceType, ToleranceType) - 类 中的方法com.bimface.sdk.service.DataService
集成模型查询楼层对应房间列表, v2
getIntegrateModelSegmentElementIds(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取流水段对应的所有构件id
getIntegrateModelSegmentElementIds(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelSegmentElementIds(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelSegmentElementIds(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取流水段对应的所有构件id
getIntegrateModelSegmentGroups(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型中所有的流水段分组,v2
getIntegrateModelSegmentGroups(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelSegmentGroups(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelSegmentGroups(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型中所有的流水段分组,v2
getIntegrateModelSegments(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取流水段分组中的所有流水段, v2
getIntegrateModelSegments(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelSegments(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelSegments(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取流水段分组中的所有流水段, v2
getIntegrateModelSegmentTree(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型的流水段树, v2
getIntegrateModelSegmentTree(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelSegmentTree(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelSegmentTree(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型的流水段树, v2
getIntegrateModelTree(Long, String, List<String>, IntegrationTreeOptionalRequestBody) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型分类树,v2
getIntegrateModelTree(Long, String, List<String>, IntegrationTreeOptionalRequestBody, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelTree(Long, String, List<String>, IntegrationTreeOptionalRequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelTree(Long, String, List<String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelTree(Long, String, List<String>, IntegrationTreeOptionalRequestBody) - 类 中的方法com.bimface.sdk.service.DataService
获取集成模型分类树,v2
getIntegrateModelViewToken(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
根据集成ID,文件ID获取viewToken,v2
getIntegrateModelViewToken(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateModelViewToken(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrateModelViewToken(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
根据集成ID,文件ID获取viewToken,v2
getIntegrateOfflineDatabag(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getIntegrateOfflineDatabag(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getIntegrates(IntegrateQueryRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
批量获取文件集成状态
getIntegrates(IntegrateQueryRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getIntegrates(IntegrateQueryRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getIntegrates(IntegrateQueryRequest) - 类 中的方法com.bimface.sdk.service.IntegrateService
批量获取集成模型的状态
getIntegrateShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取分享链接信息
getIntegrateShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
获取分享链接信息
getIntegrateTree(Long, Integer, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getIntegrateTree(Long, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getIntegrationElementProperty(Long, Long, String) - 类 中的方法com.bimface.sdk.service.PropertyService
已过时。 
getIntegrationProperty(Long, Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getKeepAliveDurationNs() - 类 中的方法com.bimface.sdk.config.Config
返回保持活动周期时长
getMaterialOverrideSet(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取材质配置方案, v2
getMaterialOverrideSet(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getMaterialOverrideSet(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getMaterialOverrideSet(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取材质配置方案, v2
getMaxIdleConnections() - 类 中的方法com.bimface.sdk.config.Config
返回最大空闲连接数
getMaxRequests() - 类 中的方法com.bimface.sdk.config.Config
返回允许打开的最大请求数。
getMaxRequestsPerHost() - 类 中的方法com.bimface.sdk.config.Config
返回每台主机最大的请求数
getMEPSystem(Long, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取MEP系统信息
getMEPSystem(Long, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getMEPSystem(Long, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getMEPSystem(Long, String, String) - 类 中的方法com.bimface.sdk.service.DataService
获取MEP系统信息
getModelCompare(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getModelCompareChange(Long, Long, String, Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getModelCompareChange(Long, Long, String, Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getModelCompareElementChange(Long, Long, String, Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取模型构件对比差异, v2
getModelCompareElementChange(Long, Long, String, Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getModelCompareElementChange(Long, Long, String, Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getModelCompareElementChange(Long, Long, String, Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取模型构件对比差异, v2
getModelCompareResult(Long, String, String, Integer, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
分页获取模型对比结果, v2
getModelCompareResult(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getModelCompareResult(Long, String, String, Integer, Integer, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getModelCompareResult(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getModelCompareResult(Long, String, String, Integer, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getModelCompareResult(Long, String, String, Integer, Integer) - 类 中的方法com.bimface.sdk.service.DataService
分页获取模型对比结果, v2
getModelCompares(ModelCompareQueryRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getModelCompares(ModelCompareQueryRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getModelCompareTree(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取模型对比构件分类树, v2
getModelCompareTree(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getModelCompareTree(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getModelCompareTree(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取模型对比构件分类树, v2
getModelCompareV2(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getMultipartSignedUrl(String, MultipartSignedUrlRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
获取分片上传url
getMultipartSignedUrl(String, MultipartSignedUrlRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取分片上传url
getMultipartSignedUrl(String, MultipartSignedUrlRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取分片上传url
getMultipartSignedUrl(String, MultipartSignedUrlRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
获取分片上传url
getName() - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
getName() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getName() - 类 中的方法com.bimface.sdk.bean.request.ProjectCreateRequest
 
getName() - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
getObjectKey() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getOfflineDatabagService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getOfflineDatabagUrl(OfflineDatabagRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getOfflineDatabagUrl(Long, Long, Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取离线数据包下载链接
getOfflineDatabagUrl(OfflineDatabagRequest) - 类 中的方法com.bimface.sdk.service.OfflineDatabagService
已过时。 
getOfflineDatabagUrl(Long, Long, Long, String) - 类 中的方法com.bimface.sdk.service.OfflineDatabagService
获取离线数据下载链接 其中,文件id,集尘id和比较id不能全为空
getOffset() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
getPageNo() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getPageSize() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getPaginationContextId() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getPaginationContextId() - 类 中的方法com.bimface.sdk.BimfaceClient
生成分页查询的ContextId
getPaginationContextId(String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getPaginationContextId(String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getPaginationContextId() - 类 中的方法com.bimface.sdk.service.DataService
生成分页查询的ContextId
getPaginationNo() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getPaginationSize() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getParent(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取父文件夹
getParent(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取父文件夹
getParent(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取父文件夹
getParent(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取父文件夹
getParentId() - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
getParentId() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getParentPath() - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
getParentPath() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getPolicy(String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取上传凭证,用于直传到OSS
getPolicy(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取上传凭证,用于直传到OSS
getPolicy(String, String) - 类 中的方法com.bimface.sdk.service.FileService
获取上传凭证
getPolicy(String, String, String) - 类 中的方法com.bimface.sdk.service.FileService
 
getPreviousElementId() - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
getPreviousFileId() - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
getProjectList(String, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取项目列表
getProjectList(String, String, Boolean, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取项目列表
getProjectList(String, String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取project列表
getProjectList(String, String, Boolean) - 类 中的方法com.bimface.sdk.service.BdfsService
获取项目列表
getProjectMeta(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取项目信息
getProjectMeta(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取项目信息
getProjectMeta(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取项目信息
getProjectMeta(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取项目信息
getProjectRootFolderInfo(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取项目根文件夹信息
getProjectRootFolderInfo(String, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取项目根文件夹信息
getProjectRootFolderInfo(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取项目根文件夹信息
getProjectRootFolderInfo(String, String) - 类 中的方法com.bimface.sdk.service.BdfsService
获取项目根文件夹信息
getProperty(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getPropertyService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getPropertyValues(List<String>, String, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
查询指定模型构件属性的所有可能值 仅支持查询单模型,即targetType可填:file
getPropertyValues(List<String>, String, List<String>, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
查询指定模型构件属性的所有可能值 仅支持查询单模型,即targetType可填:file 支持查询模型属性重写后构件的属性的所有可能值,需要设置请求参数includeOverrides的值为true
getPropertyValues(List<String>, String, List<String>, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getPropertyValues(List<String>, String, List<String>, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getPropertyValues(List<String>, String, List<String>, Boolean) - 类 中的方法com.bimface.sdk.service.DataService
查询一些文件中某个property的所有可能值
getReadTimeout() - 类 中的方法com.bimface.sdk.config.Config
返回获取响应的超时时间
getRfaFamilyPropertyNames(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取rfa文件族属性key列表, v2
getRfaFamilyPropertyNames(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getRfaFamilyPropertyNames(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getRfaFamilyPropertyNames(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取rfa文件族属性key列表, v2
getRfaFamilyTypeProperty(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取rfa文件族类型属性列表, v2
getRfaFamilyTypeProperty(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getRfaFamilyTypeProperty(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getRfaFamilyTypeProperty(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取rfa文件族类型属性列表, v2
getRfaFamilyTypes(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
rfa文件族类型列表, v2
getRfaFamilyTypes(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getRfaFamilyTypes(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getRfaFamilyTypes(Long) - 类 中的方法com.bimface.sdk.service.DataService
rfa文件族类型列表, v2
getRoomId() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getRooms(String) - 类 中的方法com.bimface.sdk.BimfaceClient
查询roomId
getRooms(String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getRooms(String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getRooms(String) - 类 中的方法com.bimface.sdk.service.DataService
查询roomId
getRoomToleranceXY() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getRoomToleranceZ() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getRows() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
getScene(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取场景
getScene(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getScene(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getScene(Long) - 类 中的方法com.bimface.sdk.service.SceneService
 
getSceneJson() - 类 中的方法com.bimface.sdk.bean.request.ApiCreateSceneRequest
 
getSceneShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取分享信息链接
getSceneShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
获取分享链接信息
getShareLink(String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取分享链接信息
getShareLink(String, Long, Long, Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getShareLink(String, Long, Long, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getShareLink(String) - 类 中的方法com.bimface.sdk.service.ShareLinkService
获取分享链接信息
getShareLinkService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getSignatureService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getSingleModelArea(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
Rvt单模型查询 Area, v2
getSingleModelArea(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelArea(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelArea(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
Rvt单模型查询 Area, v2
getSingleModelAreas(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
Rvt单模型查询楼层对应Area列表, v2
getSingleModelAreas(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelAreas(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelAreas(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
Rvt单模型查询楼层对应Area列表, v2
getSingleModelChildElementIds(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取构件的子构件 id,v2
getSingleModelChildElementIds(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelChildElementIds(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelChildElementIds(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
获取构件的子构件 id,v2
getSingleModelCustomizedTree(Long, FileTreeRequestBody) - 类 中的方法com.bimface.sdk.BimfaceClient
查询单模型自定义构件分类树
getSingleModelCustomizedTree(Long, FileTreeRequestBody, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelCustomizedTree(Long, FileTreeRequestBody) - 类 中的方法com.bimface.sdk.service.DataService
查询单模型自定义构件分类树
getSingleModelDrawingSheets(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getSingleModelDrawingSheets(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
单模型查询drawingSheets信息, v2
getSingleModelDrawingSheets(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelDrawingSheets(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelDrawingSheets(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
单模型查询drawingSheets信息, v2
getSingleModelElement(Long, String, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelElement(Long, String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElementIds(Long, QueryElementIdsRequest, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelElementIds(Long, Map<String, String>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElementMaterials(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelElementMaterials(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElementProperty(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
已过时。
getSingleModelElementProperty(Long, List<String>, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelElementProperty(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElementProperty(Long, List<String>, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElementPropertyV2(Long, List<String>, Boolean) - 类 中的方法com.bimface.sdk.service.PropertyService
获取单文件的构件属性,v2
getSingleModelElements(Long, String, String, String, String, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelElements(Long, Boolean, ElementPropertyFilterRequest, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelElements(Long, String, String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElements(Long, Boolean, ElementPropertyFilterRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelElementsV2(Long, List<String>) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getSingleModelElementsV2(Long, List<String>, List<ElementPropertyFilterRequest.GroupAndKeysPair>, boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
根据构件 ID 批量获取单模型的单个构件,v2 支持查询模型属性重写后构件的属性,需要设置请求参数includeOverrides的值为true
getSingleModelElementsV2(Long, List<String>) - 类 中的方法com.bimface.sdk.service.ElementService
根据构件 ID 批量获取单模型的构件,v2
getSingleModelElementsV2(Long, List<String>, List<ElementPropertyFilterRequest.GroupAndKeysPair>, boolean) - 类 中的方法com.bimface.sdk.service.ElementService
根据构件 ID 批量获取单模型的构件,v2
getSingleModelElementV2(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取单模型构件,v2
getSingleModelElementV2(Long, String, boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取单模型构件,v2
getSingleModelElementV2(Long, String, boolean) - 类 中的方法com.bimface.sdk.service.ElementService
获取单模型的单个构件,v2
getSingleModelFileIdFloorsMapping(List<String>, Boolean, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取单模型文件 id 与楼层的映射关系,v2
getSingleModelFileIdFloorsMapping(List<String>, Boolean, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelFileIdFloorsMapping(String, Boolean, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelFileIdFloorsMapping(List<String>, Boolean, Boolean) - 类 中的方法com.bimface.sdk.service.FloorService
获取单模型文件 id 与楼层的映射关系,v2
getSingleModelFloors(Long, Boolean, Boolean, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelFloors(Long, Boolean, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelLinks(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
单模型查询链接, v2
getSingleModelLinks(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelLinks(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelLinks(Long) - 类 中的方法com.bimface.sdk.service.DataService
单模型查询链接, v2
getSingleModelMaterials(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
获取单模型的构件材质,v2
getSingleModelMaterials(Long, String) - 类 中的方法com.bimface.sdk.service.ElementService
获取单模型的构件材质,v2
getSingleModelModelInfo(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取模型数据包meta信息, v2
getSingleModelModelInfo(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelModelInfo(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelModelInfo(Long) - 类 中的方法com.bimface.sdk.service.DataService
获取模型数据包meta信息, v2
getSingleModelRoom(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
Rvt单模型查询楼层对应房间, v2
getSingleModelRoom(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelRoom(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelRoom(Long, String) - 类 中的方法com.bimface.sdk.service.DataService
Rvt单模型查询楼层对应房间, v2
getSingleModelRooms(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getSingleModelRooms(Long, String, String, ToleranceType, ToleranceType) - 类 中的方法com.bimface.sdk.BimfaceClient
Rvt单模型查询楼层对应房间列表,v2 当前支持两种方式查询房间列表:1)使用楼层ID查询属于给定楼层的房间列表;2)使用构件ID在空间中计算查询包含该构件的房间列表 这两种方式只能取其一,楼层ID优先。
getSingleModelRooms(Long, String, String, ToleranceType, ToleranceType, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelRooms(Long, String, String, ToleranceType, ToleranceType, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelRooms(Long, String, String, ToleranceType, ToleranceType) - 类 中的方法com.bimface.sdk.service.DataService
Rvt单模型查询楼层对应房间列表,v2
getSingleModelTree(Long, String, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelTree(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelTreeV2(Long, FileTreeRequestBody) - 类 中的方法com.bimface.sdk.BimfaceClient
查询单模型获取构件分类树,v2
getSingleModelTreeV2(Long, FileTreeRequestBody, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelTreeV2(Long, String, String, FileTreeRequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelTreeV2(Long, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelTreeV2(Long, FileTreeRequestBody) - 类 中的方法com.bimface.sdk.service.DataService
查询单模型获取构件分类树,v2
getSingleModelViews(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询单模型三维视点信息,v2
getSingleModelViews(Long, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
getSingleModelViews(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
getSingleModelViews(Long) - 类 中的方法com.bimface.sdk.service.DataService
查询单模型三维视点信息,v2
getSourceId() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getSourceId() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getSpecialty() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getSpecialtyTree(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
getSpecialtyTree(Long) - 类 中的方法com.bimface.sdk.service.CategoryTreeService
已过时。 
getStartTime() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
getStartTime() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getStatus() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
getStatus() - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
getSuffix() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
getSuffix() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getSupport() - 类 中的方法com.bimface.sdk.BimfaceClient
获取支持的文件格式及文件大小
getSupportedFileTypes() - 类 中的方法com.bimface.sdk.service.FileService
根据文件id获取文件元信息
getSupportFileTypes(String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getSupportFileTypes(String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getSystemType() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
getThumbnail() - 类 中的方法com.bimface.sdk.bean.request.ProjectCreateRequest
 
getToken() - 类 中的方法com.bimface.sdk.bean.response.AccessTokenBean
 
getTranslate(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取文件转换状态
getTranslate(Long) - 类 中的方法com.bimface.sdk.service.TranslateService
查看文件转换状态
getTranslate(Long, String) - 类 中的方法com.bimface.sdk.service.TranslateService
查看文件转换状态
getTranslate3DTilesDatabags(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询文件的3DTiles数据包
getTranslate3DTilesDatabags(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getTranslate3DTilesDatabags(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getTranslate3DTilesDatabags(Long) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
查询文件的3DTiles数据包
getTranslate3dTilesDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
指定文件ID,获取3DTiles数据包下载地址 数据包版本;如果只有一个,则下载唯一的数据包,如果多个,则必须指定数据包版本 在浏览器中输入3DTiles数据包的下载地址,即可下载得到对应模型的3DTiles数据包。
getTranslate3dTilesDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
获取3DTiles数据包下载地址
getTranslateBakeDatabags(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询文件bake数据包
getTranslateBakeDatabags(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getTranslateBakeDatabags(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getTranslateBakeDatabags(Long) - 类 中的方法com.bimface.sdk.service.BakeService
查询单文件bake数据包
getTranslateGltfDatabag(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询gltf数据包信息
getTranslateGltfDatabag(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getTranslateGltfDatabag(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getTranslateGltfDatabag(Long) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
获取gltf数据包信息
getTranslateGltfDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
指定文件ID,获取gltf数据包的下载链接 如果只有一个数据包版本,则下载唯一的数据包,如果多个,则必须指定数据包版本 在浏览器中输入gltf数据包的下载地址,即可下载得到对应模型的gltf数据包。
getTranslateGltfDatabagUrl(Long, String) - 类 中的方法com.bimface.sdk.service.ExportDatabagService
获取gltf数据包下载链接
getTranslateOfflineDatabag(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getTranslateOfflineDatabag(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getTranslates(TranslateQueryRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
批量获取文件转换状态
getTranslates(TranslateQueryRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getTranslates(TranslateQueryRequest) - 类 中的方法com.bimface.sdk.service.TranslateService
批量查看文件转换状态
getTranslateService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getTranslateShare(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取分享链接信息
getTranslateShare(Long) - 类 中的方法com.bimface.sdk.service.ShareLinkService
获取分享链接信息
getTranslation(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getTranslation(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getTranslations(TranslateQueryRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getUploadPolicy(String, String, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
getUploadPolicy(String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
getUrl() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
getUseFuzzySearch() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getUserAgent() - 类 中的方法com.bimface.sdk.config.Config
构造用户代理。
getValue() - 枚举 中的方法com.bimface.sdk.constants.CallbackStatus
 
getValue() - 枚举 中的方法com.bimface.sdk.constants.TransferStatus
 
getVersion(String, String, Boolean) - 类 中的方法com.bimface.sdk.BimfaceClient
获取指定版本文件信息
getVersion(String, String, Boolean, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
获取指定版本文件信息
getVersion(String, String, Boolean, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
获取指定版本文件信息
getVersion(String, String, Boolean) - 类 中的方法com.bimface.sdk.service.BdfsService
获取指定版本文件信息
getVersion() - 类 中的静态方法com.bimface.sdk.utils.VersionInfoUtils
 
getVersionSignedUrl(String, String, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
下载指定版本文件
getVersionSignedUrl(String, String, Integer, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
下载指定版本文件
getVersionSignedUrl(String, String, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
下载指定版本文件
getVersionSignedUrl(String, String, Integer) - 类 中的方法com.bimface.sdk.service.BdfsService
下载指定版本文件
getViewToken(Long, Long, Long, Long, Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
getViewToken(Long, Long, Long, Long, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
getViewTokenByClashDetectiveId(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取viewToken, 用于碰撞检测
getViewTokenByClashDetectiveId(Long) - 类 中的方法com.bimface.sdk.service.ViewTokenService
 
getViewTokenByCompareId(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取模型对比viewToken, 用于模型预览的凭证
getViewTokenByCompareId(Long) - 类 中的方法com.bimface.sdk.service.ViewTokenService
获取模型对比的浏览凭证
getViewTokenByCompareId(Long, String) - 类 中的方法com.bimface.sdk.service.ViewTokenService
获取模型对比的浏览凭证
getViewTokenByFileId(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取viewToken, 用于模型预览的凭证
getViewTokenByFileId(Long) - 类 中的方法com.bimface.sdk.service.ViewTokenService
用fileId获取单文件浏览凭证
getViewTokenByFileId(Long, String) - 类 中的方法com.bimface.sdk.service.ViewTokenService
用fileId获取单文件浏览凭证
getViewTokenByIntegrateId(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取集成模型viewToken, 用于模型预览的凭证
getViewTokenByIntegrateId(Long) - 类 中的方法com.bimface.sdk.service.ViewTokenService
获取集成模型的浏览凭证
getViewTokenByIntegrateId(Long, String) - 类 中的方法com.bimface.sdk.service.ViewTokenService
获取集成模型的浏览凭证
getViewTokenBySceneId(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取viewToken,用于场景预览
getViewTokenBySceneId(Long) - 类 中的方法com.bimface.sdk.service.ViewTokenService
用场景Id获取单文件浏览凭证
getViewTokenBySceneId(Long, String) - 类 中的方法com.bimface.sdk.service.ViewTokenService
用场景Id获取场景浏览凭证
getViewTokenService() - 类 中的方法com.bimface.sdk.BimfaceClient
 
getWithItemSource() - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
getWriteTimeout() - 类 中的方法com.bimface.sdk.config.Config
返回写入请求的超时时间

I

ID - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
initMultipartUpload(String, InitMultipartUploadRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
创建分片上传任务
initMultipartUpload(String, InitMultipartUploadRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
创建分片上传任务
initMultipartUpload(String, InitMultipartUploadRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
创建分片上传任务
initMultipartUpload(String, InitMultipartUploadRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
创建分片上传任务
inStringArray(String, String[]) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
integrate(FileIntegrateRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
发起文件集成
integrate(FileIntegrateRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
integrate(FileIntegrateRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
integrate(FileIntegrateRequest) - 类 中的方法com.bimface.sdk.service.IntegrateService
发起文件集成
integrate2Bimtiles(FileIntegrateRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
发起模型集成
integrate2Bimtiles(FileIntegrateRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
integrate2Bimtiles(FileIntegrateRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
integrate2Bimtiles(FileIntegrateRequest) - 类 中的方法com.bimface.sdk.service.IntegrateService
发起模型集成
INTEGRATE_ID - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
IntegrateService - com.bimface.sdk.service中的类
文件转换
IntegrateService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.IntegrateService
 
IntegrateService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.IntegrateService
 
invokeModelCompare(ModelCompareRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
invokeModelCompare(ModelCompareRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
invokeModelComparev2(CompareRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
invokeModelCompareV2(CompareRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
isByOSS() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
判断是否通过OSS元数据方式上传文件
isByUrl() - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
判断是否通过URL方式上传文件
isEffectiveDate(String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
isNullOrEmpty(String) - 类 中的静态方法com.bimface.sdk.utils.AssertUtils
 
isNullOrEmpty(String) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 

J

join(Object[], String) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
join(Collection<?>, String) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
join(Collection<?>, String, String) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
join(Object[], String, String) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
以指定的分隔符来进行字符串元素连接 例如有字符串数组array和连接符为逗号(,) String[] array = new String[] { "hello", "world", "bimface", "cloud","storage" }; 那么得到的结果是: hello,world,bimface,cloud,storage
JSON_MIME - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
jsonJoin(String[]) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
以json元素的方式连接字符串中元素 例如有字符串数组array String[] array = new String[] { "hello", "world", "bimface", "cloud","storage" }; 那么得到的结果是: "hello","world","bimface","cloud","storage"

M

MD5(String) - 类 中的静态方法com.bimface.sdk.utils.MD5Util
 
MD5Util - com.bimface.sdk.utils中的类
MD5工具
MD5Util() - 类 的构造器com.bimface.sdk.utils.MD5Util
 
MEDIA_TYPE_JSON - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
modify(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
更新集成信息
modify(Long, String, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
modify(Long, String, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
modify(Long, String) - 类 中的方法com.bimface.sdk.service.IntegrateService
更新集成信息
moveFile(String, MoveFileRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
移动文件位置
moveFile(String, MoveFileRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
移动文件位置
moveFile(String, MoveFileRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
移动文件位置
moveFile(String, MoveFileRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
移动文件位置

O

OfflineDatabagRequest - com.bimface.sdk.bean.request中的类
离线数据包请求参数
OfflineDatabagRequest() - 类 的构造器com.bimface.sdk.bean.request.OfflineDatabagRequest
 
OfflineDatabagRequest(Long, Long, Long, String, String) - 类 的构造器com.bimface.sdk.bean.request.OfflineDatabagRequest
 
OfflineDatabagService - com.bimface.sdk.service中的类
离线数据包
OfflineDatabagService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.OfflineDatabagService
 
OfflineDatabagService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.OfflineDatabagService
 

P

pageGetDrawingCompareResult(Long, String, Integer, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
分页获取图纸对比结果
pageGetDrawingCompareResult(Long, String, Integer, Integer, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
pageGetDrawingCompareResult(Long, String, Integer, Integer, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
pageGetDrawingCompareResult(Long, String, Integer, Integer) - 类 中的方法com.bimface.sdk.service.DataService
分页获取图纸对比结果
parse(String) - 枚举 中的静态方法com.bimface.sdk.constants.CallbackStatus
 
parse(String) - 枚举 中的静态方法com.bimface.sdk.constants.TransferStatus
 
ProjectCreateRequest - com.bimface.sdk.bean.request中的类
Created by tangj-i on 2023/3/27.
ProjectCreateRequest() - 类 的构造器com.bimface.sdk.bean.request.ProjectCreateRequest
 
PropertyService - com.bimface.sdk.service中的类
模型属性服务
PropertyService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.PropertyService
 
PropertyService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.PropertyService
 
put(AccessTokenBean) - 接口 中的方法com.bimface.sdk.config.authorization.AccessTokenStorage
保存accessToken
put(AccessTokenBean) - 类 中的方法com.bimface.sdk.config.authorization.DefaultAccessTokenStorage
 
PUT_THRESHOLD - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 

Q

queryAppendFile(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询追加文件信息
queryAppendFile(Long) - 类 中的方法com.bimface.sdk.service.FileService
查询追加文件信息
queryAppendFile(Long, String) - 类 中的方法com.bimface.sdk.service.FileService
 
queryClashDetective(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
获取碰撞检测状态
queryClashDetective(Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
queryClashDetective(Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
queryClashDetective(Long) - 类 中的方法com.bimface.sdk.service.ClashDetectiveService
 
queryClashDetectiveByModelId(Long, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
根据模型ID查询碰撞检测ID列表
queryClashDetectiveByModelId(Long, Long, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
queryClashDetectiveByModelId(Long, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
queryClashDetectiveByModelId(Long, Long) - 类 中的方法com.bimface.sdk.service.ClashDetectiveService
 
queryCompareOfflineDatabag(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询离线数据包
QueryElementIdsRequest - com.bimface.sdk.bean.request中的类
查询满足条件的构件ID列表的请求参数
QueryElementIdsRequest() - 类 的构造器com.bimface.sdk.bean.request.QueryElementIdsRequest
 
QueryElementIdsRequest(String, String, String, String, String) - 类 的构造器com.bimface.sdk.bean.request.QueryElementIdsRequest
 
queryIntegrateOfflineDatabag(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询离线数据包
queryOfflineDatabag(OfflineDatabagRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
已过时。 
queryOfflineDatabag(OfflineDatabagRequest) - 类 中的方法com.bimface.sdk.service.OfflineDatabagService
已过时。 
queryOfflineDatabag(Long, Long, Long) - 类 中的方法com.bimface.sdk.service.OfflineDatabagService
查询离线数据包
queryTranslateOfflineDatabag(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
查询离线数据包

S

SceneService - com.bimface.sdk.service中的类
场景相关
SceneService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.SceneService
 
SceneService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.SceneService
 
SELECTIONA - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
SELECTIONB - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
setApiHost(String) - 类 中的方法com.bimface.sdk.config.Endpoint
 
setAppKey(String) - 类 中的方法com.bimface.sdk.config.authorization.Credential
 
setAppSecret(String) - 类 中的方法com.bimface.sdk.config.authorization.Credential
 
setBdfsHost(String) - 类 中的方法com.bimface.sdk.config.Endpoint
 
setBucket(String) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setCallback(String) - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
setCategoryId(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setCompareId(Long) - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
setCompareId(Long) - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
setConfig(Map<String, String>) - 类 中的方法com.bimface.sdk.bean.request.DatabagDerivativeRequest
 
setConfig(Map<String, String>) - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
setConnectTimeout(int) - 类 中的方法com.bimface.sdk.config.Config
设置建立连接的超时时间(单位:秒)。
setContentLength(Long) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setDatabagVersion(String) - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
setEndTime(LocalDate) - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
setEndTime(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setEtag(String) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setExcludeFolder(Boolean) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setExpireTime(String) - 类 中的方法com.bimface.sdk.bean.response.AccessTokenBean
 
setFailedReason(String) - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
setFamily(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setFamilyType(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setFileHost(String) - 类 中的方法com.bimface.sdk.config.Endpoint
 
setFileId(Long) - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
setFileId(String) - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
setFileItemId(String) - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
setFileItemName(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setFileItemName(String) - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
setFloor(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setFollowingElementId(String) - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
setFollowingFileId(Long) - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
setInfo(String) - 类 中的方法com.bimface.sdk.bean.request.ProjectCreateRequest
 
setInputStream(InputStream) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setIntegrateId(Long) - 类 中的方法com.bimface.sdk.bean.request.OfflineDatabagRequest
 
setKeepAliveDurationNs(long) - 类 中的方法com.bimface.sdk.config.Config
设置保持活动周期时长
setMaxIdleConnections(int) - 类 中的方法com.bimface.sdk.config.Config
设置最大空闲连接数
setMaxRequests(int) - 类 中的方法com.bimface.sdk.config.Config
设置允许打开的最大请求数。
setMaxRequestsPerHost(int) - 类 中的方法com.bimface.sdk.config.Config
设置每台主机最大的请求数
setName(String) - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
setName(String) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setName(String) - 类 中的方法com.bimface.sdk.bean.request.ProjectCreateRequest
 
setName(String) - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
setObjectKey(String) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setOffset(Long) - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
setPageNo(Integer) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setPageSize(Integer) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setPaginationContextId(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setPaginationNo(Integer) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setPaginationSize(Integer) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setParentId(String) - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
setParentId(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setParentPath(String) - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
setParentPath(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setPreviousElementId(String) - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
setPreviousFileId(Long) - 类 中的方法com.bimface.sdk.bean.request.compare.CompareElementRequest
 
setReadTimeout(int) - 类 中的方法com.bimface.sdk.config.Config
设置获取请求的超时时间
setRoomId(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setRoomToleranceXY(ToleranceType) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setRoomToleranceZ(ToleranceType) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setRows(Long) - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
setSceneJson(String) - 类 中的方法com.bimface.sdk.bean.request.ApiCreateSceneRequest
 
setSourceId(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setSourceId(String) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setSpecialty(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setStartTime(LocalDate) - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
setStartTime(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setStatus(FileStatus) - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
setStatus(String) - 类 中的方法com.bimface.sdk.bean.response.FileItemUploadStatusBean
 
setSuffix(String) - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
setSuffix(String) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setSystemType(String) - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
setThumbnail(String) - 类 中的方法com.bimface.sdk.bean.request.ProjectCreateRequest
 
setToken(String) - 类 中的方法com.bimface.sdk.bean.response.AccessTokenBean
 
setUrl(String) - 类 中的方法com.bimface.sdk.bean.request.FileUploadRequest
 
setUseFuzzySearch(Boolean) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setUserAgent(String) - 类 中的方法com.bimface.sdk.config.Config
设置用户代理。
setWithItemSource(Boolean) - 类 中的方法com.bimface.sdk.bean.request.FileItemQueryRequest
 
setWriteTimeout(int) - 类 中的方法com.bimface.sdk.config.Config
设置写入请求的超时时间
ShareLinkService - com.bimface.sdk.service中的类
分享链接
ShareLinkService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ShareLinkService
 
ShareLinkService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ShareLinkService
 
shareList(String, Integer, Integer) - 类 中的方法com.bimface.sdk.client.ApiClient
 
shareList(String, Integer, Integer) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
shareList(Integer, Integer) - 类 中的方法com.bimface.sdk.service.ShareLinkService
获取分享列表
shares(Integer, Integer) - 类 中的方法com.bimface.sdk.BimfaceClient
获取分享列表
SignatureService - com.bimface.sdk.service中的类
验证签名
SignatureService(Credential) - 类 的构造器com.bimface.sdk.service.SignatureService
 
STREAM_MIME - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 
StringUtils - com.bimface.sdk.utils中的类
字符串工具

T

toString() - 类 中的方法com.bimface.sdk.bean.request.CreateFolderRequest
 
toString() - 类 中的方法com.bimface.sdk.bean.request.FileBatchQueryRequest
 
toString() - 类 中的方法com.bimface.sdk.bean.request.QueryElementIdsRequest
 
toString() - 类 中的方法com.bimface.sdk.bean.response.AccessTokenBean
 
TransferStatus - com.bimface.sdk.constants中的枚举
枚举:转换状态
translate(FileTranslateRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
发起文件转换
translate(Long) - 类 中的方法com.bimface.sdk.BimfaceClient
发起文件转换
translate(Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
发起文件转换
translate(FileTranslateRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
translate(FileTranslateRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
translate(FileTranslateRequest) - 类 中的方法com.bimface.sdk.service.TranslateService
发起文件转换
translate(FileTranslateRequest, String) - 类 中的方法com.bimface.sdk.service.TranslateService
发起文件转换
translate2Bimtiles(FileTranslateRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
发起模型转换
translate2Bimtiles(FileTranslateRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
translate2Bimtiles(FileTranslateRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
translate2Bimtiles(FileTranslateRequest) - 类 中的方法com.bimface.sdk.service.TranslateService
发起模型转换
TranslateService - com.bimface.sdk.service中的类
文件转换
TranslateService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.TranslateService
 
TranslateService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.TranslateService
 

U

UpdateAccessTokenAspect - com.bimface.sdk.aspects中的类
 
UpdateAccessTokenAspect() - 类 的构造器com.bimface.sdk.aspects.UpdateAccessTokenAspect
 
updateAccessTokenBean() - 类 中的方法com.bimface.sdk.service.AccessTokenService
 
updateFolder(String, UpdateFolderRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
文件夹重命名 根据folderId(path)更新文件夹
updateFolder(String, UpdateFolderRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
文件夹重命名 根据folderId(path)更新文件夹
updateFolder(String, UpdateFolderRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
文件夹重命名 根据folderId(path)更新文件夹
updateFolder(String, UpdateFolderRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
文件夹重命名 根据folderId(path)更新文件夹
updateIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.BimfaceClient
修改集成模型指定构件的属性, V2
updateIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
updateIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
updateIntegrateModelElementProperties(Long, String, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.service.DataService
修改集成模型指定构件的属性 V2
updateProject(String, String, UpdateProjectRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
更新项目信息
updateProject(String, String, UpdateProjectRequest, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
更新项目信息
updateProject(String, String, UpdateProjectRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
更新项目信息
updateProject(String, String, UpdateProjectRequest) - 类 中的方法com.bimface.sdk.service.BdfsService
更新项目信息
updateScene(Long, CreateSceneRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
更新场景
updateScene(Long, CreateSceneRequest, String) - 类 中的方法com.bimface.sdk.client.ApiClient
 
updateScene(Long, CreateSceneRequest, String) - 接口 中的方法com.bimface.sdk.interfaces.ApiInterface
 
updateScene(Long, CreateSceneRequest) - 类 中的方法com.bimface.sdk.service.SceneService
 
updateSingleModelElementProperties(Long, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.BimfaceClient
修改(包含添加和更新)构件基本属性组以外的属性, V2
updateSingleModelElementProperties(Long, String, List<PropertyGroup>, String) - 类 中的方法com.bimface.sdk.client.DataClient
 
updateSingleModelElementProperties(Long, String, List<PropertyGroup>, String) - 接口 中的方法com.bimface.sdk.interfaces.DataInteface
 
updateSingleModelElementProperties(Long, String, List<PropertyGroup>) - 类 中的方法com.bimface.sdk.service.DataService
修改(包含添加和更新)构件基本属性组以外的属性, V2
updateTokenOnException(ProceedingJoinPoint) - 类 中的方法com.bimface.sdk.aspects.UpdateAccessTokenAspect
 
upload(FileUploadRequest) - 类 中的方法com.bimface.sdk.BimfaceClient
上传文件
upload(String, Long, InputStream) - 类 中的方法com.bimface.sdk.BimfaceClient
上传文件,文件流方式
upload(String, String, Long, InputStream) - 类 中的方法com.bimface.sdk.BimfaceClient
上传文件,文件流方式
upload(String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
上传文件,URL方式
upload(String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
上传文件,URL方式
upload(FileUploadRequest) - 类 中的方法com.bimface.sdk.service.FileService
上传文件
upload(FileUploadRequest, String) - 类 中的方法com.bimface.sdk.service.FileService
 
uploadAppendFile(InputStream, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
追加上传
uploadAppendFile(InputStream, Long, Long, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
追加上传
uploadAppendFile(InputStream, Long) - 类 中的方法com.bimface.sdk.service.FileService
追加上传
uploadAppendFile(InputStream, Long, Long, Long) - 类 中的方法com.bimface.sdk.service.FileService
 
uploadAppendFile(InputStream, Long, String) - 类 中的方法com.bimface.sdk.service.FileService
 
uploadByPolicy(String, Long, InputStream) - 类 中的方法com.bimface.sdk.BimfaceClient
基于阿里云的policy机制,将文件直接上传阿里云 分两步:1.
uploadByPolicy(String, String, Long, InputStream) - 类 中的方法com.bimface.sdk.BimfaceClient
基于阿里云的policy机制,将文件直接上传阿里云 分两步:1.
uploadByPolicy(String, RequestBody) - 类 中的方法com.bimface.sdk.client.FileClient
 
uploadByPolicy(String, RequestBody) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
uploadByPolicy(String, String, Long, InputStream) - 类 中的方法com.bimface.sdk.service.FileService
通过申请上传Policy的方式直接上传到OSS
uploadByPolicy(String, String, Long, InputStream, String) - 类 中的方法com.bimface.sdk.service.FileService
 
uploadByUrl(String, String, String, String, String, String, String, Long) - 类 中的方法com.bimface.sdk.BimfaceClient
指定外部文件url方式上传
uploadByUrl(String, String, String, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
指定外部文件url方式上传
uploadByUrl(String, String, String, String, String, String, String, Long, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
指定外部文件url方式上传
uploadByUrl(String, String, String, String, String, String, String, Long) - 类 中的方法com.bimface.sdk.service.BdfsService
指定外部文件url方式上传
uploadFileByUrl(String, String, String, String, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
uploadFileByUrl(String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
uploadFileFromOSS(String, String, String, String, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
uploadFileFromOSS(String, String, String, String, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
uploadFileItem(InputStream, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.BimfaceClient
上传文件流
uploadFileItem(InputStream, String, String, String, String, Long, String, String) - 类 中的方法com.bimface.sdk.client.BdfsClient
上传文件流
uploadFileItem(String, String, String, String, String, Long, RequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.BdfsInterface
上传文件流
uploadFileItem(InputStream, String, String, String, String, Long, String) - 类 中的方法com.bimface.sdk.service.BdfsService
上传文件流
uploadFileStream(String, String, Long, InputStream, String) - 类 中的方法com.bimface.sdk.client.FileClient
 
uploadFileStream(String, String, Long, RequestBody, String) - 接口 中的方法com.bimface.sdk.interfaces.FileInterface
 
utf8Bytes(String) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
utf8String(byte[]) - 类 中的静态方法com.bimface.sdk.utils.StringUtils
 
UTF_8 - 类 中的静态变量com.bimface.sdk.constants.BimfaceConstants
 

V

validate(String, String, String, String) - 类 中的方法com.bimface.sdk.service.SignatureService
校验签名方法,针对于回调函数验证是否为bimface发起
validateSignature(String, String, String, String) - 类 中的方法com.bimface.sdk.BimfaceClient
验证签名, 接收回调时使用
validToken(String) - 类 中的方法com.bimface.sdk.client.AbstractClient
 
valueOf(String) - 枚举 中的静态方法com.bimface.sdk.constants.CallbackStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.bimface.sdk.constants.TransferStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.bimface.sdk.constants.CallbackStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.bimface.sdk.constants.TransferStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VersionInfoUtils - com.bimface.sdk.utils中的类
版本工具
VersionInfoUtils() - 类 的构造器com.bimface.sdk.utils.VersionInfoUtils
 
ViewTokenService - com.bimface.sdk.service中的类
获取viewToken
ViewTokenService(Endpoint, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ViewTokenService
 
ViewTokenService(Endpoint, Config, AccessTokenService) - 类 的构造器com.bimface.sdk.service.ViewTokenService
 
A B C D E F G I J M O P Q S T U V 
跳过导航链接

Copyright © 2024. All rights reserved.