|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentLocale | |
---|---|
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.workflow | Provides workflow support for the content framework. |
lumis.content.workflow.action |
Uses of ContentLocale in lumis.content.core |
---|
Methods in lumis.content.core that return ContentLocale | |
---|---|
ContentLocale |
Content.addContentLocale(Locale locale)
Adds a new locale specific content object in this content. |
ContentLocale |
ContentVersion.getContentLocale()
Returns the content-locale object this version belongs to. |
ContentLocale |
ContentComment.getContentLocale()
Returns the ContentLocale this comment belongs to. |
ContentLocale |
Content.getContentLocale(Locale locale,
boolean fallbackToDefaultLocale)
Returns the locale specific content object, for the given locale, optionally using the default locale. |
ContentLocale |
IContentManager.getContentLocale(String contentLocaleId)
Returns the a content locale by its identifier. |
ContentLocale |
ContentManager.getContentLocale(String contentLocaleId)
|
Methods in lumis.content.core that return types with arguments of type ContentLocale | |
---|---|
Collection<ContentLocale> |
Content.getContentLocales()
Returns the locale specific objects of this content. |
Uses of ContentLocale in lumis.content.socialnetwork.integration |
---|
Methods in lumis.content.socialnetwork.integration that return ContentLocale | |
---|---|
ContentLocale |
ContentMessageIntegration.getContentLocale()
Returns the contentLocale. |
Methods in lumis.content.socialnetwork.integration with parameters of type ContentLocale | |
---|---|
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 | |
---|---|
ContentMessageIntegration(ContentLocale contentLocale,
SocialNetworkMessage message)
Creates a new content message integration. |
Uses of ContentLocale in lumis.content.workflow |
---|
Methods in lumis.content.workflow with parameters of type ContentLocale | |
---|---|
boolean |
WorkflowController.autoArchivePublishedContent(ContentLocale contentLocale)
|
boolean |
WorkflowManager.autoArchivePublishedContent(ContentLocale contentLocale,
ITransaction transaction)
|
boolean |
IWorkflowManager.autoArchivePublishedContent(ContentLocale contentLocale,
ITransaction transaction)
Used for the automatic content archiving process. |
boolean |
WorkflowManager.contentMayBePublished(SessionConfig sessionConfig,
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. |
void |
WorkflowManager.createNewContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
String assignedTo,
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.deleteContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
|
void |
IWorkflowManager.deleteContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Deletes the content workflow metadata of the given content locale. |
void |
WorkflowManager.executeAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
String performedTransitionId,
String newAssignedTo,
ITransaction transaction)
|
void |
IWorkflowManager.executeAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
String performedTransitionId,
String newAssignedTo,
ITransaction transaction)
Executes an action on a content's workflow. |
Collection<WorkflowTransitionConfig> |
WorkflowManager.getAccessibleTransitions(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
|
Collection<WorkflowTransitionConfig> |
IWorkflowManager.getAccessibleTransitions(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Returns the transitions that are accessible by the sessionConfig 's user for a specified contentLocale. |
ContentWorkflowMetaData |
WorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
|
ContentWorkflowMetaData |
IWorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Returns the content workflow metadata for a content locale. |
boolean |
WorkflowManager.hasEditPermission(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. |
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. |
Uses of ContentLocale in lumis.content.workflow.action |
---|
Methods in lumis.content.workflow.action with parameters of type ContentLocale | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |