Package | Description |
---|---|
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.businesscontext.internal | |
lumis.portal.dao.hibernate | |
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
lumis.portal.socialnetwork.relationship | |
lumis.service.analytics.usersegmentation.rest | |
lumis.service.autoadministration | |
lumis.service.newsletter |
Modifier and Type | Method and Description |
---|---|
void |
IBigDataRepository.deleteDocumentType(String documentTypeId)
Deletes a given document type from managed indices.
|
DocumentType |
IBigDataRepository.getDocumentType(String documentTypeId)
Returns the document type of the given identifier.
|
DocumentTypeField |
IBigDataRepository.getDocumentTypeField(String documentTypeFieldFullId)
Return the document type field of the field that has the given identifier.
|
ISynonym |
BigDataManager.getSynonymById(String synonymId) |
ISynonym |
IBigDataManager.getSynonymById(String synonymId)
Returns the synonym with the given identifier.
|
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 |
ElasticsearchRepository.deleteDocumentType(String documentTypeId) |
DocumentType |
ElasticsearchRepository.getDocumentType(String documentTypeId) |
DocumentType |
ElasticsearchRepository.getDocumentTypeByIndex(String index)
Return the
DocumentType for index name. |
DocumentTypeField |
ElasticsearchRepository.getDocumentTypeField(String documentTypeFieldFullId) |
Document |
ElasticsearchRepository.readDocument(DocumentType documentType,
Locale locale,
String documentId) |
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.addFieldBoost(String fieldId,
float boost)
Adds a field boost to search.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessContextManager.unregister(String id) |
void |
IBusinessContextManagerSPI.unregister(String id)
Deletes a selected context.
|
void |
BusinessContextManager.updateRegistration(String id,
String name,
String xml) |
void |
IBusinessContextManagerSPI.updateRegistration(String id,
String name,
String xml)
Updates a selected context.
|
Modifier and Type | Method and Description |
---|---|
T |
GenericHibernateDao.get(ID id,
ITransaction transaction)
Returns the bean with the given id.
|
protected T |
GenericHibernateManualUpdateDao.get(ID id,
ITransaction transaction)
Returns the bean with the given id.
|
Modifier and Type | Method and Description |
---|---|
static DocumentTypeField |
MonitorUtilInternal.getDocumentTypeField(String fieldId)
Returns the repository document type by raw field identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
IRelationshipManager.deleteNode(String id)
Removes a node.
|
void |
RelationshipManager.deleteNode(String id) |
void |
IRelationshipManager.deleteRelationship(String id)
Removes a relationship.
|
void |
RelationshipManager.deleteRelationship(String id) |
void |
IRelationshipManager.deleteRelationshipType(String id)
Removes a type of relationship.
|
void |
RelationshipManager.deleteRelationshipType(String id) |
IRelationshipType |
IRelationshipManager.getRelationshipType(String id)
Gets the type of relationship.
|
IRelationshipType |
RelationshipManager.getRelationshipType(String id) |
void |
IRelationshipManager.updateRelationshipType(IRelationshipType relationshipType)
Updates a type of relationship.
|
void |
RelationshipManager.updateRelationshipType(IRelationshipType relationshipType) |
Modifier and Type | Method and Description |
---|---|
static void |
UserSegmentationRestAPI.addUsersActivityFilters(List<ISearchQueryFilter> filters)
Put filter for user activity list.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AutoAdministrationValidatorUtil.hasPermissionToEditContent(SessionConfig sessionConfig,
String itemId,
ITransaction transaction)
Returns true if the current user has permission to edit the content, otherwise false.
|
Modifier and Type | Method and Description |
---|---|
Category |
CategoryDaoHib.get(String id,
ITransaction transaction) |
Category |
ICategoryDao.get(String id,
ITransaction transaction) |
Subscription |
ISubscriptionDao.get(String id,
ITransaction transaction) |
Subscription |
SubscriptionDaoHib.get(String id,
ITransaction transaction) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.