StaticallGets all successfully processed folders.
api.getChanges(projectA, PredefinedBimChangeMetadataQuery.folder())
Query for use with TwinfinityApiClient.getChanges.
StaticblobGets all blobs/files with a specific file extension and status
File extension
Status of files to get.
Query for use with TwinfinityApiClient.getChanges.
StaticdwgGets all successfully processed DWG changes.
Status of DWG files to get. Query for use with TwinfinityApiClient.getChanges.
StaticfolderGets all successfully processed folders.
api.getChanges(projectA, PredefinedBimChangeMetadataQuery.folder())
Query for use with TwinfinityApiClient.getChanges.
StaticifcGets all successfully processed IFC changes.
Status of IFC files to get. Query for use with TwinfinityApiClient.getChanges.
StaticlayerGets all layers of a specific format
Type of layer to get. For example "sensors"
Query for use with TwinfinityApiClient.getChanges.
StaticlayerRetrieves the BimChangeMetadataQuery for layer attachments.
The format or layerId property.
The BimChangeMetadataQuery object.
StaticpdfGets all successfully processed PDF changes.
Status of PDF files to get. Query for use with TwinfinityApiClient.getChanges.
Predefined queries to use with BimCoreApiClient.getChanges.