PredefinedBimChangeMetadataQuery
Index
Constructors
Methods
Constructors
constructor
Returns PredefinedBimChangeMetadataQuery
Methods
publicstaticall
Gets all successfully processed folders.
Returns BimChangeMetadataQuery<BimChange>
publicstaticblob
Gets all blobs/files with a specific file extension and status
Type parameters
- T: BimChange = BimChangeBlob
Parameters
extension: string
File extension
status: BimChangeStatus = BimChangeStatus.Processed
Returns BimChangeMetadataQuery<T>
Query for use with getChanges.
publicstaticdwg
Gets all successfully processed DWG changes.
Parameters
status: BimChangeStatus = BimChangeStatus.Processed
Status of DWG files to get. Query for use with getChanges.
Returns BimChangeMetadataQuery<BimChangeDwg>
publicstaticfolder
Gets all successfully processed folders.
Returns BimChangeMetadataQuery<BimFolder>
publicstaticifc
Gets all successfully processed IFC changes.
Parameters
status: BimChangeStatus = BimChangeStatus.Processed
Status of IFC files to get. Query for use with getChanges.
Returns BimChangeMetadataQuery<BimChangeIfc>
publicstaticlayer
Gets all layers of a specific format
Parameters
format: string
Type of layer to get. For example “sensors”
Returns BimChangeMetadataQuery<BimChangeLayer>
Query for use with getChanges.
publicstaticlayerAttachments
Retrieves the BimChangeMetadataQuery for layer attachments.
Type parameters
Parameters
format: string
Returns BimChangeMetadataQuery<T>
The BimChangeMetadataQuery object.
publicstaticpdf
Gets all successfully processed PDF changes.
Parameters
status: BimChangeStatus = BimChangeStatus.Processed
Status of PDF files to get. Query for use with getChanges.
Returns BimChangeMetadataQuery<BimChangeBlob>
Predefined queries to use with getChanges.