Uses of Class
lumis.portal.stability.StableMinor
-
-
Uses of StableMinor in lumis.collaboration.chat
Classes in lumis.collaboration.chat with annotations of type StableMinor Modifier and Type Interface Description interface
IChatManager
Interface for managing Chat Objects -
Uses of StableMinor in lumis.content
Classes in lumis.content with annotations of type StableMinor Modifier and Type Class Description class
ContentException
Exception for Contentclass
ContentManagerFactory
Factory for content related managers.class
ContentStringResource
String resource for content -
Uses of StableMinor in lumis.content.activitystream
Classes in lumis.content.activitystream with annotations of type StableMinor Modifier and Type Class Description class
ContentAdminActivityPrioritizer
LumisXP standard prioritizer for activities of contents created withActivity.SCOPE_OBJECT_ADMIN
scope.class
ContentCreatedToEndUserActivityPrioritizer
LumisXP standard prioritizer for activities of contents created withActivity.SCOPE_OBJECT_END_USER
scope. -
Uses of StableMinor in lumis.content.bigdata
Classes in lumis.content.bigdata with annotations of type StableMinor Modifier and Type Class Description class
ContentTableSourceBigDataPersister
Default big data persister implementation forContentTableSource
.class
ContentVersionDocument
Big data document for aContentVersion
.class
ContentVersionDocumentType
ADocumentType
extension that includes fields for storing content metadata information.class
DummyContentTableSourceBigDataPersister
AIContentTableSourceBigDataPersister
implementation that never persist anything.interface
IContentTableSourceBigDataPersister
ISourceBigDataPersister
extension forContentTableSource
. -
Uses of StableMinor in lumis.content.core
Classes in lumis.content.core with annotations of type StableMinor Modifier and Type Class Description class
Content
A content entity object.class
ContentAssociation
Represents an association from aContentVersion
to aContent
.class
ContentComment
A comment done for a content in a specific locale.class
ContentLocale
Contains the content information for a specific locale.class
ContentLocaleAlreadyLockedException
Occurs when a user tries to lock a content that is already locked by another user.class
ContentPublication
A content publication definition entity class.class
ContentRenderDataChangedEvent
Event that indicates that the render data of a content may have changed.class
ContentTag
A tag object entity.class
ContentVersion
Represents a specific version of a content.interface
IContentManager
Provides content management operations.class
LockType
Represents the different types of locks allowed when editing an existing content. -
Uses of StableMinor in lumis.content.service
Classes in lumis.content.service with annotations of type StableMinor Modifier and Type Class Description class
ContentService
Service with content capabilities base implementation.class
ContentServiceInterface
Interface for content service interfaces -
Uses of StableMinor in lumis.content.source.field.type
Classes in lumis.content.source.field.type with annotations of type StableMinor Modifier and Type Class Description class
CategorizationDataType
Data type for (read-only) categorization fields.class
TagDataType
Tag data type. -
Uses of StableMinor in lumis.content.table
Classes in lumis.content.table with annotations of type StableMinor Modifier and Type Class Description class
ContentLockedException
Exception thrown when an operation could not be executed due to the lock state on a content.class
ContentTableAddDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
ContentTableAddFileMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
ContentTableDeleteDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
.class
ContentTableSource
This source implementation adds content functionalities to theTableSource
it extends.static class
ContentTableSource.LockStrategy
Strategy on how to handleContentLocale
's locks during content operation.class
ContentTableSourceAddDataProcessActionHandler
Adds a single data in aContentTableSource
.class
ContentTableSourceDeleteDataProcessActionHandler
ExecutesContentTableSource.deleteDataByItemIds(java.util.Collection)
for the items specified in the parameter with name equals to the primary key of the source.class
ContentTableSourceUpdateDataProcessActionHandler
Updates a single data in aContentTableSource
.class
ContentTableUpdateDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
.interface
IContentTableSourceAddDataResult
Result forContentTableSource.addData(Object)
.interface
IContentTableSourceUpdateDataResult
Result forContentTableSource.updateData(Object)
. -
Uses of StableMinor in lumis.content.webresource
Classes in lumis.content.webresource with annotations of type StableMinor Modifier and Type Class Description class
ContentPageWebResourceDataProvider
Provides the page information based on content being rendered. -
Uses of StableMinor in lumis.content.wizard
Classes in lumis.content.wizard with annotations of type StableMinor Modifier and Type Interface Description interface
IContentWizardManager
-
Uses of StableMinor in lumis.content.workflow
Classes in lumis.content.workflow with annotations of type StableMinor Modifier and Type Class Description class
ContentWorkflowMetaData
Value class for a content's workflow metadata.interface
IWorkflowActionHandler
Defines the methods by which a workflow action handler is called.interface
IWorkflowManager
Interface for Workflow Manager.class
StateScope
Enumeration of all available scopes for a state.class
TransitionScope
Enumeration of all available scopes for a transition.class
WorkflowActionExecutedEvent
Event generated when a content's workflow action is executed.class
WorkflowConfig
Contains the definition information for a workflow.class
WorkflowException
Workflow related exception.class
WorkflowPermission
A workflow permission, that associates a principal with a role for a given service instance.class
WorkflowRoleConfig
Value class for workflow role.class
WorkflowStateConfig
Value class for content's workflow state information.class
WorkflowStringResource
String resource for the workflow framework.class
WorkflowTransitionConfig
A transition between two workflow states.static class
WorkflowTransitionConfig.WorkflowLockAction
Defines the possible actions that should be taken regarding lock in the ContentLocale. -
Uses of StableMinor in lumis.doui
Classes in lumis.doui with annotations of type StableMinor Modifier and Type Class Description class
DouiContext
Provides general context information and constants for Doui servicesclass
DouiException
DOUI related exceptionclass
DouiManagerFactory
Responsible for providing DOUI related managers.class
DouiStandardValue
Handles doui standard values.class
DouiStringResource
Strings resource for DOUI. -
Uses of StableMinor in lumis.doui.bigdata
Classes in lumis.doui.bigdata with annotations of type StableMinor Modifier and Type Class Description class
DummySourceBigDataPersister<S extends Source<?>>
AISourceBigDataPersister
implementation that never persist anything.interface
ISourceBigDataPersister<S extends Source<?>>
This interface specifies the methods that must be implemented when customizing how a source's data is stored in theportal big data repository
.class
TabularSourceBigDataPersister<S extends TabularSource<?>>
GenericISourceBigDataPersister
fortabular sources
. -
Uses of StableMinor in lumis.doui.control
Classes in lumis.doui.control with annotations of type StableMinor Modifier and Type Class Description class
Control
Base class for all controls.class
ControlConfig
Represents common configurations of a controlclass
ControlContainer
Container for all controls.class
ControlException
Generic exception thrown by controlsclass
ControlStringResource
String resource that all control strings should extend.class
DataBoundControl<S extends Source>
Control whose data is bound to a source.class
DataControl
Base implementation forIDataControl
interface
IControl
Interface that must be implemented by all controlsinterface
IControlManager
interface
IDataBoundControl
Interface para controls que são associado ao um ou mais sources.interface
IDataControl
Control that holds datainterface
IFormControl
Interface to the current interface form control.interface
IValidatorControl
Interface que controls que faz validação devem implementar -
Uses of StableMinor in lumis.doui.control.multifileupload
Classes in lumis.doui.control.multifileupload with annotations of type StableMinor Modifier and Type Class Description class
MultiFileUploadControl
Control used to upload multiples files at same time. -
Uses of StableMinor in lumis.doui.datatype
Classes in lumis.doui.datatype with annotations of type StableMinor Modifier and Type Class Description class
AbstractDouiDataType
Base implementation for theIDouiDataType
interface.interface
IDouiDataType
Provides informations and utilities for a doui data type. -
Uses of StableMinor in lumis.doui.processaction
Classes in lumis.doui.processaction with annotations of type StableMinor Modifier and Type Interface Description interface
IProcessActionHandler
All process action handlers must extend this interface.class
ProcessActionHandler<S extends Source>
Base class for all doui process action handlers. -
Uses of StableMinor in lumis.doui.render
Classes in lumis.doui.render with annotations of type StableMinor Modifier and Type Class Description class
CharSequenceRenderableWrapper
Wraps aCharSequence
andIRenderable
instances into an object that implements both interfaces.interface
IRenderable
Classes that implements this interface offers a standard way to render its data in a xml format.interface
IRenderer
Objects that implements this interface are able to access the render data ofIRenderable
values.class
RenderDataValue
Allows aCharSequence
value to be used directly as the render data. -
Uses of StableMinor in lumis.doui.search
Classes in lumis.doui.search with annotations of type StableMinor Modifier and Type Class Description class
DouiTabularSourceSearchContentFiller
Deprecated.Since 8.1.0,ISourceSearchContentFiller
was deprecated.class
SearchAggregationControl
Control responsible for manage user's aggregations.class
SearchDataProvider
Executes a search against a Search Engine and return the results. -
Uses of StableMinor in lumis.doui.search.common
Classes in lumis.doui.search.common with annotations of type StableMinor Modifier and Type Interface Description interface
ISearchable
Deprecated.Since 8.1.0,ISourceSearchContentFiller
has been deprecated and this interface is used only for backwards compatibility when legacyISourceSearchContentFiller
implementations are used. -
Uses of StableMinor in lumis.doui.service
Classes in lumis.doui.service with annotations of type StableMinor Modifier and Type Class Description class
DouiHyperLinkResolver
Customizes the generic hyperlink resolver to also verify the destination source during interface resolution.class
DouiService
Implements a DOUI Service.class
DouiServiceInterface
Base service interface implementation for the doui framework.interface
IDouiService
Interface for DOUI based Services.interface
IDouiServiceInterface
Interface that all DOUI based service interfaces must implement -
Uses of StableMinor in lumis.doui.source
Classes in lumis.doui.source with annotations of type StableMinor Modifier and Type Class Description class
AbstractObjectDataProvider<S extends TabularSource,T>
Implements a provider for objects whose properties follows the java bean accessor methods convention.class
AbstractSourceConverter
Abstract implementation of aISourceConverter
, based onAbstractConverter
.class
AbstractSourceData
Abstract implementation of aISourceData
that implements the default convertion behaviour.class
EmptyDataProvider
AnIDataProvider
implementation that loads no data.interface
IDataProvider<S extends Source>
Interface for data providers.interface
ISourceAddDataResult
Result forSource.addData(Object)
.interface
ISourceContext
Offers information about the context where a source is being used.interface
ISourceConverter
Defines extra methods for a converter that is used in a source context.interface
ISourceData
Interface to access a source's data.interface
ISourceUpdateDataResult
Result forSource.updateData(Object)
.interface
ITableDataProvider
Interface for table data providersclass
Source<F extends ISourceField>
The base implementation of a doui data source.class
SourceContainer
Class responsible for hold and initialize doui sourcesclass
SourceContext
Implementation for aISourceContext
that can be constructed from aDouiContext
or from the other values it will provide.class
SourceData
The default concrete implementation for theISourceData
.class
SourceFactory
Create instances of Source derived classesclass
TabularData
Represents tabular data, through a set of ISourceData elementsclass
TabularSource<F extends ITabularSourceField>
A source that has its data in a tabular format. -
Uses of StableMinor in lumis.doui.source.event
Classes in lumis.doui.source.event with annotations of type StableMinor Modifier and Type Class Description class
SourceAddDataEvent
Base event class for source's add data operation.class
SourceDeleteDataEvent
Base event class for source's delete data operation.class
SourcePostAddDataEvent
Event raised bySource
after data is added.class
SourcePostDeleteDataEvent
Event raised bySource
after data is deleted.class
SourcePostUpdateDataEvent
Event raised bySource
after data is updated.class
SourcePreAddDataEvent
Event raised bySource
before data is added.class
SourcePreDeleteDataEvent
Event raised bySource
before data is deleted.class
SourcePreUpdateDataEvent
Event raised bySource
before data is updated.class
SourceUpdateDataEvent
Base event class for source's update data operation. -
Uses of StableMinor in lumis.doui.source.field
Classes in lumis.doui.source.field with annotations of type StableMinor Modifier and Type Class Description class
BaseSourceField
The base implementation for a source field.class
BaseTabularSourceField
Base implementation for aITabularSourceField
.interface
ISourceField
The interface that defines the methods a source field provides.interface
ITabularSourceField
The interface for aTabularSource
field. -
Uses of StableMinor in lumis.doui.source.field.type
Classes in lumis.doui.source.field.type with annotations of type StableMinor Modifier and Type Class Description class
AbstractSourceFieldDataType
Base implementation for theISourceFieldDataType
interface.interface
ISourceFieldDataType
A data type of aISourceField
-
Uses of StableMinor in lumis.doui.source.filter
Classes in lumis.doui.source.filter with annotations of type StableMinor Modifier and Type Interface Description interface
ISourceFilter<S extends Source>
Defines the methods of a source filter.class
RequiredFilterValueException
Exception thrown when a required value was not specified for a filter. -
Uses of StableMinor in lumis.doui.source.postloadprocessor
Classes in lumis.doui.source.postloadprocessor with annotations of type StableMinor Modifier and Type Interface Description interface
IPostLoadProcessor
Interface for source post loading processors -
Uses of StableMinor in lumis.doui.source.processaction
Classes in lumis.doui.source.processaction with annotations of type StableMinor Modifier and Type Class Description class
BaseSourceProcessActionHandler<S extends Source<?>>
Base implementation for source basic operation process action handlers.class
SourceAddDataProcessActionHandler<S extends Source<?>>
Process action handler that executesSource.addData(Object)
.class
SourceAddFileMultiRowDataProcessActionHandler<S extends Source<?>>
This class is responsible for the generic add of multiple files in contents.class
SourceDeleteDataProcessActionHandler<S extends Source<?>>
ExecutesSource#deleteDataByItemIds(Object)
for the items returned bySourceDeleteDataProcessActionHandler.getItemIdsToDelete()
.class
SourceUpdateDataProcessActionHandler<S extends Source<?>>
Process action handler that executesSource.updateData(Object)
. -
Uses of StableMinor in lumis.doui.table
Classes in lumis.doui.table with annotations of type StableMinor Modifier and Type Class Description class
BaseTableDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byBaseSourceProcessActionHandler
due to the encapsulation of add, update and delete operations onSource
.class
QueryBuilder
Builds queries based on a source and parameters.class
TableAddDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
TableAddFileMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
TableDataProvider
Data provider that provides table dataclass
TableDeleteDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
.class
TableSource
A source that is based on a database table.class
TableUpdateDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
. -
Uses of StableMinor in lumis.doui.table.field
Classes in lumis.doui.table.field with annotations of type StableMinor Modifier and Type Class Description class
BaseTableSourceField
Base implementation for theITableSourceField
interface.class
GenericTableSourceField
A generic table source field.interface
ITableSourceField
ATableSource
field.class
TableSourceFieldMapping
Used to define the mapping between source fields and the database -
Uses of StableMinor in lumis.doui.table.filter
Classes in lumis.doui.table.filter with annotations of type StableMinor Modifier and Type Interface Description interface
ITableSourceFilter
Defines the methods of a table source filter.class
TableSourceFilter
Represents a source filter. -
Uses of StableMinor in lumis.lptf.doui.serviceinterface
Classes in lumis.lptf.doui.serviceinterface with annotations of type StableMinor Modifier and Type Class Description class
DouiRequestCycleFactory
Creates and initializes DouiRequestCycle instances.class
DouiServiceInterfaceTestCase
Generic test case for Doui Service Interfaces.class
DouiServiceInterfaceTestException
Base exception for LPTF Doui package.interface
IDouiActionRequestCycle
Interface for Doui action request cycle.interface
IDouiRenderRequestCycle
Interface for Doui render request cycle.interface
IDouiRequestCycle
Interface for Doui request cycle. -
Uses of StableMinor in lumis.lptf.portal.serviceinterface
Classes in lumis.lptf.portal.serviceinterface with annotations of type StableMinor Modifier and Type Interface Description interface
IActionRequestCycle
Interface for action request cycle.interface
IMockServiceInterfaceActionRequest
Interface for aIServiceInterfaceActionRequest
mock object.interface
IMockServiceInterfaceActionResponse
Interface for aIServiceInterfaceActionResponse
mock object.interface
IMockServiceInterfaceRenderRequest
Interface for aIServiceInterfaceRenderRequest
mock object.interface
IMockServiceInterfaceRenderResponse
Interface for aIServiceInterfaceRenderResponse
mock object.interface
IMockServiceInterfaceRequest
Interface for aIServiceInterfaceRequest
mock object.interface
IMockServiceInterfaceResponse
Interface for aIServiceInterfaceResponse
mock object.interface
IRenderRequestCycle
Interface for the render request cycle.interface
IRequestCycle
A request cycle represents the processing of a request during which the response may have some data set.class
RequestCycleFactory
Creates and initializes RequestCycle instances.class
ServiceInterfaceTestCase
Generic test case for Service Interfaces.class
ServiceInterfaceTestException
Base exception for LPTF service interface package. -
Uses of StableMinor in lumis.lptf.portal.structure
Classes in lumis.lptf.portal.structure with annotations of type StableMinor Modifier and Type Class Description class
StructureHelper
Helper class that provides common functionalities needed to perform tests with Service Interfaces. -
Uses of StableMinor in lumis.portal
Classes in lumis.portal with annotations of type StableMinor Modifier and Type Class Description class
AccessDeniedException
class
FileUploadDeniedException
class
IndexOutOfBoundsException
class
InvalidSessionException
class
PageNotFoundException
class
PortalException
Base exception for the portal framework.class
PortalObjectAlreadyExistsException
Exception thrown when adding a object with an identifier already in useclass
PortalObjectNotFoundException
class
PortalPrintWriter
PrintWriter
with uniqueness feature.static class
PortalPrintWriter.WritePosition
Defines the position the item will be written.class
UnexpectedException
class
UnsupportedOperationException
-
Uses of StableMinor in lumis.portal.acl
Classes in lumis.portal.acl with annotations of type StableMinor Modifier and Type Interface Description interface
IPortalAclManager
class
PortalPermissions
Permissions for the Portal -
Uses of StableMinor in lumis.portal.activitystream
Classes in lumis.portal.activitystream with annotations of type StableMinor Modifier and Type Class Description class
Activity
Object that represents an activity in the activity stream framework.class
ActivityAction
The action performed during anActivity
.class
ActivityActor
The actor of anActivity
.class
ActivityDocument
Activities
are stored on portal big data as this document.static interface
ActivityDocument.IActivity
Contains data in anActivityDocument
that corresponds to anActivity
.static interface
ActivityDocument.IActivityActor
Contains data in anActivityDocument
that corresponds to anActivityActor
.static interface
ActivityDocument.IActivityDocumentPriority
Contains information about a priority to be applied to different principals, stored in aActivityDocument
.static interface
ActivityDocument.IActivityObject
Contains data in anActivityDocument
that corresponds to anActivityObject
.class
ActivityDocumentAddedEvent
Event that indicates that anActivityDocument
has been added to the big data.class
ActivityDocumentType
Document type used to storeactivities
on big data.static interface
ActivityDocumentType.ActivityFields
Contains the fields ofActivityDocumentType
that corresponds to fields of anActivity
.static interface
ActivityDocumentType.ActivityPriorityFields
Contains fields ofActivityDocumentType.ActivityFields.PRIORITIES
.static interface
ActivityDocumentType.ActivityPriorityIncludedEntryFields
Contains fields ofActivityDocumentType.ActivityPriorityFields.INCLUDED_ENTRIES
.static interface
ActivityDocumentType.ActorFields
Contains the fields ofActivityDocumentType
that corresponds to fields of anActivityActor
.static interface
ActivityDocumentType.ObjectFields
Contains the fields ofActivityDocumentType
that corresponds to fields ofActivity.getObject()
.static interface
ActivityDocumentType.TargetFields
Contains the fields ofActivityDocumentType
that corresponds to fields ofActivity.getTarget()
.class
ActivityObject
Object on which an action is applied during anActivity
.class
ActivityObjectType
class
ActivityPriority
Value object used to specify the priority to be applied to a set of principals for an activity.interface
IActivityPrioritizer
An activity document prioritizer is responsible for specifying the priorities different principals will have for an activity.interface
IActivityStreamManager
Service provider interface for the activity stream framework manager.interface
IActivityUserNotifier
An activity notifier is responsible for sending notification about an activity that has been generated to users. -
Uses of StableMinor in lumis.portal.activitystream.notifier.email
Classes in lumis.portal.activitystream.notifier.email with annotations of type StableMinor Modifier and Type Class Description class
EmailNotifier
Notifies users of the activity by sending an e-mail to the address set onUserConfig.getEmail()
.class
EmailNotifierVariableResolver
Resolves variables based on an activity. -
Uses of StableMinor in lumis.portal.analytics.automationflow.action
Classes in lumis.portal.analytics.automationflow.action with annotations of type StableMinor Modifier and Type Interface Description interface
ICustomAction
Custom action to be executed by an experience automation flow.interface
IExperienceAutomationFlowContext
Describes an experience automation flow context.static interface
IExperienceAutomationFlowContext.IExperienceAutomationFlow
Describes an experience automation flow. -
Uses of StableMinor in lumis.portal.analytics.usersegmentation
Classes in lumis.portal.analytics.usersegmentation with annotations of type StableMinor Modifier and Type Interface Description interface
IUserSegmentation
Represents a user segmentation.interface
IUserSegmentationManager
User segmentation related operations. -
Uses of StableMinor in lumis.portal.authentication
Classes in lumis.portal.authentication with annotations of type StableMinor Modifier and Type Interface Description interface
IAuthenticationManager
This interface offers methods for authentication operations.class
LoginFailedInvalidUserException
class
LoginFailedUserDisabledException
class
LumisLoginModule
Login Module used to login users registered in LumisXP.class
SessionConfig
Stores user session information. -
Uses of StableMinor in lumis.portal.authentication.http
Classes in lumis.portal.authentication.http with annotations of type StableMinor Modifier and Type Class Description class
ContinueOnNextRequestException
Exception that indicates that an authentication could not be completed yet, and will continue during the next request.class
HttpHandshakeAuthenticator
An abstract implementation ofIHttpAuthenticator
for making it easier to implement authenticators that require multiple http requests to complete the authentication.interface
IHttpAuthenticator
Defines the callback methods an http authenticator must provide for the Portal. -
Uses of StableMinor in lumis.portal.bigdata
Classes in lumis.portal.bigdata with annotations of type StableMinor Modifier and Type Class Description class
Attachment
Attachment to aDocument
object.class
BigDataRepositoryInitializedEvent
Event that indicates that aIBigDataRepository
instance has been initialized in the local JVM.class
BigDataRepositoryPreDestroyEvent
Event that indicates that aIBigDataRepository
instance is about to be destroyed in the local JVM.class
CompositeDocumentTypeField
Map document type field.class
Document
Unit of searchable information.class
DocumentType
Adocument
type.class
DocumentTypeField
Represents a definition of a given field of aDocumentType
.class
DocumentTypeFields
DocumentTypeField
builder.class
DocumentTypes
Buildsdocument types
.interface
IBatchIndexer
Provides batch indexing operations.interface
IBigDataIndexer
Provides big data indexing operations.
Unless specified, the indexing operations may be asynchronous.interface
IBigDataManager
Provides big data operations.interface
IBigDataRepository
Provides big data repository operations.interface
IBigDataSearcher
Provides big data repository search operations.interface
IDocumentPopularityProvider
Provides popularity for Big Datastandard documents
.static class
IDocumentPopularityProvider.DocumentPopularityKey
Represents a key forpopularities map
.interface
IDocumentTypeBuilder<T extends DocumentType>
Document type builder.interface
IDocumentTypeCompositeFieldBuilder
interface
IDocumentTypeFieldBuilder<T extends DocumentTypeField>
Builder to createDocumentTypeField
.interface
IInputStreamProvider
Provider that provides anInputStream
.interface
ISynonym
Big data synonym.class
StandardDocument
Document
that provides standard fields access.static interface
StandardDocument.Standard
API that provides access to standard fields.static interface
StandardDocument.Standard.Publication
API that provides access to publications fields.static interface
StandardDocument.Standard.Publication.Context
API that provides access to contexts fields.class
StandardDocumentPopularityProvider
IDocumentPopularityProvider
implementation that calculates the popularity based on the number of unique visitors a document had and its age.class
StandardDocumentType
Standard document type that provides (automatically added) default fields. -
Uses of StableMinor in lumis.portal.bigdata.query
Classes in lumis.portal.bigdata.query with annotations of type StableMinor Modifier and Type Class Description class
AutoCompleteSuggestionConfig
Auto complete suggestion configuration.class
AvgAggregation
Aggregation that returns in a value bucket the average value for a given (numeric) field.class
CardinalityAggregation
Aggregation that returns in a value bucket the unique value count for a given field.class
DateHistogramAggregation
Date histogram aggregation.class
DateRangeAggregation
Date range aggregation.class
Distance
Represents a distance with an amount and adistance unit
.class
DistanceUnit
Distance units.class
DocumentLocaleClause
Clause to filter documents by their locale.class
FieldPresenceClause
ISearchQueryFilter
that checks whether a given field is present or not, accordingly to the chosen operator.
A field is present if a given document has it and it has a non-null value.
The default operator isFieldPresenceClause.Operator.PRESENT
.class
FilterAggregation
Aggregation used to narrow down the current query document space.class
GeoDistanceAggregation
Aggregation that aggregates the documents based on acenter point
and a collection ofranges
.
This aggregation produces a result of typeIGeoDistanceAggregationResult
.class
GeoDistanceFilter
class
GeoDistanceSearchQuerySort
Sort documents by the distance to a given point.class
HighlightConfig
A search highlight configuration.class
HistogramAggregation
Histogram aggregation.interface
IAggregation
Aggregation to be used in search queries.interface
IAggregationResult
Aggregation result.interface
IDateHistogramAggregationResult
Aggregation result
created byDateHistogramAggregation
.interface
IDateRangeAggregationResult
Aggregation result
created byDateRangeAggregation
.interface
IFieldAwareAggregation
Anaggregation
that is bound to a givenfield
.interface
IGeoDistanceAggregationResult
Aggregation result generated byGeoDistanceAggregation
.interface
IHistogramAggregationResult
Aggregation result
created byHistogramAggregation
.interface
IMultiBucketAggregation
Aggregation
that generatesmulti bucket aggregation results
.interface
IMultiBucketAggregationResult<T extends Serializable>
Aggregation result
that aggregates the documents within multiplebuckets
, accordingly to the chosen aggregation type.static interface
IMultiBucketAggregationResult.IBucket<T>
Represents a result bucket.interface
INestedObjectAggregationResult
A nested object aggregation result.interface
IReverseNestedAggregationResult
A reversed nested aggregation.interface
ISearchHit
An item of aISearchResults
object.interface
ISearchQueryFilter
A filter for a search query.interface
ISearchQuerySort
A search sort configuration.interface
ISearchResults
interface
ISingleBucketAggregationResult
Aggregation result
that is composed of a single (unnamed) bucket that holds all sub-aggregations.interface
ISizeAwareAggregation
Bucket aggregation
that has a size configuration.interface
ISubAggregationAwareAggregation
Aggregation
that holds sub-aggregations.interface
ISubAggregationAwareAggregationResult
An aggregation result that contains sub aggregations.interface
ITermsAggregationResult
Aggregation result generated byTermsAggregation
.interface
IValueAggregationResult
Value aggregation result.class
MaxAggregation
Aggregation that returns in a value bucket the maximum value for a given (numeric) field.class
MinAggregation
Aggregation that returns in a value bucket the minimum value for a given (numeric) field.class
NestedObjectAggregation
This aggregation should be used mainly when some aggregations must be performed over fields inside anested object field
.
In this case, the aggregations should be added as sub-aggregations of anested object aggregation
.
For example, suppose we have a persondocument type
with the following fields:
name (text) address (nested object)
street (keyword) number (keyword)
And there are 3 documents in this document type:
{"name": "Nara Jones"} {"name": "Albert Russef", "address": [{"street": "Av Rio Branco", "number": "23"}, {"street": "Av Francisco Bicalho"}]} {"name": "Josef Camus", "address": [{"street": "Av Presidente Vargas"}]}
If a filter aggregation must be created with a filter to restrict the documents to those with the fieldaddress.number
, and this filter aggregation has a terms aggregation as sub aggregation, the terms aggregation result will have the bucketsAv Rio Branco
andAv Francisco Bicalho
, because, since there's no nested aggregation, both of them will be considered in filter aggregation.class
NestedObjectFilter
Filter used to apply other filter in a single nested object.class
NotFilter
A filter that negates the result of another filter.class
Range<T extends Comparable<T>>
Represents a range of values by having afrom
and ato
value.class
ReverseNestedAggregation
Reverse Nested Aggregation.class
SearchFieldClause
A search query clause used by asearcher
to search content.static class
SearchFieldClause.Operator
Supported operators.class
SearchFilterGroup
Allows the creation of composite filters by grouping them together and using a logical operator to join them.static class
SearchFilterGroup.Operator
Supported grouping operators.class
SearchQuery
Represents search criteria used to find matching information by asearcher
.class
SearchQuerySort
Search sort definition.class
SumAggregation
Aggregation that returns in a value bucket the sum value for a given (numeric) field.class
TermsAggregation
Aggregation that produces anITermsAggregationResult
.class
ValueCountAggregation
Aggregation that returns in a value bucket the value count for a given field. -
Uses of StableMinor in lumis.portal.bigdata.spi
Classes in lumis.portal.bigdata.spi with annotations of type StableMinor Modifier and Type Interface Description interface
IBigDataRepositorySPI
Big data repository service provider interface. -
Uses of StableMinor in lumis.portal.businesscontext
Classes in lumis.portal.businesscontext with annotations of type StableMinor Modifier and Type Class Description class
AbstractBusinessContextValueProvider
An abstract implementation ofIBusinessContextValueProvider
for use as base of custom implementations.interface
IBusinessContext
Provides operations to access the business context properties.interface
IBusinessContextValueProvider
Provides operations to access the property value. -
Uses of StableMinor in lumis.portal.cache
Classes in lumis.portal.cache with annotations of type StableMinor Modifier and Type Class Description class
PortalCache<T>
Memory cache for portal objects. -
Uses of StableMinor in lumis.portal.channel
Classes in lumis.portal.channel with annotations of type StableMinor Modifier and Type Class Description class
ChannelConfig
Channel entity classclass
ChannelPrefixInUseException
Exceptions that is raised when adding/updating a channel using a local group prefix already in use by another channelinterface
IChannelManager
Manager responsible for channel-related operations -
Uses of StableMinor in lumis.portal.channel.acl
Classes in lumis.portal.channel.acl with annotations of type StableMinor Modifier and Type Class Description class
ChannelPermissions
Represents permissions for a channel.interface
IChannelAclManager
-
Uses of StableMinor in lumis.portal.channel.serialization
Classes in lumis.portal.channel.serialization with annotations of type StableMinor Modifier and Type Class Description class
ChannelSerializableRootConfig
Serializable value object for Channel structure root properties -
Uses of StableMinor in lumis.portal.channel.template
Classes in lumis.portal.channel.template with annotations of type StableMinor Modifier and Type Interface Description interface
IChannelTemplateManager
Definition of the channel template information management interface. -
Uses of StableMinor in lumis.portal.channel.template.serialization
Classes in lumis.portal.channel.template.serialization with annotations of type StableMinor Modifier and Type Class Description class
ChannelTemplateSerializationMessageConfig
Information about a channel template to be used in serialization progress messages -
Uses of StableMinor in lumis.portal.clock
Classes in lumis.portal.clock with annotations of type StableMinor Modifier and Type Class Description class
ClockConfig
A portal clock, which represents an execution that is scheduled to be executed in regular intervals.interface
IClockManager
interface
IServiceClock
Service Clock Interface -
Uses of StableMinor in lumis.portal.cluster
Classes in lumis.portal.cluster with annotations of type StableMinor Modifier and Type Class Description class
ClusterInvocationException
Exception thrown when some server thrown an exception during a cluster invoke.interface
IClusterCallable<T>
A executable that can be ran over the cluster.interface
IClusterCommand<T extends Serializable>
Represents a command, that when sent through the cluster framework is executed in the destination nodes.interface
IClusterManager
Provides operations on the portal cluster.interface
IClusterMessage
Represents a message that may be sent through the cluster framework.interface
IClusterTransmission
Contains information that may be transmitted through the cluster framework.static class
IClusterTransmission.Flag
Enumerates the flags that may be set in aIClusterTransmission
. -
Uses of StableMinor in lumis.portal.controller
Classes in lumis.portal.controller with annotations of type StableMinor Modifier and Type Class Description class
ControllerException
class
ControllerHtml
This is the base class for all the controllers.class
ControllerStringResource
String resource for controllersclass
ControllerXml
Base class for all Xml Controllers -
Uses of StableMinor in lumis.portal.crypto
Classes in lumis.portal.crypto with annotations of type StableMinor Modifier and Type Class Description class
AbstractCipher
An abstractICipher
implementation for easing concrete implementations.interface
ICipher
Defines the methods a cipher must implement.interface
ICipherSpi
Interface to be implemented by customized ciphers.interface
ICryptoManager
Manages cryptographic related operations.class
InvalidEncryptedValueException
Thrown to indicate that an invalid encrypted value was used. -
Uses of StableMinor in lumis.portal.css
Classes in lumis.portal.css with annotations of type StableMinor Modifier and Type Class Description class
CssConfig
Value class for Css propertiesinterface
ICssManager
Manager Interface for Css operations -
Uses of StableMinor in lumis.portal.dao
Classes in lumis.portal.dao with annotations of type StableMinor Modifier and Type Class Description class
DaoException
Dao Exception -
Uses of StableMinor in lumis.portal.dao.hibernate
Classes in lumis.portal.dao.hibernate with annotations of type StableMinor Modifier and Type Interface Description interface
ITransactionHibernate
The transaction interface for when the transaction is backed up by hibernate. -
Uses of StableMinor in lumis.portal.dao.jdbc
Classes in lumis.portal.dao.jdbc with annotations of type StableMinor Modifier and Type Interface Description interface
ITransactionJdbc
JDBC based Transaction Interface -
Uses of StableMinor in lumis.portal.dao.jpa
Classes in lumis.portal.dao.jpa with annotations of type StableMinor Modifier and Type Interface Description interface
ITransactionJPA
The transaction interface for when the transaction is backed up by JPA.interface
PortalEntity
Annotation used to integrateJPA entities
with LumisXP. -
Uses of StableMinor in lumis.portal.deployment
Classes in lumis.portal.deployment with annotations of type StableMinor Modifier and Type Class Description class
ComponentStatus
Component
status.interface
IComponent
LumisXP component.interface
IDeploymentExecutionPlan
The execution plan for a given deployment.interface
IDeploymentManager
Handles the deployment of portal resources.interface
IModule
A module that is deployed in the LumisXP.interface
IVersion
LumisXP artifact version.class
ModuleScope
Scope of amodule
.class
ModuleStatus
Defines enumeration values for module status.class
ModuleType
Defines enumeration values for module types.class
PackageOutcome
Defines enumeration values for package outcome. -
Uses of StableMinor in lumis.portal.deployment.exception
Classes in lumis.portal.deployment.exception with annotations of type StableMinor Modifier and Type Class Description class
DeploymentInProgressException
Indicates that exists a deployment in progress.class
IllegalModuleArchiveException
Indicates that a module archive provided is illegal.class
IllegalPackageArchiveException
Exception thrown when a package archive is not valid. -
Uses of StableMinor in lumis.portal.deployment.script
Classes in lumis.portal.deployment.script with annotations of type StableMinor Modifier and Type Interface Description interface
IStepExecutable
Represents a class that can be executed in a given step. -
Uses of StableMinor in lumis.portal.device
Classes in lumis.portal.device with annotations of type StableMinor Modifier and Type Interface Description interface
IDevice
Represents the device informations -
Uses of StableMinor in lumis.portal.event
Classes in lumis.portal.event with annotations of type StableMinor Modifier and Type Class Description class
AbstractPortalEvent
An abstract implementation forIPortalEvent
.class
AbstractPortalEventObserver
An abstract implementation forIPortalEventObserver
.class
AbstractTransactionalPortalEvent
An event that is raised inside a transactional context.interface
IPortalEvent
All portal events must implement this interface.interface
IPortalEventFilter
FiltersIPortalEvent
instances, indicating which ones should be accepted.interface
IPortalEventManager
Provides operations and access to the portal monitoring framework.interface
IPortalEventObserver
An observer ofIPortalEvent
's.class
ObserverConfig
The registration of an event observer class.class
PortalEventFilters
Provides utility methods forIPortalEventFilter
manipulation.class
PortalEventOperationType
Specifies the type of operation that raised aIPortalEvent
. -
Uses of StableMinor in lumis.portal.event.persistence
Classes in lumis.portal.event.persistence with annotations of type StableMinor Modifier and Type Class Description class
BasePortalEntity
Base class for content JPA entities, that includes event handling that generates portal events.class
PersistenceEvent
Base class for standard persistence events.class
PortalEventEntityListener
JPA Entity listener that sends the corresponding portal events throughIPortalEventManager.notifyObservers(lumis.portal.event.IPortalEvent)
.class
PostAddEvent
Event raised after the add of an entity to persistence.class
PostDeleteEvent
Event raised after the delete of an entity from persistence.class
PostLoadEvent
Event raised after the loading of an entity from persistence.class
PostUpdateEvent
Event raised after the update of an entity in persistence.class
PreAddEvent
Event raised before the add of an entity to persistence.class
PreDeleteEvent
Event raised before the delete of an entity from persistence.class
PreLoadEvent
Event raised before the loading of an entity from persistence.class
PreUpdateEvent
Event raised before the update of an entity in persistence. -
Uses of StableMinor in lumis.portal.executor
Classes in lumis.portal.executor with annotations of type StableMinor Modifier and Type Interface Description interface
IExecutorManager
Provides support for background executions. -
Uses of StableMinor in lumis.portal.file
Classes in lumis.portal.file with annotations of type StableMinor Modifier and Type Class Description class
FileConfig
Object that represents a file objectclass
FileMimeTypeConfig
Stores information about a file mime type.class
FileParameter
Represents a file upload parameterclass
FilesConfig
Represents a Files objectinterface
IContentTypeProvider
Provider responsible for defining the content type of a given file.interface
IFileManager
Manages file information. -
Uses of StableMinor in lumis.portal.file.metadata
Classes in lumis.portal.file.metadata with annotations of type StableMinor Modifier and Type Class Description class
FileMacrotype
A file type representation.class
FileMetadata
Value object that contains the metadata of a file.interface
IFileMetadata
Provides the metadata of a file.interface
IMetadataExtractor
Provides file meta data information extraction. -
Uses of StableMinor in lumis.portal.file.transformation
Classes in lumis.portal.file.transformation with annotations of type StableMinor Modifier and Type Interface Description interface
ITransformation
Provides file transformations.interface
ITransformationBuilder
Transformation builder, responsible to build anITransformation
object. -
Uses of StableMinor in lumis.portal.filesystem
Classes in lumis.portal.filesystem with annotations of type StableMinor Modifier and Type Class Description class
IFile
Represents a LumisPortal file or directory that may or may not exist.interface
IFileFilter
Filter used whenlisting files
of a givenIFile
.interface
IFileSystem
This is the LumisPortal file system interface that a given file system implementation must implement.
Implementations are not loaded from platform's classloader. They will be read from web application's classloader instead.interface
IFileSystemManager
Provides operations for manipulating the file system.interface
IPortalBaseFolder
A portal base folder represents a logical folder known to the portal.class
PortalBaseFolder
Specifies a portal standard base folder.class
PortalFilePath
Represents a path to a portal file. -
Uses of StableMinor in lumis.portal.filesystem.event
Classes in lumis.portal.filesystem.event with annotations of type StableMinor Modifier and Type Class Description class
ClusterFileSystemAddEvent
Event raised when a file has been added and will propagate to the whole cluster.class
ClusterFileSystemDeleteEvent
Event raised when a file has been removed and will propagate to the whole cluster.class
ClusterFileSystemUpdateEvent
Event raised when a file has been updated in the portal file system.class
FileSystemEvent
Base class for file system events. -
Uses of StableMinor in lumis.portal.filesystem.exception
Classes in lumis.portal.filesystem.exception with annotations of type StableMinor Modifier and Type Class Description class
DirectoryCouldNotBeCreatedException
Thrown when anIFile
could not be created.class
FileAlreadyExistsException
Thrown when anIFile
already exists.class
FileCouldNotBeCopiedException
Thrown when anIFile
could not be copied.class
FileCouldNotBeDeletedException
Thrown when anIFile
could not be deleted.class
FileCouldNotBeRenamedException
Thrown when anIFile
could not be renamed.class
FileIsNotDirectoryException
Thrown when anIFile
is not a directory.class
NotFileException
Thrown when anIFile
is not a file. -
Uses of StableMinor in lumis.portal.geolocation
Classes in lumis.portal.geolocation with annotations of type StableMinor Modifier and Type Class Description class
City
Provides city information.class
Country
Provides country information.class
ExtendedGeoPoint
Represents an extended version ofGeoPoint
.class
GeoPoint
Geo point used to locate a geographic point using latitude and longitude.interface
IGeoLocationManager
Provides geo location related actions.class
State
Provides state information. -
Uses of StableMinor in lumis.portal.group
Classes in lumis.portal.group with annotations of type StableMinor Modifier and Type Class Description class
AbstractGroupMembershipProvider
An abstract implementation forIGroupMembershipProvider
, that minimizes the number of methods required to be implemented.class
GroupConfig
Contains the information about a group principal in the portal.class
GroupType
Defines a group's type.interface
IGroupManager
Manager Interface for Group operationsinterface
IGroupMembershipProvider
Provides group membership information. -
Uses of StableMinor in lumis.portal.group.acl
Classes in lumis.portal.group.acl with annotations of type StableMinor Modifier and Type Class Description class
GroupPermissions
interface
IGroupAclManager
-
Uses of StableMinor in lumis.portal.hyperlink
Classes in lumis.portal.hyperlink with annotations of type StableMinor Modifier and Type Class Description class
GenericHyperLinkResolver
A generic implementation for resolving hyperlinks.class
HyperLinkConfig
Value class for HyperLink data.interface
IHyperLinkManager
Provides hyperlink related operations.interface
IHyperLinkResolver
Defines the methods needed to be implemented for resolving an hyperlink. -
Uses of StableMinor in lumis.portal.interactiveprocess
Classes in lumis.portal.interactiveprocess with annotations of type StableMinor Modifier and Type Interface Description interface
IInteractiveProcessManager
Manager responsible for handlingportal interactive processes
.interface
IProcess
Interactive process that can be executed in LumisXP.interface
IProcessCallbackHandler
Callback handler forIProcess
.interface
IStep
A interface ofprocess
step.interface
IStepExecutable
This is astep
executable.interface
IStepOutcome
Represents an outcome of a step of a given process.class
MandatoryStepIgnoredException
class
ProcessNotOwnedException
PortalException
that indicates a process was requested by an owner that differs from it's one.class
Step
Aprocess
step.class
StepOutcomeStatus
Possible status of anoutcome
of a step. -
Uses of StableMinor in lumis.portal.jmx
Classes in lumis.portal.jmx with annotations of type StableMinor Modifier and Type Class Description interface
Description
A description annotation to be used in JMX Mbeans.interface
Units
A units annotation to be used in JMX MBeans. -
Uses of StableMinor in lumis.portal.localization
Classes in lumis.portal.localization with annotations of type StableMinor Modifier and Type Class Description class
CustomStringConfig
Represents a CustomString objectinterface
ILocalizationManager
Manager responsible for string localization and localesclass
LocaleConfig
Represents a Locale object -
Uses of StableMinor in lumis.portal.lock
Classes in lumis.portal.lock with annotations of type StableMinor Modifier and Type Interface Description interface
ILockManager
Manager interface for lock-related operations. -
Uses of StableMinor in lumis.portal.manager
Classes in lumis.portal.manager with annotations of type StableMinor Modifier and Type Class Description class
ManagerException
class
ManagerFactory
Provides access to all portal managers.class
ManagerStringResource
-
Uses of StableMinor in lumis.portal.mobileapp
Classes in lumis.portal.mobileapp with annotations of type StableMinor Modifier and Type Class Description class
MobileAPI
Mobile API generic information.class
MobileAPIV10
Mobile API version1.0
. -
Uses of StableMinor in lumis.portal.monitor
Classes in lumis.portal.monitor with annotations of type StableMinor Modifier and Type Class Description class
AbstractMonitorValuesProvider
IMonitorValuesProvider
abstract implementation that provides both tread-safety and caching.
The monitoring values are internally stored as amap
.interface
IMonitor
A monitor that allows the collection of data related to a specific event.interface
IMonitorContext
Stores contextual data for use by the monitoring framework.interface
IMonitorEvent
An event that may be monitored.interface
IMonitorField
A field of a monitoringevent
.static class
IMonitorField.DataType
The possible data type for an event field.interface
IMonitorFieldGroup
Represents a named group offields
.interface
IMonitorFieldGroupInstance
Represents anIMonitorFieldGroup
instance within a givenIMonitorEvent
.interface
IMonitorFieldInstance
Represents a field instance in an event.interface
IMonitorManager
Provides operations and access to the portal monitoring framework.interface
IMonitorValuesProvider
Interface that provides data to monitor framework when it needs.
For performance reasons,IMonitorValuesProvider
implementations should guarantee that no unnecessary processing is performed (even more when it is costly) in its constructor.class
MonitorFields
Class for organizing the standard monitoring fields identifiers.static class
MonitorFields.AutomationFlow.Node
The node related fields.static class
MonitorFields.AutomationFlow.Node.AddUserAttribute
The add user attribute node related fields.static class
MonitorFields.AutomationFlow.Node.RemoveUserAttribute
The remove user attribute node related fields.static class
MonitorFields.Client
The client related fields.static class
MonitorFields.Client.Device
The client device related fields.static class
MonitorFields.Client.DOM
The client DOM related fields.static class
MonitorFields.Client.DOM.Element
The client DOM element related fields.static class
MonitorFields.Client.InitialOrigin
The initial origin related fields.static class
MonitorFields.Client.InitialOrigin.Campaign
The initial origin campaign related fields.static class
MonitorFields.Client.Origin
The origin related fields.static class
MonitorFields.Client.Origin.Campaign
The origin campaign related fields.static class
MonitorFields.Client.UserAgent
The client user agent related fields.static class
MonitorFields.Event
The event related fields.static class
MonitorFields.File
The file related fields.static class
MonitorFields.Journey
The Journey related fields.static class
MonitorFields.Object
The content object related fields.static class
MonitorFields.Page
The page related fields.static class
MonitorFields.Page.Channel
The page's channel related fields.static class
MonitorFields.Server
The server related fields.static class
MonitorFields.Service
The service related fields.static class
MonitorFields.ServiceInstance
The service instance related fields.static class
MonitorFields.ServiceInstance.Channel
The service instance's channel related fields.static class
MonitorFields.ServiceInterface
The service interface related fields.static class
MonitorFields.ServiceInterfaceInstance
The service interface instance related fields.static class
MonitorFields.Transaction
The transaction related fields.static class
MonitorFields.User
The user related fields.static class
MonitorFields.User.Attributes
User's attributes.static class
MonitorFields.User.Attributes.TypeBoolean
Boolean attribute type fields.static class
MonitorFields.User.Attributes.TypeDateTime
Date time attribute type fields.static class
MonitorFields.User.Attributes.TypeDouble
Double attribute type fields.static class
MonitorFields.User.Attributes.TypeKeyword
Keyword attribute type fields.static class
MonitorFields.User.Attributes.TypeLong
Long attribute type fields.static class
MonitorFields.User.Attributes.TypeString
String attribute type fields.static class
MonitorFields.User.Attributes.TypeText
Text attribute type fields.static class
MonitorFields.User.Attributes.TypeUrl
URL attribute type fields.static class
MonitorFields.User.Name
User's name.static class
MonitorFields.WebResource
The web resource related fields.static class
MonitorFields.WebResource.Rendered
The rendered web resource related fields.static class
MonitorFields.Website
The website related fields.class
SimpleMonitorValuesProvider
SimpleIMonitorValuesProvider
that holds and serves a map of values. -
Uses of StableMinor in lumis.portal.page
Classes in lumis.portal.page with annotations of type StableMinor Modifier and Type Interface Description interface
IPageManager
class
PageConfig
Represents a Page objectclass
PageRenderDataChangedEvent
Event that indicates that the render data of some pages may have changed. -
Uses of StableMinor in lumis.portal.page.acl
Classes in lumis.portal.page.acl with annotations of type StableMinor Modifier and Type Interface Description interface
IPageAclManager
class
PagePermissions
-
Uses of StableMinor in lumis.portal.page.link
Classes in lumis.portal.page.link with annotations of type StableMinor Modifier and Type Interface Description interface
IPageLinkManager
This interface provides the actions that the Page Link Manager offers to manipulate PageLinks in the LumisXP.class
PageLinkConfig
-
Uses of StableMinor in lumis.portal.page.serialization
Classes in lumis.portal.page.serialization with annotations of type StableMinor Modifier and Type Class Description class
PageSerializableRootConfig
Serializable value object for Page structure root propertiesclass
PageTemplateSerializationMessageConfig
Information about a page template to be used in serialization progress messages -
Uses of StableMinor in lumis.portal.page.template
Classes in lumis.portal.page.template with annotations of type StableMinor Modifier and Type Interface Description interface
IPageTemplateManager
-
Uses of StableMinor in lumis.portal.page.template.acl
Classes in lumis.portal.page.template.acl with annotations of type StableMinor Modifier and Type Interface Description interface
IPageTemplateAclManager
class
PageTemplatePermissions
-
Uses of StableMinor in lumis.portal.page.webresource
Classes in lumis.portal.page.webresource with annotations of type StableMinor Modifier and Type Class Description class
AbstractPageWebResourceDataProvider
An abstract implementation ofIPageWebResourceDataProvider
.class
DefaultPageWebResourceDataProvider
Default page web resource data provider.interface
IPageWebResourceDataProvider
Interface called by the portal framework to obtain customizable data about a page web resource.class
PageWebResourceData
POJO for holding customizable data for a page web resource. -
Uses of StableMinor in lumis.portal.preferences
Classes in lumis.portal.preferences with annotations of type StableMinor Modifier and Type Interface Description interface
IPreferences
A generic portal preferences.interface
IPreferencesManager
Manager for handling user preferences operations.class
PreferencesLevel
The preferences level where a preferences value may be stored. -
Uses of StableMinor in lumis.portal.presentation
Classes in lumis.portal.presentation with annotations of type StableMinor Modifier and Type Interface Description interface
IHtmlProcessor
Contains methods responsible for processing page HTML before it is sent to clients.interface
IPresentationManager
-
Uses of StableMinor in lumis.portal.presentation.mode
Classes in lumis.portal.presentation.mode with annotations of type StableMinor Modifier and Type Interface Description interface
IPortalMode
Interface that represents the attributes of the portal modes.class
PortalModes
Contains constants for the Portal Modes and a factory method for obtaining Portal Modes. -
Uses of StableMinor in lumis.portal.principal
Classes in lumis.portal.principal with annotations of type StableMinor Modifier and Type Interface Description interface
IPrincipalManager
Manage Principals.class
PrincipalConfig
A portal principal object. -
Uses of StableMinor in lumis.portal.principal.importprincipal.reader
Classes in lumis.portal.principal.importprincipal.reader with annotations of type StableMinor Modifier and Type Class Description class
ActiveDirectoryPrincipalReader
Implementation of IPrincipalReader for Active Directory -
Uses of StableMinor in lumis.portal.privacyterm
Classes in lumis.portal.privacyterm with annotations of type StableMinor Modifier and Type Interface Description interface
IPrivacyTermManager
This interface provides methods to handle privacy terms actions.
The privacy terms are published using service instances of the service with idlumis.service.privacyterm
and become bound to the service instance used to be publish them.
Thus, any action on the privacy terms depends on a service instance of the privacy term service.
Also, all actions are performed on the current monitored user. -
Uses of StableMinor in lumis.portal.project
Classes in lumis.portal.project with annotations of type StableMinor Modifier and Type Interface Description interface
IProject
A LumisXP project. -
Uses of StableMinor in lumis.portal.propertybag
Classes in lumis.portal.propertybag with annotations of type StableMinor Modifier and Type Interface Description interface
IPropertyBagManager
Manages property bag instances.class
Property
Represents a property of aPropertyBag
.class
PropertyBag
Object that represents a property bag.class
PropertyInheritMode
Indicates the mode the values of a property is inherited to a property bag from its parent property bag. -
Uses of StableMinor in lumis.portal.rest
Classes in lumis.portal.rest with annotations of type StableMinor Modifier and Type Class Description class
RestJSON
Class that represents the JSON type used in REST.class
RestXMLFragment
Class that represents the XML fragment to be used in REST. -
Uses of StableMinor in lumis.portal.rest.util
Classes in lumis.portal.rest.util with annotations of type StableMinor Modifier and Type Class Description interface
CacheControl
An annotation which specifies theCache-Control
header to include in the response produced by the annotated method.class
DateParam
Class that may be used as a parameter in a JAX-RS operation that expects to receive date in ISO 8601 format or as a numeric value indicating the number of milliseconds since January 1, 1970, 00:00:00 GMT.class
ErrorEntity
A JAXB entity used for standard error responses.class
ListResult<T>
A generic class for use as the result of a REST method returning a list of objects.class
PortalHrefToAbsoluteXmlAdapter
JAXB XML adapter that marshals a portal relative href to an absolute href.class
RichDateTimeXmlAdapter
Adapter for a richer date-time format for use in JAXB. -
Uses of StableMinor in lumis.portal.sendmail
Classes in lumis.portal.sendmail with annotations of type StableMinor Modifier and Type Interface Description interface
IBaseMail
Superinterface with common methods of mails interfaces.interface
IMailAttachment
Stores information about a mail attachment.interface
IMailBody
Stores information of the mail body.interface
IMailConfig
Stores the configuration for the sendmail component.static class
IMailConfig.CryptographicProtocol
Possible cryptographic protocols used in mail.interface
IMailDestination
Specifies a destination of a mail.interface
IMailSender
Defines the methods a mail sender must implement.interface
IMailSendStatus
Stores information about the sending situation of a mail.interface
IMultipleMail
Stores the information about a multiple mail to be sent.interface
ISendMailManager
Manager that offers send mail service.interface
ISingleMail
Stores the information about a single mail to be sent. -
Uses of StableMinor in lumis.portal.serialization
Classes in lumis.portal.serialization with annotations of type StableMinor Modifier and Type Class Description class
BaseSerializationConfig
class
DeserializationConfig
class
SerializationAbortedException
Exception that is raised when a user request to stop a serialization processclass
SerializationConfig
class
SerializationException
General exception for serialization problemsclass
SerializationSimulationException
Exception raised when an importing simulation ends -
Uses of StableMinor in lumis.portal.serialization.operation
Classes in lumis.portal.serialization.operation with annotations of type StableMinor Modifier and Type Interface Description interface
ICloneableConfig<T>
Public version of the interface Cloneable, to be implemented by portal objects that can be delayed persisted -
Uses of StableMinor in lumis.portal.service
Classes in lumis.portal.service with annotations of type StableMinor Modifier and Type Class Description class
GenericService
A generic service implementation.class
GenericServiceClock
Generic implementation of theIServiceClock
interface.interface
IService
Defines methods all portal services must implement.interface
IServiceClockDefinitionProvider
Provider for customized service clock definitionsinterface
IServiceManager
Defines the methods available in a service manager.class
ServiceConfig
Holds configuration information of a service.class
ServiceException
Exception for Servicesclass
ServiceStringResource
String resource for services -
Uses of StableMinor in lumis.portal.service.acl
Classes in lumis.portal.service.acl with annotations of type StableMinor Modifier and Type Interface Description interface
IServiceAclManager
class
ServicePermissions
-
Uses of StableMinor in lumis.portal.service.type
Classes in lumis.portal.service.type with annotations of type StableMinor Modifier and Type Class Description class
ServiceTypeConfig
Value class for service types -
Uses of StableMinor in lumis.portal.serviceinstance
Classes in lumis.portal.serviceinstance with annotations of type StableMinor Modifier and Type Interface Description interface
IServiceInstanceManager
Manager Interface for Service Instance operationsinterface
IServiceInstanceMenuItem
Interface to be implemented by custom service instance configuration menu item.class
ServiceInstanceConfig
class
ServiceInstanceDependencyConfig
Value class for dependency between service instancesclass
ServiceInstanceRenderDataChangedEvent
Event that indicates that the render data of some service instances may have changed. -
Uses of StableMinor in lumis.portal.serviceinstance.acl
Classes in lumis.portal.serviceinstance.acl with annotations of type StableMinor Modifier and Type Interface Description interface
IServiceInstanceAclManager
Public Interface to Service Instance ACL Managementclass
ServiceInstancePermissions
Represents the permissions for a service instance -
Uses of StableMinor in lumis.portal.serviceinterface
Classes in lumis.portal.serviceinterface with annotations of type StableMinor Modifier and Type Class Description class
GenericServiceInterface
Generic implementation for Service Interfaces.interface
IServiceInterface
TheServiceInterface
interface is used by the service interface container to invoke the service interfaces.interface
IServiceInterfaceActionRequest
interface
IServiceInterfaceActionResponse
interface
IServiceInterfaceManager
Interface for the Service Interface Manager.interface
IServiceInterfaceMenu
Interface that the portal framework calls to render context menu information for a service interface.interface
IServiceInterfaceRenderRequest
interface
IServiceInterfaceRenderResponse
Service interface response for a render action.interface
IServiceInterfaceRequest
Interface that interfaces receive to get request informationinterface
IServiceInterfaceRequestDispatcher
interface
IServiceInterfaceResponse
Base interface for service interface responses.interface
IServiceInterfaceUrl
TheServiceInterfaceURL
interface represents a URL that reference the service interface itself.class
ServiceInterfaceConfig
Holds information about a service interface.class
ServiceInterfaceException
-
Uses of StableMinor in lumis.portal.serviceinterface.list
Classes in lumis.portal.serviceinterface.list with annotations of type StableMinor Modifier and Type Interface Description interface
IServiceInterfaceListManager
-
Uses of StableMinor in lumis.portal.serviceinterface.menu
Classes in lumis.portal.serviceinterface.menu with annotations of type StableMinor Modifier and Type Interface Description interface
IServiceInterfaceMenuItem
Interface to be implemented by custom service interface menu item.class
ServiceInterfaceMenuGroupTypeConfig
class
ServiceInterfaceMenuItemTypeConfig
-
Uses of StableMinor in lumis.portal.serviceinterface.style
Classes in lumis.portal.serviceinterface.style with annotations of type StableMinor Modifier and Type Class Description class
IsolationLevelValidationException
This exception is thrown when the validation performed due to the change of the isolation level of a service interface style has failed.class
ServiceInterfaceStyleConfig
Value class for Service Interface Style propertiesstatic class
ServiceInterfaceStyleConfig.IsolationLevel
Represents the level of isolation of a Style. -
Uses of StableMinor in lumis.portal.serviceinterface.style.impl.common
Classes in lumis.portal.serviceinterface.style.impl.common with annotations of type StableMinor Modifier and Type Interface Description interface
IELResolver
Represents an object capable of resolving EL expressions.interface
IXPath
Document
navigator helper. -
Uses of StableMinor in lumis.portal.serviceinterface.type
Classes in lumis.portal.serviceinterface.type with annotations of type StableMinor Modifier and Type Class Description class
ServiceInterfaceTypeConfig
Value class for service interface types -
Uses of StableMinor in lumis.portal.serviceinterfaceinstance
Classes in lumis.portal.serviceinterfaceinstance with annotations of type StableMinor Modifier and Type Interface Description interface
IInterfaceInstanceCacheKeyProvider
This interface represents the cache key provider for customized cache keys.interface
IServiceInterfaceInstanceManager
Interface definition for manager of service interface instances.interface
IServiceInterfaceInstanceOwner
Represents the owner of a service interface instance.class
ServiceInterfaceInstanceConfig
Holds the data about a service interface instance.class
ServiceInterfaceInstanceRenderDataChangedEvent
Event that indicates that the render data of some service interface instances may have changed. -
Uses of StableMinor in lumis.portal.transaction
Classes in lumis.portal.transaction with annotations of type StableMinor Modifier and Type Class Description class
AbstractTransactionObserver
Implementation ofITransactionObserver
that does not affect the outrun of a transaction.interface
ITransaction
Represents a transaction that offers persistence access.interface
ITransactionObserver
Observer that wants to be notificated about anITransaction
's events.class
PortalTransactionFactory
Factory for obtainingITransaction
instances. -
Uses of StableMinor in lumis.portal.url
Classes in lumis.portal.url with annotations of type StableMinor Modifier and Type Interface Description interface
IPageWebResourceRenderRequest
Defines a render request for a givenPageWebResource
.interface
IPageWebResourceRequest
Defines a request for a givenPageWebResource
.interface
IURLFactory
Interface implemented by classes able to generate Portal URL objects.interface
IURLResolver
Defines methods used for resolving portal web resource URLs.class
WebResource
Represents a resource that is accessible through a web server. -
Uses of StableMinor in lumis.portal.user
Classes in lumis.portal.user with annotations of type StableMinor Modifier and Type Interface Description interface
IUserManager
Class interface responsible for managing operations on the portal users.interface
IUserProperties
Interface for mutable user properties.interface
IUserPropertiesReadOnly
Read-only interface of user properties.class
UserConfig
Represents a portal userclass
UserConfigXmlAdapter
Adapter for converting between anUserConfig
and a standard portal format for it in JAXB.class
UserIdXmlAdapter
Adapter for converting between anUserConfig
's identifier and a standard portal format for user in JAXB.class
UserResource
REST API related to portal users. -
Uses of StableMinor in lumis.portal.website
Classes in lumis.portal.website with annotations of type StableMinor Modifier and Type Interface Description interface
IWebRootPortalBaseFolder
The base folder of a website web root.interface
IWebsite
A website defines the area of the portal structure that is available through a set of URLs.interface
IWebsiteBaseURL
A website base URL.interface
IWebsiteMainBaseURL
A base URL that is a main base URL of a website.interface
IWebsiteManager
Provides high-level operations on portal websites. -
Uses of StableMinor in lumis.search
Classes in lumis.search with annotations of type StableMinor Modifier and Type Interface Description interface
IAttributeSetReader
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
Processor
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchAttributes
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchContentAttachment
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchContentField
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
Searcher
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchException
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchHit
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchQuery
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchResults
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchStringResource
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata. -
Uses of StableMinor in lumis.search.filter
Classes in lumis.search.filter with annotations of type StableMinor Modifier and Type Interface Description interface
ISearchQueryFilter
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchClause
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.class
SearchFilterGroup
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata. -
Uses of StableMinor in lumis.service.activitystream
Classes in lumis.service.activitystream with annotations of type StableMinor Modifier and Type Class Description class
ActivityStreamResource
REST API for activity stream. -
Uses of StableMinor in lumis.service.analytics.eventanalytics.report.rest
Classes in lumis.service.analytics.eventanalytics.report.rest with annotations of type StableMinor Modifier and Type Class Description class
AnalyticsReportCustomResource
Exposes an event analytics graph JSON data via REST. -
Uses of StableMinor in lumis.service.commentit
Classes in lumis.service.commentit with annotations of type StableMinor Modifier and Type Class Description class
CommentItActivityPrioritizer
Default LumisXP implementation for prioritizing CommentIt's service specific activities.class
CommentItResource
REST API for CommentIt service. -
Uses of StableMinor in lumis.service.community
Classes in lumis.service.community with annotations of type StableMinor Modifier and Type Class Description class
CommunityResource
REST API for community service. -
Uses of StableMinor in lumis.service.emailtemplaterepository
Classes in lumis.service.emailtemplaterepository with annotations of type StableMinor Modifier and Type Class Description class
EmailTemplateManagerFactory
Factory forIEmailTemplateManager
.interface
IEmailTemplate
Represents an email template.interface
IEmailTemplateManager
Email template manager.interface
IEmailTemplateVariableResolver
Email template variable resolver.class
UnresolvedVariableException
An exception thrown when a given variable couldn't be resolved. -
Uses of StableMinor in lumis.service.likeit
Classes in lumis.service.likeit with annotations of type StableMinor Modifier and Type Class Description class
LikeItResource
REST API for LikeIt service. -
Uses of StableMinor in lumis.service.privacyterm.api.rest
Classes in lumis.service.privacyterm.api.rest with annotations of type StableMinor Modifier and Type Class Description class
PrivacyTermRestAPI
Privacy term REST API. -
Uses of StableMinor in lumis.service.search
Classes in lumis.service.search with annotations of type StableMinor Modifier and Type Class Description class
SearchResource
Search service rest. -
Uses of StableMinor in lumis.service.tag
Classes in lumis.service.tag with annotations of type StableMinor Modifier and Type Class Description class
GenericServiceInstancesTagListDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Generic data provider that read the used tags in contents of a given set of service instances.
This data provider uses the defaultbig data repository
to read the data.
By default, this data provider uses a search like the one performed in the default search service. -
Uses of StableMinor in lumis.service.userpost
Classes in lumis.service.userpost with annotations of type StableMinor Modifier and Type Class Description class
UserPostActivityPrioritizer
Default LumisXP implementation for prioritizing Post's service specific activities. -
Uses of StableMinor in lumis.socialnetwork
Classes in lumis.socialnetwork with annotations of type StableMinor Modifier and Type Interface Description interface
ISocialNetwork
Interface that represents the configuration of a Social Network. -
Uses of StableMinor in lumis.socialnetwork.socialprofile
Classes in lumis.socialnetwork.socialprofile with annotations of type StableMinor Modifier and Type Class Description class
AbstractSocialProfileProvider
Implementation ofISocialProfileProvider
to provide a base implementation of a simple social profile provider.interface
ISocialProfile
This interface represents the Social Profile information.interface
ISocialProfileProvider
Social Profile Provider interface that provides methods to get social profile informations from a given user on a specific social network. -
Uses of StableMinor in lumis.util
Classes in lumis.util with annotations of type StableMinor Modifier and Type Class Description class
CookieUtil
Utility methods for cookies manipulation.class
DatabaseType
Database typeclass
FileUtil
Utility methods for file manipulation.class
HtmlUtil
Utility class for HTML decodinginterface
IResource
class
LocaleUtil
Utility class for Locale related operationsclass
PortalUtil
Utility methods for portal related functionalities.class
TextUtil
Utility methods for text-related operations.class
Xml
Provides XML operations.class
XmlUtil
Utility file for xml -
Uses of StableMinor in lumis.util.converter
Classes in lumis.util.converter with annotations of type StableMinor Modifier and Type Class Description class
AbstractConverter
This is a abstract converter where a default locale and pattern may be specified and has fallback conversion capability.interface
IConverter
Converter interface defines the methods converters must implement. -
Uses of StableMinor in lumis.util.log
Classes in lumis.util.log with annotations of type StableMinor Modifier and Type Interface Description interface
IAccessAuditLogger
Logger used to log access audit entries.interface
ILogger
The logging interface, that specifies the methods available for logging.class
LoggerFactory
The factory forILogger
instances. -
Uses of StableMinor in lumis.util.parameter
Classes in lumis.util.parameter with annotations of type StableMinor Modifier and Type Interface Description interface
IParameters
Interface for parameters -
Uses of StableMinor in lumis.util.query
Classes in lumis.util.query with annotations of type StableMinor Modifier and Type Interface Description interface
IQueryAdapter
Responsible for preparing select, insert and update queries for IQueryStatements.interface
IQueryFilter
Interface for query filtersinterface
IQueryStatement
Instances of this interface represents a statement that can be executed using this interface's method.interface
IQueryValue
Interface representing a generic query valueclass
QueryAssignment
Represents a query assignmentclass
QueryBase
Base object for all queriesclass
QueryDelete
Represents a query delete statementclass
QueryField
Represents a query fieldclass
QueryFieldTypes
Constants for query field data types.class
QueryFilter
Implementation of a query filter objectclass
QueryFilterBase
Filters should extend this classclass
QueryFilterGroup
Represents a collection of filtersclass
QueryInsert
Represents a query insert statementclass
QuerySelect
Represents a select statementclass
QuerySortOrder
Represents the sort order of a query.class
QueryTable
Represents a table object within a query.class
QueryUpdate
Represents a query update table.class
QueryValue
Represents a query value -
Uses of StableMinor in lumis.util.security.acl
Classes in lumis.util.security.acl with annotations of type StableMinor Modifier and Type Interface Description interface
IPermission
Interface for principal permission
-