Package | Description |
---|---|
lumis.content.bigdata |
Content integration with
lumis.portal.bigdata . |
lumis.content.search | |
lumis.doui.bigdata |
DOUI integration with
lumis.portal.bigdata . |
lumis.doui.source.field | |
lumis.portal.activitystream |
Activity stream framework.
|
lumis.portal.analytics.automationflow | |
lumis.portal.bigdata |
Provides big data related operations.
|
lumis.portal.bigdata.elasticsearch |
lumis.portal.bigdata implementation for using Elasticsearch. |
lumis.portal.bigdata.query |
Interfaces and classes used for performing a query in
IBigDataRepository (more specifically in an IBigDataSearcher ). |
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
Modifier and Type | Class and Description |
---|---|
class |
ContentVersionDocument
Big data document for a
ContentVersion . |
Modifier and Type | Method and Description |
---|---|
static List<? extends Document> |
SearchContentConverter.convertSearchContentsToDocuments(List<SearchContent> searchContents)
Converts search contents into documents.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends Document> |
TabularSourceBigDataPersister.generateDocuments(S source,
ISourceData data)
Generates the documents to be stored for a given source data.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSourceField.addDocumentFields(Document document,
ISourceData data) |
void |
ISourceField.addDocumentFields(Document document,
ISourceData data)
Adds document fields values relative to this field to a document.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityDocument
Activities are stored on portal big data as this document. |
Modifier and Type | Method and Description |
---|---|
static void |
FlowManager.onEvent(IMonitorEvent event,
Deque<IMonitorValuesProvider> monitoringValues,
Document document)
Receives an event from monitor framework
|
Constructor and Description |
---|
FlowContext(IMonitorEvent event,
Deque<IMonitorValuesProvider> monitoringValues,
Document document)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardDocument
Document that provides standard fields access. |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentType.createDocument()
Returns a new empty document of this document type.
|
Document |
IBigDataRepository.readDocument(DocumentType documentType,
Locale locale,
String documentId)
Reads a document from the repository with the given specifications.
|
Modifier and Type | Method and Description |
---|---|
void |
IBigDataIndexer.addDocument(Document document)
Adds a document to the index.
|
void |
IBigDataIndexer.addOrUpdateDocument(Document document)
Adds or updates a document on the index.
|
Modifier and Type | Method and Description |
---|---|
Document |
ElasticsearchRepository.readDocument(DocumentType documentType,
Locale locale,
String documentId) |
Modifier and Type | Method and Description |
---|---|
Document |
ISearchHit.getDocument()
Returns the
Document object related to the hit, containing all stored fields. |
Modifier and Type | Class and Description |
---|---|
class |
MonitorUserDocument
Document that corresponds to the storage of one
MonitorUser on big data. |
Modifier and Type | Method and Description |
---|---|
static Document |
MonitorUtilInternal.getDocument(IMonitorEvent event,
Deque<IMonitorValuesProvider> monitoringValues)
Returns the document for the given event with the given values or
null if some
required field is missing. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.