Uses of Class
lumis.content.core.Content

Packages that use Content
lumis.content.core Provides the core content management operations. 
lumis.content.search   
lumis.content.search.common   
 

Uses of Content in lumis.content.core
 

Methods in lumis.content.core that return Content
 Content ContentAssociation.getAssociatedContent()
           
 Content ContentLocale.getContent()
          Returns the content this object refers to.
 Content IContentManager.getContent(String contentId)
          Returns a persistent content instance.
 Content ContentManager.getContent(String contentId)
           
 Content IContentManager.getContentByItemId(String itemId)
          Returns the content related with the specified business data.
 Content ContentManager.getContentByItemId(String itemId)
           
 

Methods in lumis.content.core with parameters of type Content
 void IContentManager.addContent(Content content)
          Adds a content to persistence.
 void ContentManager.addContent(Content content)
           
 void IContentManager.deleteContent(Content content)
          Deletes a content from persistence.
 void ContentManager.deleteContent(Content content)
           
 void ContentLocale.move(Content newContent, Locale newLocale)
          Moves this content locale object to another content or locale value.
 void IContentManager.scheduleReindex(Content content)
          Schedules the re-indexing of a content after the current transaction commits.
 void ContentManager.scheduleReindex(Content content)
           
 void ContentAssociation.setAssociatedContent(Content associatedContent)
           
 

Uses of Content in lumis.content.search
 

Methods in lumis.content.search with parameters of type Content
 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)
           
 

Uses of Content in lumis.content.search.common
 

Methods in lumis.content.search.common with parameters of type Content
 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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.