Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Exceptions
  • Fields
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    se.conciliate.extensions.store.MTCompleteModel.getConnectedDocuments()
    se.conciliate.extensions.store.MTCompleteSymbol.getConnectedDocuments()
    se.conciliate.extensions.store.MTEdge.getUserData(String)
    This API was created a long time ago and isn't currently used by anything. It also occupies a table in the database, so it would be nice if we could remove it at some point.
    se.conciliate.extensions.store.MTEdge.setUserData(String, String)
    This API was created a long time ago and isn't currently used by anything. It also occupies a table in the database, so it would be nice if we could remove it at some point.
  • Deprecated Interfaces
    Interface
    Description
    se.conciliate.extensions.actions.Actions
    se.conciliate.extensions.configuration.Configuration
    Use org.osgi.service.cm.ConfigurationAdmin
    se.conciliate.extensions.configuration.ConfigurationListener
    Use org.osgi.service.cm.ConfigurationAdmin
    se.conciliate.extensions.configuration.ConfigurationPanel
    Will be moved and possibly renamed
    se.conciliate.extensions.configuration.ConfigurationStore
    Use org.osgi.service.cm.ConfigurationAdmin
    se.conciliate.extensions.content.RestDocument
    se.conciliate.extensions.documentservice.Document
    se.conciliate.extensions.documentservice.DocumentHierarchy
    se.conciliate.extensions.documentservice.DocumentService
    se.conciliate.extensions.drawable.DrawableIconFactory
    use new HiDpiIcon(new URL("icon:symbol/16/PROCESS")) instead.
    se.conciliate.extensions.exportservice.ExportService
    se.conciliate.extensions.importservice.ImportService
    se.conciliate.extensions.ui.HelpActionProvider
    se.conciliate.extensions.ui.ValidatorService
    se.conciliate.extensions.xml.XMLService
    better alternatives exist
  • Deprecated Exceptions
    Exceptions
    Description
    se.conciliate.extensions.documentservice.exception.DocumentServiceException
    se.conciliate.extensions.documentservice.exception.UserCausedDocumentServiceException
  • Deprecated Fields
    Field
    Description
    se.conciliate.extensions.publish.PublishService.HTML_PUBLISH_TYPE_STRING
    se.conciliate.extensions.publish.PublishService.HTML_V2_PUBLISH_TYPE_STRING
  • Deprecated Methods
    Method
    Description
    se.conciliate.extensions.content.RestContext.document(String)
    se.conciliate.extensions.content.RestContext.document(Document)
    se.conciliate.extensions.content.RestContext.document(Document.DocumentID)
    se.conciliate.extensions.content.RestContext.documents()
    se.conciliate.extensions.content.RestModel.render(ModelImageExporter, OutputStream, RestLocale, Properties)
    se.conciliate.extensions.documentservice.DocumentService.getIcon()
    Use #getIcon(int) instead.
    se.conciliate.extensions.drawable.DrawableIconFactory.createDrawableIcon(EdgeType, Dimension)
    use new HiDpiIcon(new URL("icon:edge/16/FLOW")) instead.
    se.conciliate.extensions.drawable.DrawableIconFactory.createDrawableIcon(ModelType, Dimension)
    se.conciliate.extensions.drawable.DrawableIconFactory.createDrawableIcon(SymbolVariant, Dimension)
    use new HiDpiIcon(new URL("icon:symbol/16/PROCESS")) instead.
    se.conciliate.extensions.drawable.DrawableIconFactory.createDrawableIcon(SymbolVariant, Dimension, MTColorTransformer)
    use new HiDpiIcon(new URL("icon:model/16/PROCESS_MODEL")) instead.
    se.conciliate.extensions.store.MTCompleteModel.getConnectedDocuments()
    se.conciliate.extensions.store.MTCompleteSymbol.getConnectedDocuments()
    se.conciliate.extensions.store.MTEdge.getUserData(String)
    This API was created a long time ago and isn't currently used by anything. It also occupies a table in the database, so it would be nice if we could remove it at some point.
    se.conciliate.extensions.store.MTEdge.setUserData(String, String)
    This API was created a long time ago and isn't currently used by anything. It also occupies a table in the database, so it would be nice if we could remove it at some point.
    se.conciliate.extensions.store.MTModel.setApprovers(Set<MTUserHeader>)
    This has been replaced by MTModelStore.setApprovers which can update approvers on locked revisions of models. This method should only be called to keep the UI up-to-date, the changes will not be persisted when the model is saved.
    se.conciliate.extensions.store.MTModel.setMaintainers(Set<MTUserHeader>)
    This has been replaced by MTModelStore.setMaintainers which can update maintainers on locked revisions of models. This method should only be called to keep the UI up-to-date, the changes will not be persisted when the model is saved.
    se.conciliate.extensions.store.MTModel.setReviewers(Set<MTUserHeader>)
    This has been replaced by MTModelStore.setReviewers which can update reviewers on locked revisions of models. This method should only be called to keep the UI up-to-date, the changes will not be persisted when the model is saved.
    se.conciliate.extensions.store.MTModel.setSubscribers(Set<MTSubscriber>)
    This has been replaced by MTModelStore.setSubscribers which can update subscribers on locked revisions of models. This method should only be called to keep the UI up-to-date, the changes will not be persisted when the model is saved.
    se.conciliate.extensions.store.MTRepositoryHeader.findPublishProfiles()
    For internal use only, replaced by PublishProfileLocatorService
    se.conciliate.extensions.store.MTStore.service(Class<T>)
    Not part of the public API.
    se.conciliate.extensions.store.MTSubscriber.setModels(Set<Long>)
    This method should only be called to keep the UI up-to-date, the changes will not be persisted when the model is saved.
    se.conciliate.extensions.ui.modeling.ModelListener.modelChanged(MTCompleteModel, boolean, MTRemoteChangeHandler)
    This method is deprecated since this interface will be replaced in later versions with listener methods that allow more fine-grained control of the changes made to the model.
    se.conciliate.extensions.ui.widgets.WidgetFactory.createModelTypeIcon(ModelType, Dimension)

Copyright © 2024. All rights reserved.