Package | Description |
---|---|
lumis.content.core |
Provides the core content management operations.
|
lumis.content.search | |
lumis.content.search.common |
Modifier and Type | Method and Description |
---|---|
Content |
ContentAssociation.getAssociatedContent() |
Content |
ContentLocale.getContent()
Returns the content this object refers to.
|
Content |
ContentManager.getContent(String contentId) |
Content |
IContentManager.getContent(String contentId)
Returns a persistent content instance.
|
Content |
ContentManager.getContentByItemId(String itemId) |
Content |
IContentManager.getContentByItemId(String itemId)
Returns the content related with the specified business data.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentManager.addContent(Content content) |
void |
IContentManager.addContent(Content content)
Adds a content to persistence.
|
void |
ContentManager.deleteContent(Content content) |
void |
IContentManager.deleteContent(Content content)
Deletes a content from persistence.
|
void |
ContentLocale.move(Content newContent,
Locale newLocale)
Moves this content locale object to another content or locale value.
|
void |
ContentManager.scheduleReindex(Content content) |
void |
IContentManager.scheduleReindex(Content content)
Schedules the re-indexing of a content after the current
transaction commits.
|
void |
ContentAssociation.setAssociatedContent(Content associatedContent) |
Modifier and Type | Method and Description |
---|---|
DouiIndexConfig |
ContentIndexer.createDouiIndexConfig(Content content) |
void |
ContentIndexer.reindexContent(Content content,
Collection<String> originalServiceInstanceIds,
DouiIndexConfig douiIndexConfig) |
void |
ContentIndexer.removeContentFromIndex(Content content,
Collection<String> originalServiceInstanceIds,
DouiIndexConfig douiIndexConfig) |
Modifier and Type | Method and Description |
---|---|
DouiIndexConfig |
IContentIndexer.createDouiIndexConfig(Content content)
Creates a default index configuration for the given content.
|
void |
IContentIndexer.reindexContent(Content content,
Collection<String> serviceInstanceIds,
DouiIndexConfig douiIndexConfig)
Performs the re-indexing of the given content.
|
void |
IContentIndexer.removeContentFromIndex(Content content,
Collection<String> serviceInstanceIds,
DouiIndexConfig douiIndexConfig)
Removes the given content from the search index.
|
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.