Home
last modified time | relevance | path

Searched refs:objDbId (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DGenericReadWorker.cpp129 const U2DataId objDbId = SharedDbUrlUtils::getObjectIdByUrl(url); in getDbObjectHandlerByUrl() local
130 SAFE_POINT(!objDbId.isEmpty(), "Unexpected object ID supplied", SharedDbiDataHandler()); in getDbObjectHandlerByUrl()
131 const U2DataType objDbType = U2DbiUtils::toType(objDbId); in getDbObjectHandlerByUrl()
H A DDocWorkers.cpp117 const U2DataId objDbId = SharedDbUrlUtils::getObjectIdByUrl(url); in processDbObject() local
118 CHECK(!objDbId.isEmpty(), createDbObjectReadFailTask(url)); in processDbObject()
124 …TextObject> obj(qobject_cast<TextObject *>(GObjectUtils::createObject(dbRef, objDbId, objDbName))); in processDbObject()