Uses of Class
lumis.content.core.Content
-
Packages that use Content Package Description lumis.content.activitystream lumis.content.core Provides the core content management operations.lumis.content.source.field.type lumis.service.analytics.abtest.bean lumis.service.privacyterm.api -
-
Uses of Content in lumis.content.activitystream
Methods in lumis.content.activitystream with parameters of type Content Modifier and Type Method Description static boolean
ContentActivityStreamUtil. isActivityStreamAutomaticGenerationEnabledByScope(String scope, Content content, ITransaction transaction)
Checks if this content's service and source have the automatic generation of activities by the activity stream framework enabled with a specific scope. -
Uses of Content in lumis.content.core
Methods in lumis.content.core that return Content Modifier and Type Method 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.Methods in lumis.content.core with parameters of type Content Modifier and Type Method 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)
-
Uses of Content in lumis.content.source.field.type
Constructors in lumis.content.source.field.type with parameters of type Content Constructor Description CategorizationGroupData(Locale locale, Content... contents)
Creates a new categorization group of the given (categorization) contents.Constructor parameters in lumis.content.source.field.type with type arguments of type Content Constructor Description CategorizationGroupData(Collection<Content> contents, Locale locale)
Creates a new categorization group of the given (categorization) contents. -
Uses of Content in lumis.service.analytics.abtest.bean
Methods in lumis.service.analytics.abtest.bean that return Content Modifier and Type Method Description Content
ABTestExperimentVariant. getExperimentContent()
Returns the experimentContent.Methods in lumis.service.analytics.abtest.bean with parameters of type Content Modifier and Type Method Description void
ABTestExperimentVariant. setExperimentContent(Content experimentContent)
Sets the experimentContent. -
Uses of Content in lumis.service.privacyterm.api
Methods in lumis.service.privacyterm.api that return Content Modifier and Type Method Description Content
ProcessPurpose. getPrivacyTermContent()
Returns the privacyTermContent.Methods in lumis.service.privacyterm.api with parameters of type Content Modifier and Type Method Description void
ProcessPurpose. setPrivacyTermContent(Content privacyTermContent)
Sets the privacyTermContent.
-