| org.nuxeo.runtime.services.event.EventListener.aboutToHandleEvent(Event) since 5.7 (unused) | 
| org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService.acceptSubscriptionRequest(SocialWorkspace, SubscriptionRequest) since 5.6 see SocialWorkspace | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.add(String, List) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.add(String, List) | 
| org.nuxeo.ecm.webapp.filemanager.FileManageActionsBean.addBinaryFileFromPlugin(byte[], String, String, String) Use addBinaryFileFromPlugin(Blob, String, String) to avoid
             loading the data in memory as a Bytes array | 
| org.nuxeo.ecm.platform.comment.impl.CommentableDocumentAdapter.addComment(String) | 
| org.nuxeo.ecm.webapp.filemanager.FileManageActionsBean.addFileFromPlugin(String, String, String, String, Boolean) use addBinaryFileFromPlugin with a Blob argument API to
             avoid loading the content in memory | 
| org.nuxeo.ecm.platform.picture.web.PictureManagerBean.addPicture() | 
| org.nuxeo.ecm.platform.picture.web.PictureManager.addPicture() since 5.5 | 
| org.nuxeo.ecm.webengine.WebEngine.addResourceBinding(ResourceBinding) resources are deprecated - you should use a jax-rs
             application to declare more resources. | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.addRouteElementToRoute(DocumentRef, int, DocumentRouteElement, CoreSession) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingServiceImpl.addRouteElementToRoute(DocumentRef, int, DocumentRouteElement, CoreSession) | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.addRouteElementToRoute(DocumentRef, String, DocumentRouteElement, CoreSession) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingServiceImpl.addRouteElementToRoute(DocumentRef, String, DocumentRouteElement, CoreSession) | 
| org.nuxeo.ecm.platform.ui.web.util.SuggestionActionsBean.addSelectionToList(ActionEvent) | 
| org.nuxeo.ecm.platform.ui.web.util.SuggestionActionsBean.addSingleSelection(ActionEvent) | 
| org.nuxeo.ecm.automation.OperationContext.addTrace(String) | 
| org.nuxeo.ecm.platform.ui.web.tag.fn.Functions.basicDateAndTimeFormater() | 
| org.nuxeo.ecm.platform.ui.web.tag.fn.Functions.basicDateFormater() | 
| org.nuxeo.ecm.webapp.bulkedit.BulkEditActions.bulkEditSelectionNoRedirect() | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.canUserValidateRoute(NuxeoPrincipal) | 
| org.nuxeo.ecm.platform.routing.web.RouteSecurityChecker.canValidateRoute() | 
| org.nuxeo.ecm.webapp.filemanager.FileManageActionsBean.canWrite() | 
| org.nuxeo.ecm.core.api.CoreSession.checkIn(DocumentRef, VersionModel) use #checkIn(DocumentRef, String)instead | 
| org.nuxeo.ecm.core.api.AbstractSession.checkIn(DocumentRef, VersionModel) | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.clear(String) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.clear(String) | 
| org.nuxeo.ecm.core.api.CoreInstance.close(CoreSession) | 
| org.nuxeo.ecm.core.api.repository.Repository.close(CoreSession) | 
| org.nuxeo.ecm.directory.Session.commit() do not use, the container manages transactions. | 
| org.nuxeo.ecm.webapp.base.InputController.computeOutcome(String) returning a non-null outcome is now useless since our
             FancyNavigationHandleralready performs redirection
             to the right outcome when dealing with a null outcome. Plus
             assumptions on the view/outcome names here was a buggy hack. | 
| org.nuxeo.theme.localconfiguration.LocalThemeConfig.computePagePath() | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.computeSelectDataModelRelatedRouteElements() since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.computeSelectDataModelRouteElements() since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.computeSelectDataModelRouteElements(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.video.service.VideoServiceImpl.convert(VideoConversionId, Video, String) | 
| org.nuxeo.ecm.platform.video.service.VideoService.convert(VideoConversionId, Video, String) since 5.7.3, use the API without id | 
| org.nuxeo.ecm.webapp.bulkedit.BulkEditHelper.copyMetadata(CoreSession, DocumentModel, List) | 
| org.nuxeo.ecm.webapp.clipboard.ClipboardActionsBean.copySelection(List) | 
| org.nuxeo.ecm.platform.comment.api.CommentManager.createComment(DocumentModel, String) | 
| org.nuxeo.ecm.platform.forms.layout.facelets.TagConfigFactory.createComponentConfig(TagConfig, String, TagAttributes, FaceletHandler, String, String) | 
| org.nuxeo.ecm.platform.forms.layout.facelets.TagConfigFactory.createConverterConfig(TagConfig, String, TagAttributes, FaceletHandler, String) | 
| org.nuxeo.ecm.platform.usermanager.UserManager.createGroup(NuxeoGroup) | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.createNewInstance(DocumentRoute, List, CoreSession) since 5.6, use other APIs | 
| org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingServiceImpl.createNewInstance(DocumentRoute, List, CoreSession) | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.createNewInstance(DocumentRoute, String, CoreSession) since 5.6, use other APIs | 
| org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingServiceImpl.createNewInstance(DocumentRoute, String, CoreSession) | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.createNewInstance(DocumentRoute, String, CoreSession, boolean) since 5.6, use other APIs | 
| org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingServiceImpl.createNewInstance(DocumentRoute, String, CoreSession, boolean) | 
| org.nuxeo.ecm.platform.picture.api.adapters.PictureResourceAdapter.createPicture(Blob, String, String, ArrayList | 
| org.nuxeo.ecm.platform.usermanager.UserManager.createPrincipal(NuxeoPrincipal) | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.createRouteElement(String) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.forms.layout.facelets.TagConfigFactory.createTagConfig(TagConfig, String, TagAttributes, FaceletHandler) | 
| org.nuxeo.ecm.platform.forms.layout.facelets.TagConfigFactory.createValidatorConfig(TagConfig, String, TagAttributes, FaceletHandler, String) | 
| org.nuxeo.ecm.platform.forms.layout.service.WebLayoutManager.createWidget(FaceletContext, String, String, String, Map, Widget[]) | 
| org.nuxeo.ecm.platform.ui.web.tag.fn.Functions.dateAndTimeFormater(String) | 
| org.nuxeo.ecm.platform.ui.web.tag.fn.Functions.dateFormater(String) since 5.9.1, use #dateFormatter()instead. | 
| org.nuxeo.ecm.platform.ui.web.tag.fn.DocumentModelFunctions.defaultValue(String, String) use defaultValue(propertyName) instead | 
| org.nuxeo.ecm.platform.usermanager.UserManager.deleteGroup(NuxeoGroup) | 
| org.nuxeo.ecm.platform.usermanager.UserManager.deletePrincipal(NuxeoPrincipal) | 
| org.nuxeo.common.utils.FileUtils.deleteTree(File) Since 5.6. Use
             FileUtils.deleteDirectory(File)orFileUtils.deleteQuietly(File)instead. | 
| org.nuxeo.runtime.test.NXRuntimeTestCase.deploy(String) use deployContrib()instead | 
| org.nuxeo.runtime.test.runner.RuntimeHarness.deploy(String) use deployContrib()instead | 
| org.nuxeo.runtime.test.NXRuntimeTestCase.deployContrib(String) | 
| org.nuxeo.runtime.test.runner.RuntimeHarness.deployContrib(String) | 
| org.nuxeo.ecm.webapp.security.SecurityActions.displayInheritedPermissions() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.documentChanged() this information is now held by content views | 
| org.nuxeo.ecm.http.client.NuxeoServer.doRestletPostCall(List, Map, InputStream) | 
| org.nuxeo.ecm.mobile.webengine.MobileApplication.doTraverseTask() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.download() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.download() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.downloadFromList() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.downloadFromList() | 
| org.nuxeo.functionaltests.LogTestWatchman.dumpPageSource(String) | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.editDocument() since 5.3: edit views are managed through tabs, the edit
             view is not used. | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.editDocument() | 
| org.nuxeo.common.utils.FileUtils.emptyDirectory(File) Since 5.6. Use
             FileUtils.deleteDirectory(File)orFileUtils.deleteQuietly(File)instead. Warning: suggested methods will delete the root
             directory whereas current method doesn't. | 
| org.nuxeo.ecm.platform.routing.api.RoutingTaskService.endTask(CoreSession, Task, Map, String) since 5.6, use DocumentRoutingService instead | 
| org.nuxeo.ecm.platform.ui.web.jsf.MockFacesContext.evaluateExpressionGet(FacesContext, String, Class) | 
| org.nuxeo.ecm.core.model.PropertyContainer.exportFlatMap(String[]) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.exportFlatMap(String[]) | 
| org.nuxeo.ecm.core.model.PropertyContainer.exportMap(String) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.exportMap(String) | 
| org.nuxeo.ecm.core.model.PropertyContainer.exportMap(String[]) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.exportMap(String[]) | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.factoryForRenderVersioningOption() | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioning.factoryForRenderVersioningOption() since 5.7.3: rendered clause for available versioning
             options are resolved by the widget now | 
| org.nuxeo.ecm.core.work.WorkManagerImpl.find(Work, Work.State, boolean, int[]) | 
| org.nuxeo.ecm.core.work.api.WorkManager.find(Work, Work.State, boolean, int[]) | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.finishTask(CoreSession, DocumentRoute, Task, boolean) // will be removed in 5.8, use completeTask instead | 
| org.nuxeo.ecm.webengine.model.impl.ModuleImpl.flushRootResourcesCache() resources are deprecated - you should use a jax-rs
             application to declare more resources. | 
| org.nuxeo.common.utils.IdUtils.generateId(String) | 
| org.nuxeo.common.utils.IdUtils.generatePathSegment(String) use PathSegmentServiceinstead | 
| org.nuxeo.ecm.platform.actions.ActionService.getActionRegistry() since 5.5: use interface methods on ActionManager instead of
             public methods on ActionService. | 
| org.nuxeo.ecm.core.event.impl.EventServiceImpl.getActiveAsyncTaskCount() | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingWebActionsBean.getAddStepActions(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingWebActionsBean.getAddStepInActions(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.dm.adapter.RoutingTaskImpl.getAttachedDocuments(CoreSession) Task#getTargetDocumentsIds() should be used instead
 | 
| org.nuxeo.ecm.platform.usermanager.UserManager.getAvailableGroups() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.getAvailableLayoutsForCurrentDocument() this information is now held by content views | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.getAvailableLayoutsForDocument(DocumentModel) this information is now held by content views | 
| org.nuxeo.ecm.localconf.ThemeConfigurationActions.getAvailablePages() since 5.5: local theme configuration now only handles
             flavors. | 
| org.nuxeo.ecm.localconf.ThemeConfigurationActions.getAvailablePerspectives() since 5.5: local theme configuration now only handles
             flavors. | 
| org.nuxeo.ecm.platform.usermanager.UserManager.getAvailablePrincipals() | 
| org.nuxeo.ecm.localconf.ThemeConfigurationActions.getAvailableThemes() since 5.5: local theme configuration now only handles
             flavors. | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.getAvailableVersioningOptionsMap() | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioning.getAvailableVersioningOptionsMap() since 5.7.3: available versioning options are resolved by
             the widget now | 
| org.nuxeo.ecm.webengine.WebEngine.getBindings() resources are deprecated - you should use a jax-rs
             application to declare more resources. | 
| org.nuxeo.ecm.webapp.clipboard.ClipboardActionsBean.getCanEditListDocs(String) | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.getChildWithPosition(DocumentModel, String) | 
| org.nuxeo.ecm.classification.api.ClassificationService.getClassifiableDocumentTypes() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.getComment() since 5.4: comment can be put directly in the document
             context data using key 'request/comment'. | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.getComment() | 
| org.nuxeo.connect.client.we.PackageListingProvider.getConnectBaseUrl() since 5.6 | 
| org.nuxeo.ecm.platform.forms.layout.facelets.FaceletHandlerHelper.getConvertHandler(TagAttributes, FaceletHandler, String) | 
| org.nuxeo.ecm.webengine.session.UserSession.getCoreSession() | 
| org.nuxeo.ecm.webengine.session.UserSession.getCoreSession(String) | 
| org.nuxeo.ecm.platform.types.adapter.TypeInfoAdapter.getCoreType() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.getCurrentDocumentSummaryLayout() since 5.6: nxl:documentLayout tag now offers the same
             features | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.getCurrentDocumentSummaryLayout() | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.getCurrentLifeCycleState() should be handled by a workflow related (or at least
             document) action listener. | 
| org.nuxeo.ecm.webapp.action.WebActionsBean.getCurrentLifeCycleState() | 
| org.nuxeo.ecm.core.api.DocumentModel.getDeclaredFacets() | 
| org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getDeclaredFacets() | 
| org.nuxeo.ecm.core.api.DocumentModel.getDeclaredSchemas() | 
| org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getDeclaredSchemas() | 
| org.nuxeo.ecm.core.model.PropertyContainer.getDirtyFields() unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.getDirtyFields() | 
| org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputComponent.getDisplay() never used | 
| org.nuxeo.ecm.platform.ui.web.directory.ChainSelectOutputComponent.getDisplayIdAndLabel() use display=id|label|idAndLabel instead | 
| org.nuxeo.ecm.platform.tag.web.TagActionsBean.getDocIdForTag(DocumentModel) since 5.7.3. The proxy is tagged itself. | 
| org.nuxeo.ecm.platform.importer.service.DefaultImporterService.getDocModelFactoryClass() | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingWebActionsBean.getEditStepActions(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.util.RepositoryLocation.getEnabled() Unused | 
| org.nuxeo.theme.localconfiguration.LocalThemeConfig.getEngine() | 
| org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputComponent.getEntryId() use standard UIOutput.getValue()instead | 
| org.nuxeo.ecm.platform.forms.layout.facelets.FaceletHandlerHelper.getErrorComponentHandler(String) | 
| org.nuxeo.ecm.automation.core.events.EventHandler.getExpr() since 5.7: use | 
| org.nuxeo.ecm.automation.core.events.EventHandler.getExpression() | 
| org.nuxeo.ecm.platform.forms.layout.service.WebLayoutManager.getFaceletHandler(FaceletContext, TagConfig, Widget) | 
| org.nuxeo.ecm.automation.server.AutomationServerComponent.getFactory() | 
| org.nuxeo.functionaltests.pages.AbstractPage.getFeedbackMessage() since 5.8 | 
| org.nuxeo.ecm.platform.actions.ActionService.getFilterRegistry() since 5.5: use interface methods on ActionManager instead of
             public methods on ActionService. | 
| org.nuxeo.ecm.automation.OperationContext.getFormattedTrace() | 
| org.nuxeo.ecm.platform.forms.layout.facelets.FaceletHandlerHelper.getHtmlComponentHandler(TagAttributes, FaceletHandler, String, String) | 
| org.nuxeo.ecm.webengine.app.DefaultContext.getHttpHeaders() | 
| org.nuxeo.box.api.marshalling.dao.BoxServerError.getHttpStatusCode() | 
| org.nuxeo.ecm.platform.picture.api.ImagingService.getImageMimeType(InputStream) since 5.5 | 
| org.nuxeo.ecm.platform.picture.ImagingComponent.getImageMimeType(InputStream) | 
| org.nuxeo.runtime.deployment.preprocessor.DeploymentPreprocessor.getJarId(String) | 
| org.nuxeo.ecm.platform.ui.web.tag.fn.DocumentModelFunctions.getLabelFromId(String, String) | 
| org.nuxeo.ecm.core.api.CoreSession.getLastVersion(DocumentRef) | 
| org.nuxeo.ecm.webapp.dnd.DndFormActionBean.getLayout() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.getLayoutForCurrentDocument() this information is now held by content views | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.getLayoutForDocument(DocumentModel) this information is now held by content views | 
| org.nuxeo.connect.update.xml.PackageDefinitionImpl.getLicense() | 
| org.nuxeo.ecm.platform.actions.Action.getLinkParams() since 5.6: useless now that EL expressions support
             parameters | 
| org.nuxeo.ecm.core.api.DocumentModel.getLock() | 
| org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getLock() | 
| org.nuxeo.ecm.core.api.CoreSession.getLock(DocumentRef) | 
| org.nuxeo.ecm.core.api.AbstractSession.getLock(DocumentRef) | 
| org.nuxeo.ecm.platform.audit.web.listener.ejb.ContentHistoryActionsBean.getLogComment(LogEntry) | 
| org.nuxeo.ecm.platform.audit.web.listener.ContentHistoryActions.getLogComment(LogEntry) | 
| org.nuxeo.ecm.platform.audit.service.LogEntryProvider.getLogEntriesFor(String, Map, boolean) | 
| org.nuxeo.ecm.platform.audit.web.listener.ejb.ContentHistoryActionsBean.getLogLinkedDocument(LogEntry) | 
| org.nuxeo.ecm.platform.audit.web.listener.ContentHistoryActions.getLogLinkedDocument(LogEntry) | 
| org.nuxeo.ecm.core.api.facet.VersioningDocument.getMajorVersion() use VersioningService#getVersionLabelinstead | 
| org.nuxeo.ecm.platform.versioning.api.VersioningManager.getMajorVersionPropertyName(String) since 5.4, use DocumentModel#MAJOR_VERSIONdirectly | 
| org.nuxeo.ecm.platform.versioning.service.VersioningManagerImpl.getMajorVersionPropertyName(String) | 
| org.nuxeo.ecm.platform.forms.layout.facelets.FaceletHandlerHelper.getMessageComponentHandler(String, String, String) | 
| org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService.getMimetypeFromStream(InputStream) | 
| org.nuxeo.ecm.platform.mimetype.service.MimetypeRegistryService.getMimetypeFromStreamWithDefault(InputStream, String) | 
| org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorService.getMimeUtils() | 
| org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelector.getMimeUtils() since 5.5. ImagingService use MimetypeRegistry service to get
             the mime type of an image. | 
| org.nuxeo.ecm.core.api.facet.VersioningDocument.getMinorVersion() use VersioningService#getVersionLabelinstead | 
| org.nuxeo.ecm.platform.versioning.api.VersioningManager.getMinorVersionPropertyName(String) since 5.4, use DocumentModel#MINOR_VERSIONdirectly | 
| org.nuxeo.ecm.platform.versioning.service.VersioningManagerImpl.getMinorVersionPropertyName(String) | 
| org.nuxeo.theme.localconfiguration.LocalThemeConfig.getMode() | 
| org.nuxeo.ecm.platform.usermanager.UserManager.getModelForUser(String) | 
| org.nuxeo.ecm.core.work.WorkManagerImpl.getNonCompletedWorkSize(String) | 
| org.nuxeo.ecm.core.work.api.WorkManager.getNonCompletedWorkSize(String) | 
| org.nuxeo.ecm.platform.notification.api.NotificationManager.getNotificationRegistry() should never have to return the registry : use delegation | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.getObjects(String, Node, Node) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.getObjects(String, Node, Node) | 
| org.nuxeo.ecm.automation.AutomationService.getOperationChain(String) no chain registry existence since chain. became an operation
             - use #removeOperation method instead. | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.getOperationChainId(String) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.automation.AutomationService.getOperationChains() no chain registry existence since chain. became an operation
             - use #removeOperation method instead. | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.getOrderedChildren(String, String) | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.getOrderedRouteElement(String, CoreSession) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.theme.localconfiguration.LocalThemeConfig.getPage() | 
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.getPageCount() | 
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.getPageIndex() | 
| org.nuxeo.ecm.platform.query.api.PageProviderService.getPageProvider(String, PageProviderDefinition, List, Long, Long, Map, Object...) | 
| org.nuxeo.ecm.webengine.model.impl.ModuleConfiguration.getPath() | 
| org.nuxeo.theme.localconfiguration.LocalThemeConfig.getPerspective() | 
| org.nuxeo.connect.update.xml.PackageDefinitionImpl.getPlatforms() | 
| org.nuxeo.ecm.platform.login.LoginPluginRegistry.getPlugin() | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.getPositionForChild(DocumentModel, DocumentModel) | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.getPredicates(String, Node, Node) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.getPredicates(String, Node, Node) | 
| org.nuxeo.ecm.platform.video.service.VideoServiceImpl.getProgressStatus(VideoConversionId) | 
| org.nuxeo.ecm.platform.video.service.VideoService.getProgressStatus(VideoConversionId) since 5.7.3, use the other API with a document | 
| org.nuxeo.ecm.core.model.PropertyContainer.getPropertyIterator() unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.getPropertyIterator() | 
| org.nuxeo.ecm.core.api.CoreSession.getProxyVersions(DocumentRef, DocumentRef) | 
| org.nuxeo.ecm.core.security.AbstractSecurityPolicy.getQueryTransformer() | 
| org.nuxeo.ecm.webengine.WebEngine.getRegistry() | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingWebActionsBean.getRemoveStepActions(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.getRendered() since 5.7.3: rendered clause is now evaluated on the widget
             definition instead | 
| org.nuxeo.ecm.platform.contentview.jsf.ContentView.getResultLayoutColumns() | 
| org.nuxeo.ecm.webengine.WebException.getReturnCode() | 
| org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl.getRoles() | 
| org.nuxeo.ecm.webengine.model.impl.ModuleImpl.getRootObject(WebContext) Use WebApplicationto declare modules | 
| org.nuxeo.ecm.platform.faceted.search.api.service.Configuration.getRootSavedSearchesTitle() since 5.7. Saved searches are not stored anymore in a
             dedicated folder but in the user workspace. | 
| org.nuxeo.ecm.webengine.model.impl.ModuleImpl.getRootType() Use WebApplicationto declare modules | 
| org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingServiceImpl.getRouteElements(DocumentRoute, CoreSession) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.query.api.PageSelections.getRowCount() | 
| org.nuxeo.ecm.platform.query.api.PageSelections.getRows() | 
| org.nuxeo.ecm.webapp.dnd.DndFormActionBean.getSchema() | 
| org.nuxeo.ecm.core.schema.TypeService.getSchemaLoader() since 5.7 (unused) | 
| org.nuxeo.ecm.core.schema.TypeService.getSchemaManager() since 5.7, use
             Framework.getLocalService(SchemaManager.class)instead. | 
| org.nuxeo.ecm.core.schema.NXSchema.getSchemaManager() use Framework.getLocalService(SchemaManager.class)instead | 
| org.nuxeo.ecm.platform.ui.web.api.NavigationContext.getSelectedServerLocation() use getCurrentServerLocation instead | 
| org.nuxeo.ecm.webapp.context.NavigationContextBean.getSelectedServerLocation() use getCurrentServerLocation() instead | 
| org.nuxeo.ecm.platform.importer.service.DefaultImporterService.getSourceNodeClass() | 
| org.nuxeo.ecm.core.work.AbstractWork.getState() | 
| org.nuxeo.ecm.core.work.api.Work.getState() | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.getStatements(String) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.getStatements(String) | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.getStatements(String, Statement) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.getStatements(String, Statement) | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.getSubjects(String, Node, Node) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.getSubjects(String, Node, Node) | 
| org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService.getSubscriptionRequestStatus(SocialWorkspace, Principal) | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.getSubViewActionsList() | 
| org.nuxeo.ecm.webapp.action.WebActionsBean.getSubViewActionsList() | 
| org.nuxeo.ecm.platform.url.api.DocumentView.getTabId() should use the parameters map for the tab identifier. | 
| org.nuxeo.ecm.platform.task.Task.getTargetDocumentId() | 
| org.nuxeo.theme.localconfiguration.LocalThemeConfig.getTheme() | 
| org.nuxeo.ecm.platform.pictures.tiles.api.PictureTilingService.getTilesFromBlob(Blob, int, int, int) | 
| org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent.getTilesFromBlob(Blob, int, int, int) | 
| org.nuxeo.ecm.platform.pictures.tiles.api.PictureTilingService.getTilesFromBlob(Blob, int, int, int, int, int, boolean) | 
| org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent.getTilesFromBlob(Blob, int, int, int, int, int, boolean) | 
| org.nuxeo.drive.service.FileSystemItemManager.getTopLevelChildren(Principal) use getTopLevelFolder#getChildren instead | 
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.getTotalSize() | 
| org.nuxeo.ecm.automation.OperationContext.getTrace() | 
| org.nuxeo.ecm.core.opencmis.impl.client.NuxeoObject.getTransientObject() | 
| org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputComponent.getTranslate() | 
| org.nuxeo.box.api.marshalling.dao.BoxResourceType.getTypeFromLowercaseString(String) | 
| org.nuxeo.ecm.core.schema.TypeService.getTypeManager() since 5.7, use
             Framework.getLocalService(SchemaManager.class)instead. | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.getUndoFromRunningOperationChainId(String) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.getUnfiltredActionsList(String) | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.getUnfiltredActionsList(String, ActionContext) | 
| org.nuxeo.ecm.webengine.app.DefaultContext.getUriInfo() | 
| org.nuxeo.ecm.platform.content.template.service.ACEDescriptor.getUserName() | 
| org.nuxeo.ecm.platform.forms.layout.facelets.FaceletHandlerHelper.getValidateHandler(TagAttributes, FaceletHandler, String) | 
| org.nuxeo.ecm.core.api.CoreSession.getVersion(String, VersionModel) use version ids directly | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.getVersioningOptionInstanceId() | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioning.getVersioningOptionInstanceId() since 5.7.3: selected option is not kept on this bean
             anymore, it's kept by the JSF component behind widget
             definition | 
| org.nuxeo.ecm.platform.ui.web.rest.descriptors.URLPatternDescriptor.getViewIds() | 
| org.nuxeo.ecm.platform.forms.layout.api.LayoutRowDefinition.getWidgets() | 
| org.nuxeo.ecm.platform.routing.api.RoutingTaskService.getWorkflowInputDocuments(CoreSession, Task) since 5.6, use DocumentRoutingService instead | 
| org.nuxeo.ecm.activity.ActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) since 5.6 | 
| org.nuxeo.ecm.social.mini.message.MiniMessageActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.social.workspace.gadgets.SocialWorkspaceActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.social.activity.stream.UserActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.wall.WallActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.rating.RatingActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.rating.LikesCountActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.poll.PollActivityStreamFilter.handleRemovedActivities(ActivityStreamService, Collection) | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.hasResource(String, Resource) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.hasResource(String, Resource) | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.hasStatement(String, Statement) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.hasStatement(String, Statement) | 
| org.nuxeo.ecm.core.model.PropertyContainer.importFlatMap(Map) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.importFlatMap(Map) | 
| org.nuxeo.ecm.core.model.PropertyContainer.importMap(Map>) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.importMap(Map>) | 
| org.nuxeo.ecm.platform.versioning.api.VersioningManager.incrementMajor(DocumentModel) since 5.4 | 
| org.nuxeo.ecm.platform.versioning.service.VersioningManagerImpl.incrementMajor(DocumentModel) | 
| org.nuxeo.ecm.platform.versioning.api.VersioningManager.incrementMinor(DocumentModel) since 5.4 | 
| org.nuxeo.ecm.platform.versioning.service.VersioningManagerImpl.incrementMinor(DocumentModel) | 
| org.nuxeo.runtime.reload.ReloadService.installWebResources(File) | 
| org.nuxeo.runtime.reload.ReloadComponent.installWebResources(File) | 
| org.nuxeo.ecm.classification.api.ClassificationService.isClassifiable(String) | 
| org.nuxeo.ecm.webapp.edit.lock.LockActionsBean.isCurrentDocumentLiveEditable() use LiveEditBootstrapHelper.isCurrentDocumentLiveEditable()
             instead | 
| org.nuxeo.ecm.core.api.CoreSession.isDirty(DocumentRef) | 
| org.nuxeo.ecm.core.api.AbstractSession.isDirty(DocumentRef) | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.isEditableRouteElement(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.isEditableStep(DocumentModel) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.core.security.AbstractSecurityPolicy.isExpressibleInQuery() | 
| org.nuxeo.ecm.platform.forms.layout.api.WidgetDefinition.isHandlingLabels() | 
| org.nuxeo.ecm.webapp.liveedit.LiveEditBootstrapHelper.isLiveEditable(Blob) use
             #isLiveEditable(DocumentModel doc, String blobXpath) | 
| org.nuxeo.ecm.platform.ui.web.util.ComponentTagUtils.isMethodReference(String) since 5.5: method and value references are now equivalent
             with jboss EL | 
| org.nuxeo.ecm.core.model.PropertyContainer.isPropertySet(String) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.isPropertySet(String) | 
| org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService.isSubscriptionRequestPending(SocialWorkspace, Principal) since 5.6 see SocialWorkspace | 
| org.nuxeo.common.utils.StringUtils.join(List) since 5.7, use
             org.apache.commons.lang.StringUtils#join(java.util.Collection, null)instead | 
| org.nuxeo.common.utils.StringUtils.join(List, char) since 5.7, use
             StringUtils.join(java.util.Collection, char)instead | 
| org.nuxeo.common.utils.StringUtils.join(List, String) since 5.7, use
             StringUtils.join(java.util.Collection, String)instead | 
| org.nuxeo.common.utils.StringUtils.join(Object[]) since 5.7, use
             StringUtils.join(Object[])instead | 
| org.nuxeo.common.utils.StringUtils.join(Object[], char) since 5.7, use
             StringUtils.join(Object[], char)instead | 
| org.nuxeo.common.utils.StringUtils.join(Object[], String) since 5.7, use
             StringUtils.join(Object[], String)instead | 
| org.nuxeo.ecm.platform.query.api.AbstractPageProvider.last() | 
| org.nuxeo.ecm.core.api.security.ACP.listUsernamesForAnyPermission(Set) Use the method from UserManager service getUsersForPermission instead | 
| org.nuxeo.ecm.core.api.security.ACP.listUsernamesForPermission(String) Use the method from UserManager service getUsersForPermission instead | 
| org.nuxeo.ecm.platform.routing.api.RoutingTaskService.makeRoutingTasks(CoreSession, List) since 5.6, use DocumentRoutingService instead | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.moveRouteElement(String) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.query.api.AbstractPageProvider.next() | 
| org.nuxeo.ecm.core.api.repository.Repository.open() | 
| org.nuxeo.ecm.core.api.repository.Repository.open(Map) | 
| org.nuxeo.ecm.core.api.CoreInstance.open(String, Map) | 
| org.nuxeo.ecm.core.query.sql.SQLQueryParser.prepareStringLiteral(String) | 
| org.nuxeo.ecm.platform.query.api.AbstractPageProvider.previous() | 
| org.nuxeo.ecm.automation.AutomationService.putOperationChain(OperationChain) no chain registry existence since chain. became an operation
             - use #putOperation method instead. | 
| org.nuxeo.ecm.automation.AutomationService.putOperationChain(OperationChain, boolean) no chain registry existence since chain. became an operation
             - use #putOperation method instead. | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.query(String, String, String, String) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.query(String, String, String, String) | 
| org.nuxeo.apidoc.api.QueryHelper.quoted(String) | 
| org.nuxeo.ecm.platform.video.convert.BaseVideoConverter.quoteFilePath(String) since 5.5. | 
| org.nuxeo.common.utils.FileUtils.read(InputStream) use org.apache.commons.io.IOUtils.toString(in, "UTF-8")
             explicitly instead (or any other encoding when provided by
             the source of the byte stream). | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.read(String, InputStream, String, String) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.read(String, InputStream, String, String) | 
| org.nuxeo.ecm.platform.filemanager.core.listener.MimetypeIconUpdater.recursivelyUpdateBlobs(DocumentModel, MimetypeRegistry, Iterator) | 
| org.nuxeo.ecm.platform.forms.layout.service.WebLayoutManager.referencePropertyAsExpression(String, Serializable, String, String, String) | 
| org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService.rejectSubscriptionRequest(SocialWorkspace, SubscriptionRequest) since 5.6 see SocialWorkspace | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.remove(String, List) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.remove(String, List) | 
| org.nuxeo.ecm.automation.AutomationService.removeOperationChain(String) no chain registry existence since chain. became an operation
             - use #removeOperation method instead. | 
| org.nuxeo.ecm.core.model.PropertyContainer.removeProperty(String) unused | 
| org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentProxy.removeProperty(String) | 
| org.nuxeo.ecm.webengine.WebEngine.removeResourceBinding(ResourceBinding) resources are deprecated - you should use a jax-rs
             application to declare more resources. | 
| org.nuxeo.ecm.platform.routing.api.DocumentRoutingService.removeRouteElement(DocumentRouteElement, CoreSession) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.web.DocumentRoutingActionsBean.removeStep() | 
| org.nuxeo.ecm.platform.ui.web.component.list.EditableListBean.resetAllListsCachedModels(ActionEvent) since 5.6: the component resets its cache correctly after
             update now so forcing the reset is now useless | 
| org.nuxeo.box.api.marshalling.dao.BoxTypedObject.resourceType() | 
| org.nuxeo.ecm.core.api.CoreSession.restoreToVersion(DocumentRef, VersionModel) | 
| org.nuxeo.ecm.core.api.AbstractSession.restoreToVersion(DocumentRef, VersionModel) | 
| org.nuxeo.ecm.core.api.CoreSession.restoreToVersion(DocumentRef, VersionModel, boolean) | 
| org.nuxeo.ecm.core.api.AbstractSession.restoreToVersion(DocumentRef, VersionModel, boolean) | 
| org.nuxeo.ecm.platform.query.api.AbstractPageProvider.rewind() | 
| org.nuxeo.ecm.directory.Session.rollback() do not use, the container manages transactions. | 
| org.nuxeo.ecm.platform.usermanager.UserManager.searchByMap(Map, Set) | 
| org.nuxeo.ecm.platform.usermanager.UserManager.searchPrincipals(String) | 
| org.nuxeo.ecm.webapp.directory.DirectoryUIActionsBean.selectDirectory(String) | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.selectTabAction() since 5.4: useless, and does nothing | 
| org.nuxeo.ecm.webapp.action.WebActionsBean.selectTabAction() | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, Boolean) | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, Date) | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, Double) | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, Long) | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, PropertyList) | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, PropertyMap) | 
| org.nuxeo.ecm.automation.client.model.PropertyMap.set(String, String) | 
| org.nuxeo.ecm.platform.comment.web.ThreadEntry.setComment(DocumentModel) | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.setComment(String) since 5.4: comment can be put directly in the document
             context data using key 'request/comment'. | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.setComment(String) | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.setCurrentTabAction(String) | 
| org.nuxeo.ecm.webapp.action.WebActionsBean.setCurrentTabAction(String) | 
| org.nuxeo.ecm.platform.comment.web.ThreadEntry.setDepth(int) | 
| org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputComponent.setDisplay(String) never used | 
| org.nuxeo.ecm.platform.util.RepositoryLocation.setEnabled(Boolean) Unused | 
| org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputComponent.setEntryId(String) use standard UIInput.setValue(Object)instead | 
| org.nuxeo.ecm.automation.core.events.EventHandler.setExpression(String) | 
| org.nuxeo.ecm.platform.forms.layout.api.WidgetDefinition.setHandlingLabels(boolean) since 5.7: this was added prematurely, see
             #setControls()for a more generic management of
             rendering controls | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.setLayoutForCurrentDocument(String) this information is now held by content views | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentListingActionsBean.setLayoutForDocument(DocumentModel, String) this information is now held by content views | 
| org.nuxeo.connect.update.xml.PackageDefinitionImpl.setLicense(String) | 
| org.nuxeo.ecm.platform.actions.Action.setLinkParams(Class>[]) since 5.6: useless now that EL expressions support
             parameters | 
| org.nuxeo.ecm.core.api.CoreSession.setLock(DocumentRef, String) | 
| org.nuxeo.ecm.core.api.AbstractSession.setLock(DocumentRef, String) | 
| org.nuxeo.ecm.core.api.DocumentModel.setLock(String) | 
| org.nuxeo.ecm.core.api.impl.DocumentModelImpl.setLock(String) | 
| org.nuxeo.connect.update.standalone.StandaloneUpdateService.setPackageState(LocalPackage, int) | 
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.setPageCount(int) | 
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.setPageIndex(int) | 
| org.nuxeo.connect.update.xml.PackageDefinitionImpl.setPlatforms(String[]) | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.setRendered(Boolean) since 5.7.3: rendered clause is now evaluated on the widget
             definition instead | 
| org.nuxeo.ecm.platform.faceted.search.api.service.Configuration.setRootSavedSearchesTitle(String) | 
| org.nuxeo.ecm.webapp.security.UserManagementActions.setSelectedUser(String) | 
| org.nuxeo.connect.update.standalone.LocalPackageImpl.setState(int) | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.setSubTabsList(List) since 5.4.2: useless | 
| org.nuxeo.ecm.webapp.action.WebActionsBean.setSubTabsList(List) | 
| org.nuxeo.ecm.platform.ui.web.api.WebActions.setTabsList(List) since 5.4.2: useless | 
| org.nuxeo.ecm.webapp.action.WebActionsBean.setTabsList(List) | 
| org.nuxeo.ecm.platform.task.Task.setTargetDocumentId(String) | 
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.setTotalSize(int) | 
| org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputComponent.setTranslate(Boolean) | 
| org.nuxeo.ecm.platform.content.template.service.ACEDescriptor.setUserName(String) | 
| org.nuxeo.ecm.platform.usermanager.UserManagerDescriptor.setUserSearchFields(String[]) use setSubstringMatchUserSearchFields instead | 
| org.nuxeo.common.utils.TextTemplate.setVariables(Map) | 
| org.nuxeo.launcher.commons.text.TextTemplate.setVariables(Map) | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.setVersioningOptionInstanceId(DocumentModel, String) | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioning.setVersioningOptionInstanceId(DocumentModel, String) since 5.7.3: document context map is now filled directly by
             the widget | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.setVersioningOptionInstanceId(DocumentModel, VersioningActions) | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioning.setVersioningOptionInstanceId(DocumentModel, VersioningActions) since 5.7.3: document context map is now filled directly by
             the widget | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.setVersioningOptionInstanceId(String) | 
| org.nuxeo.ecm.webapp.versioning.DocumentVersioning.setVersioningOptionInstanceId(String) since 5.7.3: document context map is now filled directly by
             the widget | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.size(String) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.size(String) | 
| org.nuxeo.functionaltests.LogTestWatchman.takeScreenshot(String) | 
| org.nuxeo.ecm.localconf.ThemeConfigurationActions.themeChange(ActionEvent) since 5.5: local theme configuration now only handles
             flavors. | 
| org.nuxeo.common.utils.StringUtils.toHex(String) since 5.7, use
             Hex.encodeHexString(byte[])instead | 
| org.nuxeo.runtime.test.NXRuntimeTestCase.undeploy(String) | 
| org.nuxeo.runtime.test.runner.RuntimeHarness.undeploy(String) | 
| org.nuxeo.runtime.test.NXRuntimeTestCase.undeployContrib(String) | 
| org.nuxeo.runtime.test.runner.RuntimeHarness.undeployContrib(String) | 
| org.nuxeo.ecm.platform.routing.core.impl.ElementRunner.undo(CoreSession, DocumentRouteElement) since 5.9.2 - Use only routes of type 'graph' | 
| org.nuxeo.ecm.platform.routing.core.impl.AbstractRunner.undo(CoreSession, DocumentRouteElement) | 
| org.nuxeo.ecm.core.api.DocumentModel.unlock() | 
| org.nuxeo.ecm.core.api.CoreSession.unlock(DocumentRef) | 
| org.nuxeo.ecm.core.api.AbstractSession.unlock(DocumentRef) | 
| org.nuxeo.ecm.platform.actions.ActionService.unregisterFilterFactory(FilterFactory) seems not used in Nuxeo - should be removed - and anyway the
             merge is not done | 
| org.nuxeo.ecm.platform.notification.api.NotificationRegistry.unregisterNotification(Notification, List) | 
| org.nuxeo.ecm.platform.ec.notification.service.NotificationRegistryImpl.unregisterNotification(Notification, List) | 
| org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler.unwrapException(Throwable) | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActions.updateDocument() | 
| org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean.updateDocument() | 
| org.nuxeo.ecm.platform.usermanager.UserManager.updateGroup(NuxeoGroup) | 
| org.nuxeo.ecm.platform.usermanager.UserManager.updatePrincipal(NuxeoPrincipal) | 
| org.nuxeo.connect.update.standalone.PackagePersistence.updateState(String, int) | 
| org.nuxeo.ecm.platform.login.LoginPluginRegistry.useCustomLoginPlugin() | 
| org.nuxeo.ecm.core.api.WrappedException.wrap(Throwable) since 5.6 | 
| org.nuxeo.ecm.platform.relations.api.RelationManager.write(String, OutputStream, String, String) since 5.5, use the Graph API directly | 
| org.nuxeo.ecm.platform.relations.services.RelationService.write(String, OutputStream, String, String) | 
| org.nuxeo.connect.update.xml.PackageDefinitionImpl.write(XmlWriter) |