Uses of Class
lumis.content.core.ContentLocale

Packages that use ContentLocale
lumis.content.core Provides the core content management operations. 
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.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.hasPermission(SessionConfig sessionConfig, String principalId, lumis.content.workflow.IPermissionable permissionable, ContentLocale contentLocale, String serviceInstanceId, ITransaction transaction)
          Checks if any of the principal have permission to the specified workflow resource.
 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
 void WorkflowSendMailActionHandler.preProcessAction(SessionConfig sessionConfig, ContentLocale contentLocale, WorkflowTransitionConfig transition, ContentWorkflowMetaData newWorkflowMetaData, ITransaction transaction)
           
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.