Uses of Class
lumis.content.core.ContentLocale
-
Packages that use ContentLocale Package Description lumis.content.activitystream lumis.content.core Provides the core content management operations.lumis.content.socialnetwork.integration This package contains entities that are responsible for the integration between "Content" and "SocialNetworkIntegration" components.lumis.content.source.field.type lumis.content.workflow Provides workflow support for the content framework.lumis.content.workflow.action -
-
Uses of ContentLocale in lumis.content.activitystream
Methods in lumis.content.activitystream with parameters of type ContentLocale Modifier and Type Method Description static void
ContentActivityStreamUtil. addViewActivityPriorityRestrictions(SessionConfig sessionConfig, Collection<Collection<String>> principalsWithAllowViewPermission, Collection<String> principalsWithDenyViewPermission, ContentLocale contentLocale, ITransaction transaction)
Add view activity priority restrictions. -
Uses of ContentLocale in lumis.content.core
Methods in lumis.content.core that return ContentLocale Modifier and Type Method Description ContentLocale
Content. addContentLocale(Locale locale)
Adds a new locale specific content object in this content.ContentLocale
Content. getContentLocale(Locale locale, boolean fallbackToDefaultLocale)
Returns the locale specific content object, for the given locale, optionally using the default locale.ContentLocale
ContentComment. getContentLocale()
Returns theContentLocale
this comment belongs to.ContentLocale
ContentManager. getContentLocale(String contentLocaleId)
ContentLocale
ContentVersion. getContentLocale()
Returns the content-locale object this version belongs to.ContentLocale
IContentManager. getContentLocale(String contentLocaleId)
Returns the a content locale by its identifier.Methods in lumis.content.core that return types with arguments of type ContentLocale Modifier and Type Method Description Collection<ContentLocale>
Content. getContentLocales()
Returns the locale specific objects of this content.Methods in lumis.content.core with parameters of type ContentLocale Modifier and Type Method Description static void
ContentAdminActivityGenerationTransactionObserver. attachToTransactionIfNecessary(ContentLocale contentLocale, String actionId)
If necessary, attach to the transaction an observer that will generate the activity of the content's administrators.static void
ContentPublicationActivityGenerationTransactionObserver. attachToTransactionIfNecessary(ContentLocale contentLocale, boolean checkWasNotPublished)
If necessary, attach to the transaction an observer that will generate the activity if the content locale becomes published.protected static void
ContentPublicationActivityGenerationTransactionObserver. attachToTransactionIfNecessary(ContentLocale contentLocale, boolean checkWasNotPublished, boolean checkActivityStreamisEnabled, String transactionAttributePreffix, ContentPublicationActivityGenerationTransactionObserver.IObserverBuilder<ITransactionObserver> observerBuilder)
If necessary, attach to the transaction an observer that will generate the activity if the content locale becomes published.T
ContentPublicationActivityGenerationTransactionObserver.IObserverBuilder. build(ContentLocale contentLocale)
protected Activity
ContentPublicationActivityGenerationTransactionObserver. createActivity(ContentLocale contentLocale)
Creates an activity for the content locale being persisted -
Uses of ContentLocale in lumis.content.socialnetwork.integration
Methods in lumis.content.socialnetwork.integration that return ContentLocale Modifier and Type Method Description ContentLocale
ContentMessageIntegration. getContentLocale()
Returns the contentLocale.Methods in lumis.content.socialnetwork.integration with parameters of type ContentLocale Modifier and Type Method Description static List<ContentMessageIntegration>
ContentMessageIntegration. getContentMessageIntegrations(ContentLocale contentLocale)
Returns a list of integrations by a content locale.void
ContentMessageIntegration. setContentLocale(ContentLocale contentLocale)
Sets the contentLocale.Constructors in lumis.content.socialnetwork.integration with parameters of type ContentLocale Constructor Description ContentMessageIntegration(ContentLocale contentLocale, SocialNetworkMessage message)
Creates a new content message integration. -
Uses of ContentLocale in lumis.content.source.field.type
Constructors in lumis.content.source.field.type with parameters of type ContentLocale Constructor Description Data(ContentLocale contentLocale)
-
Uses of ContentLocale in lumis.content.workflow
Methods in lumis.content.workflow that return ContentLocale Modifier and Type Method Description ContentLocale
ContentWorkflowMetaData. getContentLocale()
Utility method that returns theContentLocale
in current transaction that corresponds to theContentWorkflowMetaData.getContentLocaleId()
stored in this ContentWorkflowMetaData.ContentLocale
WorkflowActionExecutedEvent. getContentLocale()
Returns the ContentLocale on which the workflow action was executed.Methods in lumis.content.workflow with parameters of type ContentLocale Modifier and Type Method Description boolean
IWorkflowManager. autoArchivePublishedContent(ContentLocale contentLocale, ITransaction transaction)
Used for the automatic content archiving process.boolean
WorkflowController. autoArchivePublishedContent(ContentLocale contentLocale)
boolean
WorkflowManager. autoArchivePublishedContent(ContentLocale contentLocale, ITransaction transaction)
boolean
IWorkflowManager. contentMayBePublished(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Indicates if a content version may be published according to its workflow state.boolean
WorkflowManager. contentMayBePublished(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
void
IWorkflowManager. createNewContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, String assignedTo, ITransaction transaction)
Creates a new content workflow metadata for a content locale.void
WorkflowManager. createNewContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, String assignedTo, ITransaction transaction)
void
IWorkflowManager. deleteContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Deletes the content workflow metadata of the given content locale.void
WorkflowManager. deleteContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
void
IWorkflowManager. executeAction(SessionConfig sessionConfig, ContentLocale contentLocale, String performedTransitionId, String newAssignedTo, ITransaction transaction)
Executes an action on a content's workflow.void
WorkflowManager. executeAction(SessionConfig sessionConfig, ContentLocale contentLocale, String performedTransitionId, String newAssignedTo, ITransaction transaction)
Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns the transitions that are accessible by thesessionConfig
's user for a specified contentLocale.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
ContentWorkflowMetaData
IWorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns the content workflow metadata for a content locale.ContentWorkflowMetaData
WorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
boolean
IWorkflowManager. hasEditPermission(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns true if the sessionConfig's user has edit permission to the specified content, according to the workflow's definition, state and assigned to.boolean
WorkflowManager. hasEditPermission(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
protected boolean
WorkflowManager. hasTransitionPermission(SessionConfig sessionConfig, String principalId, WorkflowTransitionConfig transition, ContentLocale contentLocale, String serviceInstanceId, ITransaction transaction)
Checks if any of the principal have permission to the specified workflow transition.void
IWorkflowActionHandler. preProcessAction(SessionConfig sessionConfig, ContentLocale contentLocale, WorkflowTransitionConfig transition, ContentWorkflowMetaData newWorkflowMetaData, ITransaction transaction)
Method called when a workflow action is performed, before its changes are applied to the persistence layer.Method parameters in lumis.content.workflow with type arguments of type ContentLocale Modifier and Type Method Description void
WorkflowController. contentDeleted(Collection<ContentLocale> contentLocales)
Constructors in lumis.content.workflow with parameters of type ContentLocale Constructor Description WorkflowActionExecutedEvent(SessionConfig sessionConfig, ContentLocale contentLocale, ContentWorkflowMetaData originalContentWorkflowMetaData, ContentWorkflowMetaData updatedContentWorkflowMetaData, ITransaction transaction)
-
Uses of ContentLocale in lumis.content.workflow.action
Methods in lumis.content.workflow.action with parameters of type ContentLocale Modifier and Type Method Description protected String
WorkflowSendMailActionHandler. getWebsiteUrl(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Method created so that classes that extend this object may customize the website url referenced in the link to the content.void
WorkflowSendMailActionHandler. preProcessAction(SessionConfig sessionConfig, ContentLocale contentLocale, WorkflowTransitionConfig transition, ContentWorkflowMetaData newWorkflowMetaData, ITransaction transaction)
-