Package and 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 |
Interface and Description |
---|
lumis.search.IAttributeSetReader
Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
|
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 using
Source.getBigDataPersister() or IBigDataRepository 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 using
Source.getBigDataPersister() or IBigDataRepository directly. This
interface is kept only for compatibility with legacy code using its constants. |
lumis.util.security.IEncryptor
Since 5.5.0, replaced by the
lumis.portal.crypto package. |
lumis.portal.fileparser.IFileMetadata
Since 6.1.0, replaced by
IFileMetadata . |
lumis.portal.authentication.ILoginValidator
to customize credential validation you must create a new JAAS login module or extend the
LumisLoginModule |
lumis.content.metadata.IMetaDataManager
Since 4.2.0, replaced by
IContentManager . |
lumis.portal.deployment.IPortalDeployer
Since 5.0.0 the use of this classes was replaced
by operations in
IDeploymentManager . |
lumis.doui.search.common.ISearchable
Since 8.1.0,
ISourceSearchContentFiller has been deprecated and this interface is
used only for backwards compatibility when legacy ISourceSearchContentFiller implementations are used. The
replacement for this interface for use with ISourceBigDataPersister (ISourceSearchContentFiller
replacement) is to implement in the respective data type the
ISourceFieldDataType.getDocumentFieldValues(Object) and
ISourceFieldDataType.getDocumentTypeFieldTemplates() methods. |
lumis.search.filter.ISearchQueryFilter
Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
|
lumis.doui.search.ISourceSearchContentFiller
Since 8.1.0 replaced by
ISourceBigDataPersister . |
Class and Description |
---|
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 as
Base64 . |
lumis.portal.event.BaseNotificationConfig
Since 4.1.0, replaced by
IPortalEventObserver
and its implementations, such as AbstractPortalEvent and
AbstractTransactionalPortalEvent . |
lumis.doui.table.BaseTableDataProcessActionHandler
Since 10.4.0, this class was replaced by
BaseSourceProcessActionHandler due to the
encapsulation of add, update and delete operations on Source . 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
the Source and using the standard process action handlers. |
lumis.service.portalmanagement.build.BuildInformationInterface
since 7.1 this service was removed.
|
lumis.content.metadata.CommentConfig
since 4.2.0, replaced by the entities available in
lumis.content.core . |
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.table.ContentTableAddDataProcessActionHandler
Since 10.4.0, this class was replaced by
ContentTableSourceAddDataProcessActionHandler due to the encapsulation of add operation on Source .
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 the Source and using the standard process action handlers. If you are extending
this process action only for parameter values adjustments, consider extending
ContentTableSourceAddDataProcessActionHandler instead. |
lumis.content.table.ContentTableAddFileMultiRowDataProcessActionHandler
Since 10.4.0, this class was replaced by
SourceAddFileMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . 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 by
ContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation on Source . 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 the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending ContentTableSourceDeleteDataProcessActionHandler instead. |
lumis.content.table.ContentTableUpdateDataProcessActionHandler
Since 10.4.0, this class was replaced by
ContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation on Source . 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 the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending ContentTableSourceUpdateDataProcessActionHandler instead. |
lumis.content.search.ContentTabularSourceSearchContentFiller
Since 8.1.0,
ISourceSearchContentFiller was deprecated. Consider using
ContentTableSourceBigDataPersister instead. |
lumis.portal.deployment.DeployConfig
Since 5.0.0 the use of
IPortalDeployer
has been deprecated. |
lumis.content.service.DetailsUtil
This class will be removed in the future.
|
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 using
TabularSourceBigDataPersister instead of this. |
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 implement ISearchable . |
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.deployment.GenericWarDeployer
Since 5.0.0 the use of
IPortalDeployer
has been deprecated. |
lumis.service.image.field.ImageDataType
Since 7.0.0 replaced by
MediaDataType . |
lumis.service.image.field.ImageDataType.Data
Since 7.0.0
ImageDataType was
replaced by MediaDataType . |
lumis.content.table.LegacyContentMetaDataController
This class is only for use by some deprecated content process action handlers.
|
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 the
Lumis 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.service.media.MediaAddMultipleProcessActionHandler |
lumis.content.metadata.MetaDataConfig
since 4.2.0, replaced by the entities available in
lumis.content.core . |
lumis.content.metadata.MetaDataController
Since 4.2.0, replaced by
ContentMetaDataController . |
lumis.content.metadata.MetaDataManager
Since 4.2.0, replaced by
IContentManager . |
lumis.content.source.filter.MetaDataSourceFilter
Since 4.2.0, due to changes in
content storage structure. |
lumis.portal.PortalContext.RelativePath
Since 4.1.0, replaced by
PortalFilePath . |
lumis.portal.PortalEncryptorFactory
Since 5.5.0, replaced by the
lumis.portal.crypto package. Use ManagerFactory.getCryptoManager()
instead of this class. |
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 the
IFile interface, that can be obtained from
IFileSystemManager.getFile(PortalFilePath) . The direct
usage of Java file API can produce
unpredictable portal behavior, when not using the
LumisPortal default filesystem implementations. The new filesystem
API is highly recommended to be used instead. |
lumis.portal.PortalTransactionFactory
Since 4.0.8 moved to lumis.portal.transaction
package. Use
PortalTransactionFactory instead. |
lumis.portlet.container.deployment.PortletDeployConfig
Since 5.0.0 the use of
IPortalDeployer
has been deprecated. |
lumis.portlet.container.deployment.PortletDeployer
Since 5.0.0 the use of
IPortalDeployer
has been deprecated. |
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.filter.SearchClause
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.filter.SearchFilterGroup
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.portal.servicecontainer.ServiceContainerUrl
This class will be removed in a future release. Use
IServiceInterfaceUrl
instead. |
lumis.doui.search.ServiceIdSearchContentField
Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
|
lumis.service.portalmanagement.service.ServiceSource |
lumis.doui.search.SourceSearchContentFillerFactory
Since 8.1.0
ISourceSearchContentFiller was deprecated. |
lumis.doui.table.TableAddDataProcessActionHandler
Since 10.4.0, this class was replaced by
SourceAddDataProcessActionHandler due to the
encapsulation of add operation on Source . 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 the Source and using the
standard process action handlers. If you are extending this process action only for parameter values adjustments,
consider extending SourceAddDataProcessActionHandler instead. |
lumis.doui.table.TableAddFileMultiRowDataProcessActionHandler
Since 10.4.0, this class was replaced by
SourceAddFileMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . 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 by
SourceAddMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . 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 by
SourceDeleteDataProcessActionHandler due to
the encapsulation of delete operation on Source . 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 the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending SourceDeleteDataProcessActionHandler instead. |
lumis.doui.table.TableUpdateDataProcessActionHandler
Since 10.4.0, this class was replaced by
SourceUpdateDataProcessActionHandler due to
the encapsulation of update operation on Source . 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 the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending SourceUpdateDataProcessActionHandler instead. |
lumis.doui.table.TableUpdateMultiRowDataProcessActionHandler
Since 10.4.0, this class was replaced by
SourceUpdateMultiRowDataProcessActionHandler due to the encapsulation of update operation on
Source . This class is kept only for backwards compatibility with custom classes extending it and may not be
compatible with new features. |
lumis.content.workflow.WorkflowControllerXml
No longer used.
|
lumis.service.wsrp.producer.WSRPCheckBoxListControl |
Enum and Description |
---|
lumis.portal.PortalContext.RelativePathType
Since 4.1.0, replaced by
PortalBaseFolder . |
Exceptions and Description |
---|
lumis.search.SearchException
Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
|
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.