On regular occasions, code in Studio Server that it is replaced or not used anymore is marked as deprecated and at some later point removed from the software.
This includes global functions, class methods, and classes as listed in this article.
Note: These global functions, class methods, and classes should no longer be called by custom server plug-ins. If a replacement is provided, call that instead.
Code marked as deprecated
The following table shows the global functions, class methods, and classes (in alphabetical order) that are currently marked as deprecated. They are candidates to be removed one year after the release in which they are communicated as being deprecated (which is after 12 minor releases).
| Removed (old) | Replacement (new) | Deprecated |
|---|---|---|
| BizDeletedObject::deleteObject() method | WW_BizClasses_DeleteObjectHandler::deleteFromWorkflow() method | 10.51.0 |
| BizDeletedObject::deleteObject() method | WW_BizClasses_DeleteObjectHandler::deleteFromTrashCan() method | 10.51.0 |
| BizDeletedObject::deleteObject() method | WW_BizClasses_DeleteObjectHandler::moveToTrashCan() method | 10.51.0 |
| BizEnterpriseEvent class | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::beforeRunJob() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::createIssueEvent() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::createIssueEventsForChannel() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::createIssueEventsForPub() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::createMultiObjectEvent() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::createObjectEvent() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::isEventEnabled() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::replanJobType() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::runJob() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::serializeJobFieldsValue() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizEnterpriseEvent::unserializeJobFieldsValue() method | Not available. Callers should no longer use it. | 10.61.0 |
| BizInDesignServer::convertInternalVersionToExternal() method | WW_BizClasses_InDesignServer::convertInternalAdobeVersionToExternal() method | 10.59.0 |
| BizInDesignServer::enrichServerObject() method | WW_BizClasses_InDesignServer::enrichServerObject() method | 10.59.0 |
| DBInDesignServerJob::updateObjectVersionByJobId() method | Not available. Callers should no longer use it. | 10.56.0 |
| DBObject::getObjectStatusId() method | DBObject::getWorkflowObjectStatusId() method | 10.51.0 |
| DBObject::getObjectStatusId() method | DBObject::getTrashCanObjectStatusId() method | 10.51.0 |
| DBObjectFlag::deleteObjectFlagsByObjId() method | WW_DbClasses_ObjectFlag::deleteObjectFlags() method | 10.51.0 |
| DBUser::getFullName() method | WW_DbClasses_User::getFullUserNameFromShort() method | 10.51.0 |
| EnterpriseEventData class | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::getData() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::getJobStatusPerPlugin() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::getPluginData() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::hasCalledPrepareDataBefore() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::setCalledPrepareDataBefore() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::setData() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::setJobStatusPerPlugin() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventData::setPluginData() method | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventInfo class | Not available. Callers should no longer use it. | 10.61.0 |
| EnterpriseEventInfo::__construct() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector class | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::collectPluginEventInfo() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::getInterfaceVersion() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::getPrio() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::getRunMode() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::getRunModesLimited() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::prepareData() method | Not available. Callers should no longer use it. | 10.61.0 |
| IssueEvent_EnterpriseConnector::processData() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector class | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::collectMultiObjectsPluginEventInfo() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::collectPluginEventInfo() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::getInterfaceVersion() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::getPrio() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::getRunMode() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::getRunModesLimited() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::prepareData() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::prepareMultiObjectsData() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::processData() method | Not available. Callers should no longer use it. | 10.61.0 |
| ObjectEvent_EnterpriseConnector::processMultiObjectsData() method | Not available. Callers should no longer use it. | 10.61.0 |
| PublishObjectEvent_EnterpriseConnector::publishObjectDeleted() method | PublishObjectEvent_EnterpriseConnector::publishMovedToTrashObjectUpdatedMetadata() method | 10.51.0 |
| PublishObjectEvent_EnterpriseConnector::publishObjectDeleted() method | PublishObjectEvent_EnterpriseConnector::publishDeletedObjectUpdatedMetadata() method | 10.51.0 |
| PublishObjectEvent_EnterpriseConnector::publishObjectPropertiesUpdated() method | PublishObjectEvent_EnterpriseConnector::publishUpdatedObjectUpdatedMetadata() method | 10.51.0 |
| PublishObjectEvent_EnterpriseConnector::publishObjectSaved() method | PublishObjectEvent_EnterpriseConnector::publishSavedObjectUpdatedMetadata() method | 10.51.0 |
| WW_BizClasses_Facades_Property::collectCustomPropertiesFromCorePlugins() method | Not available. Callers should no longer use it. | 10.56.0 |
| WW_BizClasses_RabbitMQ_RestApi_Client::createQueue() method | WW_BizClasses_RabbitMQ_RestApi_Client::createClassicQueue() method | 10.61.0 |
| WW_BizClasses_RabbitMQ_RestApi_Client::testAliveness() method | WW_BizClasses_RabbitMQ_RestApi_Client::isVirtualHostAvailable() method | 10.53.0 |
| WW_Utils_FileStreamSearch::closeAndRemoveTemporaryFile() method | WW_Utils_FileStreamSearch::closeFileByRelativePath() method | 10.59.0 |
| WW_Utils_FileStreamSearch::closeFile() method | WW_Utils_FileStreamSearch::closeFileByRelativePath() method | 10.59.0 |
| WW_Utils_FileStreamSearch::createTemporaryFileAndOpen() method | WW_Utils_FileStreamSearch::openFileByRelativePath() method | 10.59.0 |
| WW_Utils_FileStreamSearch::openFile() method | WW_Utils_FileStreamSearch::openFileByRelativePath() method | 10.59.0 |
| WW_Utils_MimeTypeHandler::getExtensionMap() method | WW_BizClasses_SystemSettings::getExtensionMap() method | 10.57.0 |
Code that has been removed
The following table shows the global functions, class methods, and classes (in alphabetical order) that were marked as deprecated more than a year ago and which have now been removed from the code in Studio Server.
| Removed (old) | Replacement (new) | Deprecated | Removed |
|---|---|---|---|
| \BizInDesignServer::nextIDSWithUnknownVersion() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \DateTimeFunctions::calculateDateTime() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \DateTimeFunctions::getDaysToNextFirstDay() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \DateTimeFunctions::getDaysToPrevFirstDay() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \DBInDesignServer::nextIDSWithUnknownVersion() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::addBits() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::addFlags() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::bits2flags() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::clear() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::flags2bits() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::getBits() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::getFlags() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::hasBit() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::hasFlag() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::listAllNames() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::removeBits() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::removeFlags() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::setBits() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \Flags::setFlag() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \FolderUtils::cleanDirRecursive() | \WW_Utils_FolderUtils::cleanDirRecursive() | 10.28.0 | 10.41.0 |
| \FolderUtils::copyDirectoryRecursively() | \WW_Utils_FolderUtils::copyDirectoryRecursively() | 10.28.0 | 10.41.0 |
| \FolderUtils::encodePath() | \WW_Utils_FolderUtils::encodePath() | 10.28.0 | 10.41.0 |
| \FolderUtils::ensureDirExists() | \WW_Utils_FolderUtils::ensureDirExists() | 10.28.0 | 10.41.0 |
| \FolderUtils::extractParentFolder() | \WW_Utils_FolderUtils::extractParentFolder() | 10.28.0 | 10.41.0 |
| \FolderUtils::getFilesInFolderRecursive() | \WW_Utils_FolderUtils::getFilesInFolderRecursive() | 10.28.0 | 10.41.0 |
| \FolderUtils::getFilesPathInFolder() | \WW_Utils_FolderUtils::getFilesPathInFolder() | 10.28.0 | 10.41.0 |
| \FolderUtils::getLibraryFolders() | \WW_Utils_FolderUtils::getLibraryFolders() | 10.28.0 | 10.41.0 |
| \FolderUtils::getReflectionPath() | \WW_Utils_FolderUtils::getReflectionPath() | 10.28.0 | 10.41.0 |
| \FolderUtils::isDirWritable() | \WW_Utils_FolderUtils::isDirWritable() | 10.28.0 | 10.41.0 |
| \FolderUtils::isEmptyDirectory() | \WW_Utils_FolderUtils::isEmptyDirectory() | 10.28.0 | 10.41.0 |
| \FolderUtils::isLocalRootFolder() | \WW_Utils_FolderUtils::isLocalRootFolder() | 10.28.0 | 10.41.0 |
| \FolderUtils::mkFullDir() | \WW_Utils_FolderUtils::mkFullDir() | 10.28.0 | 10.41.0 |
| \FolderUtils::replaceDangerousChars() | \WW_Utils_FolderUtils::replaceDangerousChars() | 10.28.0 | 10.41.0 |
| \FolderUtils::scanDirForFiles() | \WW_Utils_FolderUtils::scanDirForFiles() | 10.28.0 | 10.41.0 |
| \HtmlDateTimeField::drawBody() | \WW_Utils_HtmlClasses_HtmlDateTimeField::drawBody() | 10.28.0 | 10.41.0 |
| \HtmlDateTimeField::drawHeader() | \WW_Utils_HtmlClasses_HtmlDateTimeField::drawHeader() | 10.28.0 | 10.41.0 |
| \HtmlDateTimeField::getDisplayValue() | \WW_Utils_HtmlClasses_HtmlDateTimeField::getDisplayValue() | 10.28.0 | 10.41.0 |
| \HtmlDateTimeField::requestInput() | \WW_Utils_HtmlClasses_HtmlDateTimeField::requestInput() | 10.28.0 | 10.41.0 |
| \HtmlDateTimeField::requestValue() | \WW_Utils_HtmlClasses_HtmlDateTimeField::requestValue() | 10.28.0 | 10.41.0 |
| \HtmlDateTimeField::setValue() | \WW_Utils_HtmlClasses_HtmlDateTimeField::setValue() | 10.28.0 | 10.41.0 |
| \MimeTypeHandler::fileExt2MimeType | \WW_Utils_MimeTypeHandler::fileExt2MimeType | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::filename2ObjType | \WW_Utils_MimeTypeHandler::filename2ObjType | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::filePath2MimeType | \WW_Utils_MimeTypeHandler::filePath2MimeType | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::getExtensionMap | \WW_Utils_MimeTypeHandler::getExtensionMap | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::isInCopy | \WW_Utils_MimeTypeHandler::isInCopy | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::isJPEG | \WW_Utils_MimeTypeHandler::isJPEG | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::mime2ObjType | \WW_Utils_MimeTypeHandler::filename2ObjType | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::mimeType2FileExt | \WW_Utils_MimeTypeHandler::mimeType2FileExt | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::native2DBname | \WW_Utils_MimeTypeHandler::native2DBname | 10.28.0 | 10.40.0 |
| \MimeTypeHandler::repairMimetype | \WW_Utils_MimeTypeHandler::repairMimetype | 10.28.0 | 10.40.0 |
| \PhpConfigParser::parseDefines() | \WW_Utils_PhpConfigParser::parseDefines() | 10.28.0 | 10.41.0 |
| \PhpConfigParser::parseDefineValues() | \WW_Utils_PhpConfigParser::parseDefineValues() | 10.28.0 | 10.41.0 |
| \RemovePhpComments::iterFile() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \RemovePhpComments::iterFolder() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \RemovePhpComments::removeAllComments() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \RemovePhpComments::skipFile() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \RemovePhpComments::skipFolder() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \UtfConverter::convert2UTFAdobe() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \WW_Utils_ListEncoder::decodeList() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \WW_Utils_ListEncoder::encodeList | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \WW_Utils_ListEncoder::encodeListItem() | Not available. Callers should no longer use it. | 10.28.0 | 10.41.0 |
| \WW_Utils_MimeTypeHandler::mime2ObjType | \WW_Utils_MimeTypeHandler::filename2ObjType | 10.28.0 | 10.40.0 |
| AppServiceDispatcher class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppServiceDispatcher::__construct() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppServiceDispatcher::handleJson() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppServiceDispatcher::handleSoap() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession::GetObjectIcons() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession::GetPubChannelIcons() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession::InstantiateWidget() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession::LogOff() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession::LogOn() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSession::SendDiagnostics() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestApp class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestApp::__construct() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestApp::testGetObjectIcons() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestApp::testGetPubChannelIcons() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestApp::testLogOff() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestApp::testLogOn() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestSoapProxy class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestSoapProxy::__construct() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| AppSessionTestSoapProxy::call() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| authorizationmodule::getRightsCached() method | Not available. Callers should no longer use it. | 10.18.0 | 10.31.0 |
| BizAccess::checkRights() method | BizAccess::checkRightsForObjectProps() method | 9.4.0 | 10.26.0 |
| BizAccess::checkRightsForMetaDataAndIssue() method | BizAccess::checkRightsForObjectMetaData() method | 10.26.0 | 10.39.0 |
| BizAccess::checkRightsForMetaDataAndTargets() method | BizAccess::checkRightsForObjectMetaData() method | 10.26.0 | 10.39.0 |
| BizAccess::checkRightsMetaDataTargets() method | BizAccess::checkRightsForObjectMetaData() method | 9.4.0 | 10.26.0 |
| BizContentSource::ifAlienGetOrCreateShadowObject() method | BizContentSource::createShadowObjectInEnterprise() method | 10.26.0 | 10.39.0 |
| BizCustomField::insertFieldAtModel() method | Not available. Callers should no longer use it. | 10.44.0 | 10.56.0 |
| BizDiagnostics class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| BizDiagnostics::handle() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| BizFileStoreXmpFileInfo::getInDesignDocumentVersion() | BizFileStoreXmpFileInfo::getLayoutInternalVersion() | 10.40.0 | 10.52.0 |
| BizInDesignServerJobs::restartJob() method | BizInDesignServerJobs::doRestartJob() method | 10.6.1 | 10.26.0 |
| BizInDesignServerJobs::updateObjectVersionByJobId() method | Not available. Callers should no longer use it. | 10.44.0 | 10.56.0 |
| BizLDAP::isInstalled() method | BizLDAP::isLdapInstalled() method | 10.26.0 | 10.39.0 |
| BizMetaDataPreview::generatePreviewLater() method | BizMetaDataPreview::generatePreviewNow() method | 10.27.0 | 10.40.0 |
| BizMetaDataPreview::getBufferAsFile() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| BizMetaDataPreview::getJobConfig() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| BizMetaDataPreview::runJob() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| BizNamedQuery::getNamedQueries() method | WW_BizClasses_Wfl_NamedQuery::getNamedQueries() method | 6.0.0 | 10.26.0 |
| BizObject::completeMetaDataStructure() method | WW_BizClasses_Metadata class | 10.48.0 | 10.60.0 |
| BizObject::isAlternateLayout() method | Not available. Callers should no longer use it. | 10.19.0 | 10.32.0 |
| BizObject::validateOverruledPublications() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| BizPage::listIssuePages() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| BizProperty::collectCustomPropertyNamesFromCorePlugins() method | Not available. Callers should no longer use it. | 10.44.0 | 10.56.0 |
| BizProperty::convertCustomPropertyTypeToDB()method | WW_DbClasses_Adm_CustomProperty::mapPropertyTypeToDbType() method | 10.44.0 | 10.56.0 |
| BizProperty::updateIndexFieldWithSpecialProperties | Not available. Callers should no longer use it. | 10.47.0 | 10.59.0 |
| BizPublication::getChannelEditionInfos() method | WW_BizClasses_Wfl_Publication::getChannelEditionInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getChannelInfo() method | WW_BizClasses_Wfl_Publication::getChannelInfo() method | 10.26.0 | 10.39.0 |
| BizPublication::getChannelInfos() method | WW_BizClasses_Wfl_Publication::getChannelInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getChannelIssueInfos() method | WW_BizClasses_Wfl_Publication::getChannelIssueInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getIssueEditionInfos() method | WW_BizClasses_Wfl_Publication::getChannelEditionInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getIssueInfo() method | WW_BizClasses_Wfl_Publication::getIssueInfo() method | 10.26.0 | 10.39.0 |
| BizPublication::getPublEditionInfos() method | WW_BizClasses_Wfl_Publication::getChannelEditionInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getPublIssueInfos() method | WW_BizClasses_Wfl_Publication::getChannelIssueInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getSectionInfos() method | WW_BizClasses_Wfl_Publication::getCategoryInfos() method | 10.26.0 | 10.39.0 |
| BizPublication::getStateInfos() method | WW_BizClasses_Wfl_Publication::getPublicationInfosByRequestInfo() method | 10.26.0 | 10.39.0 |
| BizPublication::getCategoryInfos function | WW_BizClasses_Wfl_Publication::getCategoryInfos function | 10.23.0 | 10.36.0 |
| BizPublication::getPublicationInfo method | WW_BizClasses_Wfl_Publication::getPublicationInfosByRequestInfo method | 10.22.0 | 10.35.0 |
| BizPublication::getPublicationInfos method | WW_BizClasses_Wfl_Publication::getPublicationInfosByRequestInfo method | 10.22.0 | 10.35.0 |
| BizPublication::getPublicationInfosByRequestInfo method | WW_BizClasses_Wfl_Publication::getPublicationInfosByRequestInfo method | 10.22.0 | 10.35.0 |
| BizPublication::getPublications method | WW_BizClasses_Wfl_Publication::getPublicationInfosByRequestInfo method | 10.22.0 | 10.35.0 |
| BizQuery::queryObjects() method | BizQuery::queryObjects2() method | 10.2.0 | 10.26.0 |
| BizRelation::getDeletedPlacedRelations() method | BizRelation::getPlacedRelationsToDelete() method | 10.19.0 | 10.32.0 |
| BizResources::getObjectIcons() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| BizResources::getPubChannelIcons() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| BizServerJob::formatTimeInSecondsWithMilliSeconds | DateTimeFunctions::formatUtcTimeWithMicroSeconds | 10.31.0 | 10.44.0 |
| BizTransferServer::copyFromFileTransferServer() method | Not available. Callers should no longer use it. | 10.36.0 | 10.48.0 |
| BizUser::checkDuplicates() method | WW_BizClasses_Adm_User::checkDuplicates() method | 10.26.0 | 10.39.0 |
| BizUser::getSettings() method | WW_BizClasses_UserSetting::getSettings() method | 10.3.0 | 10.26.0 |
| BizUser::updateSettings() method | WW_BizClasses_UserSetting::saveSettings() method | 10.3.0 | 10.26.0 |
| BizUser::validateEmail() method | WW_BizClasses_Adm_User::validateEmail() method | 10.26.0 | 10.39.0 |
| BizUser::validateName() method | WW_BizClasses_Adm_User::validateName() method | 10.26.0 | 10.39.0 |
| BizUser::validatePassword() method | WW_BizClasses_PasswordRulesValidator::validate() method | 10.43.0 | 10.55.0 |
| BizWebEditWorkspace::previewArticleAtWorkspace() method | BizWebEditWorkspace::previewArticlesAtWorkspace() method | 10.26.0 | 10.39.0 |
| BizWorkflow::validateMultipleTargets() method | BizWorkflow::validateTargetsForUpdateOperation() method | 10.21.0 | 10.34.0 |
| BizWorkflow::validateWorkflowData method | BizWorkflow::validateWorkflowMetadata() method | 10.33.0 | 10.46.0 |
| checkFields() function | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBAdmStatus::getIssueIdsForStatusIds() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBAdmStatus::getStatusesForIds() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBAdmWorkflowUserGroupAuthorization::getIssueIdsForWorkflowUserGroupAuthorizationIds() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBAuthorizations::deleteAuthorization() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBChanneldata::insert() method | DBChanneldata::insertCustomPropertyForIssue() method | 10.26.0 | 10.39.0 |
| DBChanneldata::update() method | DBChanneldata::updateCustomPropertyForIssue() method | 10.26.0 | 10.39.0 |
| DBConfig::getContactInfo() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| DBCustomField::insertFieldAtModel() method | Not available. Callers should no longer use it. | 10.44.0 | 10.56.0 |
| DBEdition::createEditionsObj() method | DBAdmEdition::createEditionsObj() method | 10.26.0 | 10.39.0 |
| DBEdition::editionsUsed() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBEdition::getEditionsViaChannelId() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBEdition::insertIssueEdition() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBEdition::modifyChannelEditionsObj() method | DBAdmEdition::modifyChannelEditionsObj() method | 10.26.0 | 10.39.0 |
| DBObject::getUniqueObjectName() method | BizObject::getUniqueObjectName() method | 10.26.0 | 10.39.0 |
| DBObjectFlag::deleteAllObjectFlags | Not available. Callers should no longer use it. | 10.47.0 | 10.59.0 |
| DBObjectFlag::deleteObjectFlags() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBObjectLock::changeOnlineStatus() method | BizObjectLock::releaseLock() method | 10.3.1 | 10.26.0 |
| DBObjectLock::checkLock() method | BizObjectLock::isLocked() method | 10.3.1 | 10.26.0 |
| DBObjectLock::lockObject() method | BizObjectLock::lockObject() method | 10.3.1 | 10.26.0 |
| DBObjectLock::unlockObjects() method | DBObjectLock::unlockObjectsByUser() method | 10.4.2 | 10.26.0 |
| DBObjectRelation::getObjectRelation() method | DBObjectRelation::getObjectRelations() method | 10.26.0 | 10.39.0 |
| DBPlacements::getPlacementsOfArticlesPlacedOnLayout() method | Not available. Callers should no longer use it. | 10.18.0 | 10.31.0 |
| DBPlacements::getPlacementsWithPageOrientation() method | Not available. Callers should no longer use it. | 10.18.0 | 10.31.0 |
| DBRouting::deleteRouting() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBTicket::DBendticket() method | BizTicket::deleteTicketsAndAffiliatedStructures() method | 10.26.0 | 10.39.0 |
| DBTicket::DBpurgetickets() method | BizTicket::deleteExpiredTicketsAndAffiliatedStructures() method | 10.26.0 | 10.39.0 |
| DBTicket::DbPurgeTicketsByUser() method | BizTicket::deleteTicketsAndAffiliatedStructuresByUser() method | 10.5.1 | 10.26.0 |
| DBUser::addGroupsToUser() method | DBUser::addUserToGroup() method | 10.26.0 | 10.39.0 |
| DBUser::addUsersToGroup() method | DBUser::addUserToGroup() method | 10.26.0 | 10.39.0 |
| DBUser::listPublAuthorizations() method | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| DBUser::removeGroupsFromUser() method | DBUser::removeUserFromGroup() method | 10.26.0 | 10.39.0 |
| DBUser::removeUsersFromGroup() method | DBUser::removeUserFromGroup() method | 10.26.0 | 10.39.0 |
| DBUser::getRights() | - | 10.15.0 | 10.28.0 |
| DBUserSetting::hasSetting() method | DBUserSetting::getSettingId() method | 10.3.0 | 10.26.0 |
| DBUserSetting::purgeSettings() method | DBUserSetting::deleteAllSettingsByUserShortName() method | 10.20.0 | 10.33.0 |
| deletefile() function | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| FileStorage::getSize() method | Not available. Callers should no longer use it. | 10.36.0 | 10.48.0 |
| FileStorage::getSoap() method | Not available. Callers should no longer use it. | 10.36.0 | 10.48.0 |
| FileStorage::listFilenames() method | Not available. Callers should no longer use it. | 10.36.0 | 10.48.0 |
| GetObjectIcons class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| GetObjectIcons::execute() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| GetPubChannelIcons class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| GetPubChannelIcons::execute() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| InCopyTextUtils.php | Not available. Callers should no longer use it. | 10.47.0 | 10.59.0 |
| InCopyUtils::createGUID | Not available. Callers should no longer use it. | 10.47.0 | 10.59.0 |
| InCopyUtils::replaceGUIDs | Not available. Callers should no longer use it. | 10.47.0 | 10.59.0 |
| LogHandler::getDebugLevel() method | LogHandler::getLogLevel() method | 10.26.0 | 10.39.0 |
| LogHandler::infoMode() method | LogHandler::getLogLevel() method | 10.26.0 | 10.39.0 |
| MimeTypeHandler::fileExt2MimeType() method | WW_Utils_MimeTypeHandler::fileExt2MimeType() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::filename2ObjType() method | WW_Utils_MimeTypeHandler::filename2ObjType() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::filePath2MimeType() method | WW_Utils_MimeTypeHandler::filePath2MimeType() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::getExtensionMap() method | WW_Utils_MimeTypeHandler::getExtensionMap() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::isInCopy() method | WW_Utils_MimeTypeHandler::isInCopy() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::isJPEG() method | WW_Utils_MimeTypeHandler::isJPEG() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::mime2ObjType() method | WW_Utils_MimeTypeHandler::mime2ObjType() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::mimeType2FileExt() method | WW_Utils_MimeTypeHandler::mimeType2FileExt() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::native2DBname() method | WW_Utils_MimeTypeHandler::native2DBname() method | 10.28.0 | 10.40.0 |
| MimeTypeHandler::repairMimetype() method | WW_Utils_MimeTypeHandler::repairMimetype() method | 10.28.0 | 10.40.0 |
| mkpath() function | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| NameValidation_EnterpriseConnector::validatePassword() | Not available. Callers should no longer use it. | 10.46.0 | 10.58.0 |
| openFile() function | Not available. Callers should no longer use it. | 10.26.0 | 10.39.0 |
| PubMgr::getEditions method | BizPublication::getEditions method | 10.22.0 | 10.35.0 |
| PubMgr::getIssues method | BizPublication::getIssues method | 10.22.0 | 10.35.0 |
| PubMgr::getPublications method | WW_BizClasses_Wfl_Publication::getPublicationInfosByRequestInfo method | 10.22.0 | 10.35.0 |
| PubMgr::getSections method | BizPublication::getSections method | 10.22.0 | 10.35.0 |
| PubMgr::getStates method | BizWorkflow::getStates method | 10.22.0 | 10.35.0 |
| SendDiagnostics class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| SendDiagnostics::execute() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| 'server/wwtest/appsessionservicetest.php' module | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| VersionUtils::versionCompare() method | WW_Utils_VersionHandler::compareVersions() method | 10.48.0 | 10.60.0 |
| VersionUtils::versionCompare() method | WW_Utils_VersionHandler::compareWithOperator() method | 10.48.0 | 10.60.0 |
| VersionUtils::getVersionDigits() method | WW_Utils_VersionHandler::getVersionDigits() method | 10.48.0 | 10.60.0 |
| WflGetDialogService.class.php | Not available. Callers should no longer use it. | 10.40.0 | 10.52.0 |
| WflGetDialogService::execute() | WflGetDialog2Service::execute() | 10.40.0 | 10.52.0 |
| WflGetDialogService::runCallback() | Not available. Callers should no longer use it. | 10.40.0 | 10.52.0 |
| WW_BizClasses_Facades_User::validatePassword() method | WW_BizClasses_PasswordRulesValidator::validate() method | 10.43.0 | 10.55.0 |
| WW_BizClasses_Wfl_Publication::getAuthorizedStates() method | WW_BizClasses_Wfl_Publication::getAuthorizedStatesByBrandsId() method | 10.18.0 | 10.31.0 |
| WW_BizClasses_Wfl_Publication::getSectionInfos() method | WW_BizClasses_Wfl_Publication::getCategoryInfos() method | 10.18.0 | 10.31.0 |
| WW_BizClasses_Wfl_Publication::getStateInfos() method | WW_BizClasses_Wfl_Publication::getStateInfosForBrandsId() method | 10.18.0 | 10.31.0 |
| WW_BizClasses_Atn_OpenIdConfig::isOpenIdEnabled | Not available. Callers should no longer use it. | 10.47.0 | 10.59.0 |
| WW_DbClasses_Wfl_Query_QueryObjectComposer::filterOnAuthorizationAndBrandsId() method | WW_DbClasses_Wfl_Query_QueryObjectComposer::addFilterOnUserRights() method | 10.20.0 | 10.33.0 |
| WW_DbDrivers_DriverBase::autoincrement() method | Not available. Callers should no longer use it. | 10.11.0 | 10.37.0 |
| WW_SOAP_AppClient class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| WW_SOAP_AppClient::__construct() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| WW_SOAP_AppServer class | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| WW_SOAP_AppServer::__construct() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| WW_SOAP_AppServer::wsdlRequest() method | Not available. Callers should no longer use it. | 10.43.0 | 10.55.0 |
| WW_Utils_ArrayInjector class | WW_Utils_ArrayAppender class | 10.14.0 | 10.27.0 |
| WW_Utils_ArrayInjector::insertAfterKey() method | WW_Utils_ArrayAppender::insertAfterKey() method | 10.14.0 | 10.27.0 |
| WW_Utils_ArrayInjector::insertBeforeKey() method | WW_Utils_ArrayAppender::insertBeforeKey() method | 10.14.0 | 10.27.0 |
| WW_Utils_MimeTypeHandler::mime2ObjType() method | WW_Utils_MimeTypeHandler::filename2ObjType() method | 10.27.0 | 10.40.0 |
| WW_Utils_ShellScript class | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellScript::buildCmd() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellScript::init() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellScript::shell_exec() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellTransferClient class | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellTransferClient::__construct() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellTransferClient::cleanupFile() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellTransferClient::downloadContentInParallel() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellTransferClient::downloadFile() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_ShellTransferClient::uploadFile() method | Not available. Callers should no longer use it. | 10.27.0 | 10.40.0 |
| WW_Utils_TransferClient:setCurlOptionsForSsl method | Not available. Callers should no longer use it. | 10.33.0 | 10.46.0 |
| WW_Utils_XmlParser::getXmlParserError() method | Not available. Callers should no longer use it. | 10.14.1 | 10.27.0 |
| WW_Utils_ZipUtility::extractArchive() method | Not available. Callers should no longer use it. | 10.37.0 | 10.49.0 |
| WW_Utils_ZipUtility_CommandLine::extractArchive() method | Not available. Callers should no longer use it. | 10.37.0 | 10.49.0 |
| WW_Utils_ZipUtility_ZipArchive::extractArchive() method | Not available. Callers should no longer use it. | 10.37.0 | 10.49.0 |
Revisions
- 8 January 2026: Updated the article with code that has been marked as deprecated in Studio Server 10.61.0.
- 11 December 2025: Updated the article with deprecated code that has been removed in Studio Server 10.60.0.
- 13 November 2025: Updated the article with code that has been removed and marked as deprecated in Studio Server 10.59.0.
- 16 October 2025: Updated the article with code that has been marked as deprecated in Studio Server 10.58.0.
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.