MainPage   Related pages 
Deprecated List
Member desiteCore::ProjectAPI::getCamera ()
Use getCameraAsJsonObject() instead
Member desiteCore::ProjectAPI::getNavigationMode ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getHandlerMode() instead.

Use getHandlerMode() instead.

Member desiteCore::ProjectAPI::setCamera (QVariantMap cam)
Use setCameraFromJsonObject() instead
Member desiteCore::ProjectAPI::setNavigationMode (QString mode, QString pinModeContainerID=QString())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setHandlerMode( QVariantMap mode ) instead.

Use setHandlerMode( QVariantMap mode ) instead.

Member domainBim::AutomationAPI::createObject (QString parentId, QString name)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use createObjectFromXml() instead.
Reason: Very limited usefulness.

Use createObjectFromXml() instead.
Reason: Very limited usefulness.

Member domainBim::AutomationAPI::getAvailablePropertyValues (QString propName, QString propDatatype, int maxValues, QString domainName="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyValues() instead.

Use getPropertyValues() instead.

Member domainBim::AutomationAPI::getContainerByName (QString parentId, QString name)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use findContainerByName() instead.
Reason: Does not work with any domain but geometry. Automatic creation of containers is unexpected behavior.

Use findContainerByName() instead.
Reason: Does not work with any domain but geometry. Automatic creation of containers is unexpected behavior.

Member domainBim::AutomationAPI::getModelByName (QString name, QString domainFilter="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use createModel() and getModelListByName() instead.
Reason: A Model is not uniquely identified by its name.

Use createModel() and getModelListByName() instead.
Reason: A Model is not uniquely identified by its name.

Member domainBim::AutomationAPI::getRootContainerByName (QString modelName, QString rootContainerName)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use createModel() and getRootContainerList() instead.
Reason: Names are not unique identifiers.

Use createModel() and getRootContainerList() instead.
Reason: Names are not unique identifiers.

Member domainBim::AutomationAPI::setName (QString objIdList, QString name)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setPropertyValue() instead.
Reason: Redundant.

Use setPropertyValue() instead.
Reason: Redundant.

Member domainBim::AutomationAPI::setPropertyValueRepository (QString objId, QString propName, QString propDataType, QVariant value, bool createType=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setPropertyValue() instead.
Reason: Use may have undesirable side effects.

Use setPropertyValue() instead.
Reason: Use may have undesirable side effects.

Member domainBim::CoreAPI::formatDateTime (QDateTime dt, QString formatstr="iso")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use JavaScript core functionality instead, for instance dt.toISOString().
Reason: Inconsistent behavior in scripts and WebForms. Not really DESITE-related.

Use JavaScript core functionality instead, for instance dt.toISOString().
Reason: Inconsistent behavior in scripts and WebForms. Not really DESITE-related.

Member domainBim::CoreAPI::getBoQItemsByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getDocumentsByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getLocation ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getProjectLocation() instead.
Reason: Return as String is inconvenient.

Use getProjectLocation() instead.
Reason: Return as String is inconvenient.

Member domainBim::CoreAPI::getObjectsByBoQItemList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getObjectsByDocumentList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getObjectsByPcItemList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getObjectsByResourcesList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getObjectsBySectionList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getObjectsByTaskList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getObjectsByTypeList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getPcItemsByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getProjectVersionNumber ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

DESITE Projects no longer have a version number; this method will always return 0.

DESITE Projects no longer have a version number; this method will always return 0.

Member domainBim::CoreAPI::getPropertyDateListAsJSON (QString objId, QString propName, QString propType, bool inh=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyDateList() instead.
Reason: Does not handle invalid dates. Does not actually return JSON. Parameter "inh" has no effect.

Use getPropertyDateList() instead.
Reason: Does not handle invalid dates. Does not actually return JSON. Parameter "inh" has no effect.

Member domainBim::CoreAPI::getPropertyFirstDate (QString objId, QString propName, QString propType, bool inh)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyDateList() and take first entry.

Use getPropertyDateList() and take first entry.

Member domainBim::CoreAPI::getPropertyLastDate (QString objId, QString propName, QString propType, bool inh=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyDateList() and take last entry.

Use getPropertyDateList() and take last entry.

Member domainBim::CoreAPI::getPropertyTypesByDomain (QString domainName, QString filterPattern="*")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyTypeList() instead.

Use getPropertyTypeList() instead.

Member domainBim::CoreAPI::getPropertyTypesByObject (QString objId, QString filterPattern="*")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyTypeListByObject() instead.

Use getPropertyTypeListByObject() instead.

Member domainBim::CoreAPI::getPropertyUnit (QString objId, QString propName, QString propType, bool inh=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPropertyUnit( QString propName, QString propType ) instead.
Reason: Irrelevant parameters.

Use getPropertyUnit( QString propName, QString propType ) instead.
Reason: Irrelevant parameters.

Member domainBim::CoreAPI::getPropertyValueAsString (QString objId, QString propName, QString propType, bool inh=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use AutomationAPI::getPropertyValues() instead.

Use AutomationAPI::getPropertyValues() instead.

Member domainBim::CoreAPI::getPropertyValueList (QString propName, QString propType, int maxValues)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use AutomationAPI::getPropertyValues() instead.

Use AutomationAPI::getPropertyValues() instead.

Member domainBim::CoreAPI::getResourcesByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getSectionsByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getTasksByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getTypesByObjectList (QString idList)
Use equivalent call:
Member domainBim::CoreAPI::getVersionBUILD ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVersion() instead.
Reason: wrong name (returns patch number, not build number), convenience.

Use getVersion() instead.
Reason: wrong name (returns patch number, not build number), convenience.

Member domainBim::CoreAPI::getVersionMAJOR ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVersion() instead.
Reason: naming conventions, convenience.

Use getVersion() instead.
Reason: naming conventions, convenience.

Member domainBim::CoreAPI::getVersionMINOR ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVersion() instead.
Reason: naming conventions, convenience.

Use getVersion() instead.
Reason: naming conventions, convenience.


Created: Tue Dec 13 2022 13:14:00