Deprecated API
Contents
-
Packages Package Description lumis.portal.fileparser Since 6.1.0, this package is no longer used. See classes javadoc for specific replacement advises.lumis.search lumis.search.filter
-
Interfaces Interface Description lumis.content.metadata.IMetaDataManager Since 4.2.0, replaced byIContentManager
.lumis.content.search.common.IContentIndexer Since 8.1.0, lumis.search is deprecated and this interface is no longer used. For indexing source data consider usingSource.getBigDataPersister()
orIBigDataRepository
directly. This interface is kept only for compatibility with legacy code using its constants.lumis.doui.search.common.IDouiIndexer Since 8.1.0, lumis.search is deprecated and this interface is no longer used. For indexing source data consider usingSource.getBigDataPersister()
orIBigDataRepository
directly. This interface is kept only for compatibility with legacy code using its constants.lumis.doui.search.common.ISearchable Since 8.1.0,ISourceSearchContentFiller
has been deprecated and this interface is used only for backwards compatibility when legacyISourceSearchContentFiller
implementations are used. The replacement for this interface for use withISourceBigDataPersister
(ISourceSearchContentFiller
replacement) is to implement in the respective data type theISourceFieldDataType.getDocumentFieldValues(Object)
andISourceFieldDataType.getDocumentTypeFieldTemplates()
methods.lumis.doui.search.ISourceSearchContentFiller Since 8.1.0 replaced byISourceBigDataPersister
.lumis.portal.authentication.ILoginValidator to customize credential validation you must create a new JAAS login module or extend theLumisLoginModule
lumis.portal.deployment.IPortalDeployer Since 5.0.0 the use of this classes was replaced by operations inIDeploymentManager
.lumis.portal.fileparser.IFileMetadata Since 6.1.0, replaced byIFileMetadata
.lumis.search.filter.ISearchQueryFilter Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.IAttributeSetReader Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.util.security.IEncryptor Since 5.5.0, replaced by thelumis.portal.crypto
package.
-
Classes Class Description lumis.content.metadata.CommentConfig since 4.2.0, replaced by the entities available inlumis.content.core
.lumis.content.metadata.MetaDataConfig since 4.2.0, replaced by the entities available inlumis.content.core
.lumis.content.metadata.MetaDataController Since 4.2.0, replaced byContentMetaDataController
.lumis.content.metadata.MetaDataManager Since 4.2.0, replaced byIContentManager
.lumis.content.search.ContentIndexer Since 8.1.0, lumis.search is deprecated and this class is no longer used. This class is kept only for compatibility with legacy code using its constants.lumis.content.search.ContentTabularSourceSearchContentFiller Since 8.1.0,ISourceSearchContentFiller
was deprecated. Consider usingContentTableSourceBigDataPersister
instead.lumis.content.service.DetailsUtil This class will be removed in the future.lumis.content.source.filter.MetaDataSourceFilter Since 4.2.0, due to changes incontent
storage structure.lumis.content.table.ContentTableAddDataProcessActionHandler Since 10.4.0, this class was replaced byContentTableSourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic add operation, consider extending theSource
and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extendingContentTableSourceAddDataProcessActionHandler
instead.lumis.content.table.ContentTableAddFileMultiRowDataProcessActionHandler Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features.lumis.content.table.ContentTableDeleteDataProcessActionHandler Since 10.4.0, this class was replaced byContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic delete operation, consider extending theSource
and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extendingContentTableSourceDeleteDataProcessActionHandler
instead.lumis.content.table.ContentTableUpdateDataProcessActionHandler Since 10.4.0, this class was replaced byContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic update operation, consider extending theSource
and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extendingContentTableSourceUpdateDataProcessActionHandler
instead.lumis.content.table.LegacyContentMetaDataController This class is only for use by some deprecated content process action handlers.lumis.content.workflow.WorkflowControllerXml No longer used.lumis.doui.ExtractedText Since 4.2.2,IConverter
support by data types for extracting text for indexing is deprecated and may be removed in the future. Instead indexable data objects should implementISearchable
.lumis.doui.search.common.DouiIndexConfig Since 8.1.0, lumis.search is deprecated and this class is no longer used.lumis.doui.search.DouiIndexer Since 8.1.0, lumis.search is deprecated and this class is no longer used. This class is kept only for compatibility with legacy code using its constants.lumis.doui.search.DouiTabularSourceSearchContentFiller Since 8.1.0,ISourceSearchContentFiller
was deprecated. Consider usingTabularSourceBigDataPersister
instead of this.lumis.doui.search.ServiceIdSearchContentField Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.doui.search.SourceSearchContentFillerFactory Since 8.1.0ISourceSearchContentFiller
was deprecated.lumis.doui.table.BaseTableDataProcessActionHandler Since 10.4.0, this class was replaced byBaseSourceProcessActionHandler
due to the encapsulation of add, update and delete operations onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic add/update/delete operations, consider extending theSource
and using the standard process action handlers.lumis.doui.table.TableAddDataProcessActionHandler Since 10.4.0, this class was replaced bySourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic add operation, consider extending theSource
and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extendingSourceAddDataProcessActionHandler
instead.lumis.doui.table.TableAddFileMultiRowDataProcessActionHandler Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features.lumis.doui.table.TableAddMultiRowDataProcessActionHandler Since 10.4.0, this class was replaced bySourceAddMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features.lumis.doui.table.TableDeleteDataProcessActionHandler Since 10.4.0, this class was replaced bySourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic delete operation, consider extending theSource
and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extendingSourceDeleteDataProcessActionHandler
instead.lumis.doui.table.TableUpdateDataProcessActionHandler Since 10.4.0, this class was replaced bySourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic update operation, consider extending theSource
and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extendingSourceUpdateDataProcessActionHandler
instead.lumis.doui.table.TableUpdateMultiRowDataProcessActionHandler Since 10.4.0, this class was replaced bySourceUpdateMultiRowDataProcessActionHandler
due to the encapsulation of update operation onSource
. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features.lumis.portal.deployment.DeployConfig Since 5.0.0 the use ofIPortalDeployer
has been deprecated.lumis.portal.deployment.GenericWarDeployer Since 5.0.0 the use ofIPortalDeployer
has been deprecated.lumis.portal.event.BaseNotificationConfig Since 4.1.0, replaced byIPortalEventObserver
and its implementations, such asAbstractPortalEvent
andAbstractTransactionalPortalEvent
.lumis.portal.filesystem.event.FileSystemAddEvent Since 12.0.0, for optimizations purposes, this event is no longer raised.ClusterFileSystemAddEvent
event is still raised.lumis.portal.filesystem.event.FileSystemDeleteEvent Since 12.0.0, for optimizations purposes, this event is no longer raised.ClusterFileSystemDeleteEvent
event is still raised.lumis.portal.filesystem.event.FileSystemUpdateEvent Since 12.0.0, for optimizations purposes, this event is no longer raised.ClusterFileSystemUpdateEvent
event is still raised.lumis.portal.filesystem.PortalFile since 8.0.0 it is not recommended to be used anymore due to the filesystem abstraction layer. Every file operation should use theIFile
interface, that can be obtained fromIFileSystemManager.getFile(PortalFilePath)
. The direct usage of Java file API can produce unpredictable portal behavior, when not using the LumisPortal default filesystem implementations. The newfilesystem
API is highly recommended to be used instead.lumis.portal.PortalContext.RelativePath Since 4.1.0, replaced byPortalFilePath
.lumis.portal.PortalEncryptorFactory Since 5.5.0, replaced by thelumis.portal.crypto
package. UseManagerFactory.getCryptoManager()
instead of this class.lumis.portal.PortalTransactionFactory Since 4.0.8 moved to lumis.portal.transaction package. UsePortalTransactionFactory
instead.lumis.portal.servicecontainer.ServiceContainerUrl This class will be removed in a future release. UseIServiceInterfaceUrl
instead.lumis.portlet.container.deployment.PortletDeployConfig Since 5.0.0 the use ofIPortalDeployer
has been deprecated.lumis.portlet.container.deployment.PortletDeployer Since 5.0.0 the use ofIPortalDeployer
has been deprecated.lumis.search.filter.SearchClause Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.filter.SearchFilterGroup Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.lucene.LuceneSearcher Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.lucene.LuceneSearchQuery This class may be removed in the future. Its features are intended to be included in theLumis search framework
, but not necessarily in a compatible form.lumis.search.lucene.LuceneSearchStringResource Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.Processor Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchAttributes Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchContent Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchContentAttachment Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchContentField Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.Searcher Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearcherFactory Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchHit Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchQuery Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchResults Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.search.SearchStringResource Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.lumis.service.image.field.ImageDataType Since 7.0.0 replaced byMediaDataType
.lumis.service.image.field.ImageDataType.Data Since 7.0.0ImageDataType
was replaced byMediaDataType
.lumis.service.media.MediaAddMultipleProcessActionHandler lumis.service.portalmanagement.build.BuildInformationInterface since 7.1 this service was removed.lumis.service.portalmanagement.service.ServiceSource lumis.service.wsrp.producer.WSRPCheckBoxListControl lumis.util.security.Base64 Since 5.5.0 this class is no longer maintained and may be removed in a future version. It is recommended to use another implementation, such asBase64
.
-
Enums Enum Description lumis.portal.PortalContext.RelativePathType Since 4.1.0, replaced byPortalBaseFolder
.
-
Exceptions Exceptions Description lumis.search.SearchException Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.