Uses of Interface
de.espirit.firstspirit.access.Language
Packages that use Language
Package
Description
Provides interfaces and types to access different models of java client.
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for web client inline edit plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the inline edit area of the web client.-
Uses of Language in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return LanguageModifier and TypeMethodDescriptionAdminService.createLanguage
(String abbreviation, String name) Create a new language.AdminService.createLanguage
(String abbreviation, String name, Locale locale) Create a new language.Host.getGuiLanguage()
Returns the language which should be used for GUI rendering (e.g. tree labels)AdminService.getLanguage
(String abbreviation) Returns the given language ornull
.GenerationContext.getLanguage()
Returns the currentLanguage
of this generation contextGenerationScriptContext.getLanguage()
The current generated languagestatic Language
AccessUtil.getLanguageForKey
(Project project, String languageKey) Gets a single project language by its unique abbreviation.static @NotNull Language
AccessUtil.getLanguageForKeyNotNull
(Project project, String languageKey) Gets a single project language by its unique abbreviation.Methods in de.espirit.firstspirit.access that return types with arguments of type LanguageMethods in de.espirit.firstspirit.access with parameters of type LanguageModifier and TypeMethodDescriptionvoid
AdminService.deleteLanguage
(Language language) Deletes the given language template on the server@Nullable String
Language.getDisplayName
(Language language) Gets display name of the Language for the given language.UrlCreator.getFilename
(ContentProducer node, TemplateSet templateSet, Language language, String pageSuffix) Deprecated, for removal: This API element is subject to removal in a future version.UrlCreator.getFilename
(Media media, Language lang, Resolution res) Deprecated.UrlCreator.getFilename
(String type, String name, String extension, Language language) Deprecated.@Nullable String
SimpleEditorValue.getTextValue
(Language language) Get the text value for the given language.UrlCreator.getUrl
(ContentProducer node, Language language, TemplateSet templateSet, PageParams pageParams, int mode) UrlCreator.getUrl
(Media media, Language language, Resolution resolution, int mode) Deprecated.Deprecated.void
GenerationContext.mediaReferenced
(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution) Prints a referenced media to the generation target, if it was not yet printed.void
Language.setDisplayName
(Language language, String displayName) Sets the display name of the Language for the given languagevoid
AdminService.setLanguage
(Language language) Write back changed language to the server.void
SimpleEditorValue.setValueFromText
(Language language, String text) Set the value. -
Uses of Language in de.espirit.firstspirit.access.editor
Fields in de.espirit.firstspirit.access.editor declared as LanguageModifier and TypeFieldDescriptionstatic final Language
EditorValue.FALLBACK_LANGUAGE
Language used for fallback values.static final Language
EditorValue.SOLE_LANGUAGE
Language used for language independent editor values.Methods in de.espirit.firstspirit.access.editor that return types with arguments of type LanguageModifier and TypeMethodDescriptionEditorValue.getEditorLanguages()
Get the languages valid for the current editing operation, where the key is the language abbreviation and the value is the language object.Methods in de.espirit.firstspirit.access.editor with parameters of type LanguageModifier and TypeMethodDescriptionvoid
Deprecated.Adds a column for the given language after the defined column index.void
Deprecated.Adds a row for the given language after the defined row index.boolean
ValueIndexer.appendAssociate
(@NotNull Associate associate, @NotNull Language language, boolean followAssociations) Appends the given associate, to consolidate changes between the data and the associate.void
ValueIndexer.appendFormData
(@NotNull FormData formData, @NotNull Language language, boolean followAssociations) Appends the given form data content for indexing.void
EditorValue.assimilate
(Language language, Object object) Assimilate the value object for the specified language, if possible.
Note: Passing null as argument will be evaluated as clear!void
Mark the current value for the given language to be set, i.e.,EditorValue.isSet(Language)
will evaluate totrue
and, if the current value isnull
,EditorValue.isEmpty(Object)
will evaluate to true, too.void
Unset the value for the specified language, i.e.DatasetEditorValue.createDatasetContainer
(Entity entity, TableTemplate template, Language language) Deprecated.Factory method to create a value container for the specified template and entity.void
DomTableEditorValue.deleteColumn
(Language language, int column) Deprecated.Deletes the column for the given language and the defined index.void
Deprecated.Deletes the row for the given language and the defined index.@NotNull SectionList
Deprecated.Get the value object in the specified language.Get the value object in the specified language.@NotNull GraphicalMedium
Deprecated.Get the value object in the specified language.@Nullable TableCell
Deprecated.Gets thecell
of this dom table with the givenrow
&col
index ornull
if no cell exists with these indices.int
DomTableEditorValue.getColumns
(Language language) Deprecated.Provides the number of columns for the given language.Deprecated.Get an emptyTargetReference
.EditorValue.getMatches
(Language language, Request request) Find matches for the given request.OptionsEditorValue.getOptionModel
(Language language) Deprecated.Get the model on options for the given language.int
Deprecated.Provides the number of rows for the given language.EditorValue.getSearchableString
(Language language) This method returns a string representation for search and indexing usage.DomTableEditorValue.getSection
(Language language, int row, int column) Deprecated.Get a cell defined by language, row, and column as Section object.DomEditorValue.getShortContent
(Language language) Deprecated.Gets the first 20 characters of the value of this DOM editor's value as String in the given language.boolean
Indicates that a value for the given language is set or is backed by a language independent value.void
Set the value object for the specified language.void
Deprecated.Set the value object for the specified language.void
LinkEditorValue.setDomLink
(Language language, Element linkElement) Deprecated.Sets a link from a DOM definition.Deprecated.Build an HTML representation for the given language's value.Get an XML string representation of the editor's value in the specified language.void
Checks for the given value to be valid in the specified language wrt. the editor's GOM. -
Uses of Language in de.espirit.firstspirit.access.editor.reference
Methods in de.espirit.firstspirit.access.editor.reference that return Language -
Uses of Language in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return LanguageModifier and TypeMethodDescriptionBinaryMedium.getLanguage()
Returns the language of the binary medium.DatasetContainer.getLanguage()
The language for which this value is stored.ElementReference.getLanguage()
Provides the language this reference is stored for.TargetReference.getLanguage()
Get the language of the selected reference.Methods in de.espirit.firstspirit.access.editor.value with parameters of type LanguageModifier and TypeMethodDescriptionstatic DatasetContainer
Factory method to create a DatasetContainer for the specified entity, template and language.static DatasetContainer
DatasetContainer.Factory.create
(Entity entity, TableTemplate template, Language language) Factory method to create a DatasetContainer for the specified entity, template and language.Try getting a label in the following order: the label for the specified language; the label for thefallback language
; the value itself.OptionFactory.getOptionModel
(SpecialistsBroker broker, Language language, boolean release) Return a model on options, based upon information provided by the given specialists broker.boolean
Indicates whether thisOption
should be ignored and therefore hidden in the gui for the provided language.static TargetReference
TargetReference.TargetReferences.newInstance
(@Nullable Language language, IDProvider reference, @Nullable String remoteName) Create a new TargetReference.static TargetReference
TargetReference.TargetReferences.newInstance
(Language language) Create a new empty TargetReference.static TargetReference
TargetReference.TargetReferences.newInstance
(Language language, String uid, IDProvider.UidType uidType, String remoteName) Create a new TargetReference.void
Set the label for the specified language. -
Uses of Language in de.espirit.firstspirit.access.link
Methods in de.espirit.firstspirit.access.link that return LanguageModifier and TypeMethodDescriptionLink.getLinkLanguage()
Provides the language the link is created for. -
Uses of Language in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return LanguageModifier and TypeMethodDescription@Nullable Language
Project.getLanguage
(String abbreviation) Get the content language with the specified abbreviation.Project.getMasterLanguage()
Gets the master language.Methods in de.espirit.firstspirit.access.project that return types with arguments of type LanguageModifier and TypeMethodDescriptionProject.getEditorialLanguages()
Returns the list of editorial language for this project.Project.getLanguages()
Returns a list of all projectLanguages
.Methods in de.espirit.firstspirit.access.project with parameters of type LanguageModifier and TypeMethodDescriptionvoid
Project.addEditorialLanguage
(Language language) Adds the given language to the list of editorial languages of this project.void
Project.addLanguage
(Language language) Adds a project language to the project@Nullable String
Resolution.getDescription
(Language language) Get the editorial description of this resolution for the given language ornull
if not defined for the language@Nullable String
TemplateSet.getDescription
(Language language) Get the editorial description of this TemplateSet for the given language ornull
if not defined for the language@Nullable String
Resolution.getDisplayName
(Language language) Gets display name of the resolution for the given language.@Nullable String
TemplateSet.getDisplayName
(Language language) Gets display name of the TemplateSet for the given language.void
Project.removeEditorialLanguage
(Language language) Removes the given language from the list of editorial languages of this project.void
Project.removeLanguage
(Language language) Removes a project language from the projectvoid
Resolution.setDescription
(Language language, String description) Sets the editorial description of the resolution for the given languagevoid
TemplateSet.setDescription
(Language language, String description) Sets the editorial description of this TemplateSet for the given languagevoid
Resolution.setDisplayName
(Language language, String displayName) Sets the display name of the resolution for the given languagevoid
TemplateSet.setDisplayName
(Language language, String displayName) Sets the display name of the TemplateSet for the given languagevoid
Project.setMasterLanguage
(Language language) Set master language of the projectMethod parameters in de.espirit.firstspirit.access.project with type arguments of type LanguageModifier and TypeMethodDescriptionvoid
Project.setLanguages
(List<Language> languages) Sets all projects languages. -
Uses of Language in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return LanguageModifier and TypeMethodDescription@NotNull Language
DeltaGeneration.DeletedPageInfo.getLanguage()
Language of deleted page.Methods in de.espirit.firstspirit.access.schedule that return types with arguments of type LanguageModifier and TypeMethodDescriptionGenerateTask.getGenerateList()
Get a list of language/template set combinations which should be generated.Methods in de.espirit.firstspirit.access.schedule with parameters of type LanguageModifier and TypeMethodDescriptionboolean
GenerateTask.getGenerateFlag
(Language language, TemplateSet templateSet) Get the generate flag for a specific language/template set combination.void
GenerateTask.setGenerateFlag
(Language language, TemplateSet templateSet, boolean generate) Set the generate flag for a specific language/template set combination. -
Uses of Language in de.espirit.firstspirit.access.search
Methods in de.espirit.firstspirit.access.search with parameters of type LanguageModifier and TypeMethodDescriptionSearchService.getSuggestions
(long projectId, @NotNull String indexField, @NotNull String word, @Nullable Language language) Suggest indexed words matching the given one.SearchService.getSuggestions
(Long projectId, @NotNull String word, @Nullable Language language) Suggest indexed words matching the given one. -
Uses of Language in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return LanguageModifier and TypeMethodDescriptionLanguageInfo.getLanguage()
Returns theLanguage
this LanguageInfo storeelement belongs to.@Nullable Language
Monoglot.getLanguage()
The language defining the data path in which the monoglot mode is to be used.Methods in de.espirit.firstspirit.access.store with parameters of type LanguageModifier and TypeMethodDescription@NotNull String
IDProvider.getDisplayName
(Language language) Return the display name (label) for the specified language - if no language specific label is defined for this language the value for the master language is returned.IDProvider.getLanguageInfo
(@NotNull Language language) Returns theLanguageInfo
node for the given languageContentProducer.getMultiPageParams
(@NotNull Language language, @NotNull TemplateSet templateSet) @Nullable MultiPageParams
Data.getMultiPageParams
(@NotNull Language language) Deprecated.Since 5.0.104, no replacement.@Nullable MultiPageParams
MultiPageParamsProvider.getMultiPageParams
(@NotNull Language language) Previewable.getPreviewUrl
(Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrl(ContentProducer)
Previewable.getPreviewUrlObject
(@Nullable Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrlObject(ContentProducer)
@NotNull Set<ReferenceEntry>
StoreElement.getReferences
(@NotNull Language... languages) Returns current outgoing references of this store element.@Nullable Revision
IDProvider.getReleaseRevision
(@NotNull Language language) Get the first released revision for this element marked valid for the given language.int
IDProvider.getReleaseStatus
(@NotNull Language... languages) Returns the release state of this element (IDProvider.CHANGED
orIDProvider.RELEASED
orIDProvider.NEVER_RELEASED
) and if all the given languages are marked as valid for the release state.@Nullable String
ContentProducer.getStoredUrl
(@NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Get the stored URL for this node and the provided combination of language, template set, and (optionally) entity.ContentProducer.getUrl
(@NotNull UrlCreatorProvider urlCreatorProvider, @NotNull Language lang, @NotNull TemplateSet templateSet, @NotNull PageParams pageParams, int mode) Create an url for this node using the specifiedurlCreatorProvider
,language
,template set
, andpageParams
(sub page).boolean
IDProvider.isInReleaseStore
(@NotNull Language... languages) Checks if this element exists in the release representation of the belongingstore
and has a valid release version for all the given languages.boolean
IDProvider.isReleased
(@NotNull Language... languages) Returnstrue
if this element is currently released (not changed) and the given languages are marked as valid for the release state.void
Release this node and mark only a specific set of languages a valid for this release,void
Release this node and mark only a specific set of languages valid for this release,void
IDProvider.setDisplayName
(@NotNull Language language, @Nullable String displayName) Sets the display name (label) for the specified language. -
Uses of Language in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore with parameters of type LanguageModifier and TypeMethodDescriptionDeprecated.since 5.1.102, useContent2.getDatasets(Language)
.Returns the list of entities respecting defined filter and ordering of the underlyingContent2
element.Content2.getDatasets
(@NotNull Language language) Returns the list of datasets respecting defined filter and ordering.
Internally this list is constructed lazily, to maintain this feature one should wrap this list if e.g. onlyDataset.getEntity()
is needed:Method parameters in de.espirit.firstspirit.access.store.contentstore with type arguments of type LanguageModifier and TypeMethodDescriptionContentFolder.createContent
(TableTemplate tableTemplate, String uidSuggestion, @Nullable Map<Language, String> language2displayNameMapping, boolean unifyUidOnServer) Creates a new content node in this folder.ContentFolder.createContentFolder
(String uidSuggestion, @Nullable Map<Language, String> lang2DisplayName, boolean unifyUid) Create a new ContentFolder as child of this folder. -
Uses of Language in de.espirit.firstspirit.access.store.globalstore
Methods in de.espirit.firstspirit.access.store.globalstore with parameters of type LanguageModifier and TypeMethodDescriptionvoid
GCAPage.addTranslated
(Language language) Calling this method has no effect.URLProperties.getAlternativeUrls
(@NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet) Get the list of alternative URLs for the specified parameter set.@Nullable String
URLProperties.getStoredUrl
(@NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Get the stored URL for the specified parameters set.@Nullable String
URLProperties.getStoredUrl
(@NotNull MediaFolder folder, @NotNull Language language) Get the stored URL for the specified parameter set.@Nullable String
URLProperties.getStoredUrl
(@NotNull Media node, @Nullable Language language, @Nullable Resolution resolution) Get the stored URL for the specified parameter set.@Nullable String
URLProperties.getStoredUrl
(@NotNull SiteStoreFolder folder, @NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for the specified parameter set.boolean
GCAPage.isTranslated
(Language language) Tests if this page is translated for the given language.void
GCAPage.removeTranslated
(Language language) Calling this method has no effect.void
URLProperties.setAlternativeUrls
(@NotNull Collection<String> urls, @NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet) Set the list of alternative URLs for the specified parameter set.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Set the stored URL for the specified parameters set.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull MediaFolder folder, @NotNull Language language) Set the stored URL for the specified parameter set.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull Media node, @Nullable Language language, @Nullable Resolution resolution) Set the stored URL for the specified parameter set.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull SiteStoreFolder folder, @NotNull Language language, @NotNull TemplateSet templateSet) Set the stored URL for the specified parameter set.Method parameters in de.espirit.firstspirit.access.store.globalstore with type arguments of type LanguageModifier and TypeMethodDescriptionGCAFolder.createGCAFolder
(String uid, Map<Language, String> lang2DisplayName, boolean unifyUid) Create a new GCAFolder as a subfolder of this folder.GCAFolder.createGCAPage
(String uidSuggestion, Template pageTemplate, boolean unifyUid, Map<Language, String> lang2DisplayName) Create a new Page in the current GCA-Folder based on the givenPageTemplate
-
Uses of Language in de.espirit.firstspirit.access.store.mediastore
Methods in de.espirit.firstspirit.access.store.mediastore that return LanguageModifier and TypeMethodDescriptionFile.getLanguage()
Get the language of the currentFile
.Picture.getLanguage()
Get the language of the current picture-mediaMethods in de.espirit.firstspirit.access.store.mediastore with parameters of type LanguageModifier and TypeMethodDescription@Nullable File
Get the given media as aFile
object in the language provided.@Nullable Object
Media.getMediaContent
(Language language) @Nullable Picture
Media.getPicture
(@Nullable Language language) Get the given media as aPicture
object in the language provided.@Nullable String
Media.getStoredUrl
(@Nullable Language language, @Nullable Resolution resolution) Get the stored URL for this node and the provided combination of language and resolution.@Nullable String
MediaFolder.getStoredUrl
(Language language) Get the stored URL for this node and the provided language.void
Media.makeLanguageDependent
(Language... languages) Makes this media language dependent.void
Media.makeLanguageIndependent
(@NotNull Language toKeep) Makes this media language independent.Method parameters in de.espirit.firstspirit.access.store.mediastore with type arguments of type LanguageModifier and TypeMethodDescriptionMediaFolder.createMedia
(String uidSuggestion, String filename, int type, boolean languageDependent, Map<Language, String> lang2DisplayName, boolean unifyIdentifierOnServer) Create a new media in thismediafolder
MediaFolder.createMediaFolder
(String uid, Map<Language, String> lang2DisplayName, boolean unifyIdentifierOnServer) Create a new MediaFolder as child of this media folder.
The given uid is used as suggestion. -
Uses of Language in de.espirit.firstspirit.access.store.pagestore
Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type LanguageModifier and TypeMethodDescriptionvoid
Page.addTranslated
(Language language) Adds the given language to the list of translated languages.void
Content2Section.excludeFromOutput
(Language language) A language cannot be excluded in the output of the generation, so every call will throw an exception.void
Section.excludeFromOutput
(Language language) Excludes this section from the output for the given language.Content2Section.getMultiPageParams
(@NotNull Language language) Delivers aContentMultiPageParams
whereContentMultiPageParams.getData()
delivers a list with one entry.void
Content2Section.includeInOutput
(Language language) Has no effect, no language can be excluded in the output of the generation.void
Section.includeInOutput
(Language language) Includes this section in the output for the given language.boolean
Content2Section.isInOutputIncluded
(Language language) Returnstrue
as content2 sections are categorical included in the output.boolean
Section.isInOutputIncluded
(Language language) Checks if this section is included in the output for the given language.boolean
Page.isTranslated
(Language language) Tests if this page is translated for the given language.void
Page.removeTranslated
(Language language) Removes the given language from the list of translated languages.Method parameters in de.espirit.firstspirit.access.store.pagestore with type arguments of type LanguageModifier and TypeMethodDescriptionPageFolder.createPage
(String uid, Template pageTemplate, boolean ensureUnique, Map<Language, String> lang2DisplayName) Create a new page in this folder with the given uid and template.PageFolder.createPageFolder
(String uid, Map<Language, String> lang2DisplayName, boolean ensureUnique) Create a new PageFolder as child of this folder. -
Uses of Language in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return LanguageModifier and TypeMethodDescriptionFolderLangSpec.getLanguage()
Get the language of the FolderLangSpec-objectPageLangSpec.getLanguage()
Get the language of the pagereferenceMethods in de.espirit.firstspirit.access.store.sitestore with parameters of type LanguageModifier and TypeMethodDescriptionSiteStoreVariableFormData.createVariable
(Language language, String variableName) Creates a new variable with desired name in this container and return the created form field for the given language.Provides a property container describing the field with the given name.Provides all records for the given language.Provides all records for the given language being rendered on the specified page number, where page counting starts with0
.@NotNull FolderLangSpec
PageRefFolder.getFolderLangSpec
(Language language) Get the folder specification for the given languageSiteStoreRoot.getKeyWords
(Language lang) Get the language dependant keywords of the sitestoreroot for the given language.@NotNull MultiPageParams
Content2Params.getMultiPageParams
(@NotNull Language language) Provides the multi page parameters stored for the given language.int
Content2Params.getPageCount
(Language language) Provides the number of pages which will be created by the projection specified with this parameters for the given language.PageRef.getPageLangSpec
(Language language) Get the pagereference specification for the given language@NotNull Select
Provides the select statement for the given language to request records.@Nullable String
SiteStoreFolder.getStoredUrl
(@NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for this node and the provided combination of language and template set.@Nullable String
SiteStoreRoot.getStoredUrl
(@NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for this node and the provided combination of language and template set.void
SiteStoreRoot.setKeyWords
(String keywords, Language lang) Sets the keywords of this sitestoreroot for the given language.Method parameters in de.espirit.firstspirit.access.store.sitestore with type arguments of type LanguageModifier and TypeMethodDescriptionSiteStoreFolder.createPageRef
(String uid, Page page, Map<Language, String> lang2DisplayName, boolean unifyNameOnServer) Creates a new page reference in this folder.
The given uid is used as suggestion.SiteStoreFolder.createPageRefFolder
(String uid, Map<Language, String> lang2DisplayName, boolean unifyNameOnServer) Create a new PageRefFolder as child of this folder.@NotNull PageRefFolder
SiteStoreFolder.createPageRefFolder
(String uid, Map<Language, String> lang2DisplayName, boolean unifyNameOnServer, IDProvider nextSibling) Create a new PageRefFolder as child of this folder and place it before the given next sibling. -
Uses of Language in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type LanguageModifier and TypeMethodDescriptionLinkTemplate.createLink
(Language language) Create a new link instance for this template.TemplateBody.getLanguageInfo
(Language language) Returns theLanguageInfo
node for the given languageMethod parameters in de.espirit.firstspirit.access.store.templatestore with type arguments of type LanguageModifier and TypeMethodDescriptionFormatTemplateContainer.createFormatTemplate
(String uid, Map<Language, String> lang2DisplayName, boolean unifyUid) Creates a new FormatTemplate as child of this FormatTemplateContainerFormatTemplateContainer.createFormatTemplateFolder
(String name, Map<Language, String> lang2DisplayName) Creates a newFormatTemplateFolder
with the given name as child of this FormatTemplateContainer.SchemaContainer.createSchemaFolder
(String name, Map<Language, String> lang2DisplayName) Creates a newSchemaFolder
with the given name and displaynames as child of this SchemaContainer.ScriptContainer.createScript
(String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyUid) Creates a new Script as child of this ScriptContainerScriptContainer.createScriptFolder
(String name, @Nullable Map<Language, String> lang2DisplayName) Creates aScriptFolder
with the given name and displaynames as a child of this ScriptContainer.FormatTemplateContainer.createStyleTemplate
(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aStyleTemplate
based on a uid.FormatTemplateContainer.createTableFormatTemplate
(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aTableFormatTemplate
based on a uid.LinkTemplates.createTemplate
(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.PageTemplates.createTemplate
(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.SectionTemplates.createTemplate
(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.TemplateContainer.createTemplate
(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.LinkTemplates.createTemplateFolder
(@NotNull String name, @Nullable Map<Language, String> lang2DisplayName) Create a new sub-folder in this folderPageTemplates.createTemplateFolder
(@NotNull String name, @Nullable Map<Language, String> lang2DisplayName) Create a new sub-folder in this folderSectionTemplates.createTemplateFolder
(@NotNull String name, @Nullable Map<Language, String> lang2DisplayName) Create a new sub-folder in this folderTemplateContainer.createTemplateFolder
(@NotNull String name, @Nullable Map<Language, String> lang2DisplayName) Create a new sub-folder in this folderWorkflowContainer.createWorkflowFolder
(String name, @Nullable Map<Language, String> lang2DisplayName) Creates a newWorkflowFolder
with the given name and displaynames as child of this workflow container. -
Uses of Language in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type Language -
Uses of Language in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return LanguageModifier and TypeMethodDescription@NotNull Language
UIAgent.getDisplayLanguage()
Provides the currently set language to be used for displaying UI elements.LanguageAgent.getFallbackLanguage()
Provide the language being used to define fallback values inform defaults
.@Nullable Language
UrlAgent.UrlEntry.getLanguage()
Returns thelanguage
for which this url entry is specified for.LanguageAgent.getMasterLanguage()
Provides the persistency language used as master.@NotNull Language
LanguageAgent.getMetaLanguage()
Provide the language being used for meta data representation.Methods in de.espirit.firstspirit.agency that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguageAgent.getEditorialLanguages()
Provides access to the languages marked as editorial languages, i.e, those languages used to edit the element's display names.LanguageAgent.getLanguages()
Provide access to available persistency languages.@NotNull Collection<Language>
MultiFormValidationReport.getLanguages()
Deprecated.since 5.0.311, useMultiFormValidationReport.getLanguages(SpecialistsBroker)
instead.@NotNull Collection<Language>
MultiFormValidationReport.getLanguages
(SpecialistsBroker broker) Provides the languages being reported containing problems, not including meta data problems.LanguageAgent.getProjectLanguages
(boolean includeFallback) Provide access to available persistency languages, mapping abbreviations to the respective language definition.LanguageAgent.getVisibleLanguages()
Provides access to languages defined to be visible for the current user.Methods in de.espirit.firstspirit.agency with parameters of type LanguageModifier and TypeMethodDescription@NotNull String
UIAgent.getDisplayName
(@NotNull Language language) Determines the display name for the given language according to the currently set UI language and display mode.@NotNull Collection<String>
FormValidationReport.getMessages
(String gadget, Language displayLanguage) Get the messages produced for the given gadget.@Nullable FormValidationReport
MultiFormValidationReport.getProblems
(Language language) Gives a report for the specified language.Provide the data language that should be used.Provide the language for which the url should be rendered.@NotNull RenderingAgent.Renderer
Overwrite which language should be used for rendering - default language is the project master language.void
RenderingAgent.MediaLinkListener.mediaLinked
(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution) Callback@Nullable String
Executes the configuredScheduleEntry
and waits for its completion.Method parameters in de.espirit.firstspirit.agency with type arguments of type LanguageModifier and TypeMethodDescriptionValidationAgent.validate
(FormData formData, Iterable<Language> languages, ValidationAgent.ValidationScope scope) Validate the given data for the provided languages in given validation scope. -
Uses of Language in de.espirit.firstspirit.client.access.editor
Methods in de.espirit.firstspirit.client.access.editor that return LanguageModifier and TypeMethodDescriptionEditorValueChangedEvent.getLanguage()
Provides the language the event happened in.ValueEngineerContext.getLanguage()
Get the language the engineer is targetting.Methods in de.espirit.firstspirit.client.access.editor with parameters of type LanguageModifier and TypeMethodDescription@NotNull List<Difference>
Contrastable.contrastWith
(@Nullable Language language, @Nullable Object value) Contrasts this instance with a given value.@Nullable Catalog
Deprecated.Get the value object in the specified language.@Nullable Index
Deprecated.Get the value object in the specified language.@NotNull ReferenceHolder
Read an element referencing container from a persistency node. -
Uses of Language in de.espirit.firstspirit.client.gui.model
Methods in de.espirit.firstspirit.client.gui.model that return LanguageModifier and TypeMethodDescription@Nullable Language
EditorialLanguageModel.getLanguage()
Returns the currently selected gui language. -
Uses of Language in de.espirit.firstspirit.client.plugin
Methods in de.espirit.firstspirit.client.plugin that return LanguageModifier and TypeMethodDescription@Nullable Language
ExternalPreviewContext.getLanguage()
Provides the contextual language of the current element. -
Uses of Language in de.espirit.firstspirit.client.plugin.dataaccess
Methods in de.espirit.firstspirit.client.plugin.dataaccess with parameters of type LanguageModifier and TypeMethodDescription@Nullable String
DataSnippetProvider.getExtract
(D object, @Nullable Language language) Provides the extract text being used as a long representation of the given object.@NotNull String
Provides the header text being used as a short representation of the given object.@Nullable Image<?>
DataSnippetProvider.getThumbnail
(D object, @Nullable Language language) Provides a thumbnail image resource for the given object ornull
if no thumbnail representation is available. -
Uses of Language in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects that return LanguageModifier and TypeMethodDescription@NotNull Language
UrlGenerationContext.getLanguage()
Returns the contextualLanguage
when requesting the URL.Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type LanguageModifier and TypeMethodDescriptionvoid
ValueIndexing.appendIndexData
(String identifier, Language language, boolean recursive, ValueIndexer indexer) Append data to the indexer enabling to find the data object having the given identifier in the defined language.@Nullable Match
Provides a match object for the given data object with respect to the handed request and language.DataTemplating.getTemplate
(D object, @NotNull Language language) Provides the template to be used for extended data representation.@NotNull UrlGenerationContext.Builder
Configures the contextualLanguage
when requesting the URL.void
DataTemplating.registerParameters
(@NotNull DataTemplating.ParameterSet parameters, D object, @NotNull Language language) Asks to register needed parameters to the given set. -
Uses of Language in de.espirit.firstspirit.client.plugin.timeline
Methods in de.espirit.firstspirit.client.plugin.timeline with parameters of type LanguageModifier and TypeMethodDescription@NotNull Collection<TimelineEntry>
TimelineEntryProvider.getEntries
(@NotNull IDProvider element, @NotNull Language language) Returns a list of entries that should be shown in the related timeline. -
Uses of Language in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return types with arguments of type LanguageModifier and TypeMethodDescription@NotNull Collection<Language>
IDProviderChange.getChangedLanguages()
If the change is limited to a set of languages, the set of changed languages is returned by this method.@NotNull Collection<Language>
RevisionEvent.getChangedLanguages()
If the changes are limited to a set of languages, the set of changed languages is returned by this method. -
Uses of Language in de.espirit.firstspirit.forms
Methods in de.espirit.firstspirit.forms that return LanguageModifier and TypeMethodDescription@Nullable Language
InappropriateValueException.getLanguage()
Get the language the value was going to be applied for.Methods in de.espirit.firstspirit.forms with parameters of type LanguageModifier and TypeMethodDescription@NotNull FormField<?>
Provides a property container describing the field with the given name.@NotNull RemoteFormField<?>
Provides a property container describing the field with the given name.Constructors in de.espirit.firstspirit.forms with parameters of type LanguageModifierConstructorDescriptionInappropriateValueException
(@NotNull GomFormElement form, Language language, Object value, @NotNull LocalizableException e) Create a new instance. -
Uses of Language in de.espirit.firstspirit.generate
Methods in de.espirit.firstspirit.generate with parameters of type LanguageModifier and TypeMethodDescriptionFilenameFactory.getFilename
(String url, ContentProducer node, TemplateSet templateSet, Language language, PageParams pageParams) Calculate filename for provided combination of node, template set, language, and page params.FilenameFactory.getFilename
(String url, Media node, @Nullable Language language, @Nullable Resolution resolution) Calculate filename for provided combination of node, language, and resolution.UrlCreator.getFilename
(ContentProducer contentProducer, TemplateSet templateSet, Language language, PageParams pageParams) The complete file name (relative to content root) where the produced content of the providedcontentProducer
will be stored.UrlCreator.getFilename
(Media media, Language language, Resolution resolution) The complete file name (relative to content root) where the produced content of the providedmedium
will be stored.UrlCreator.getFilename
(String pluginName, String filename, @Nullable String extension, @Nullable Language language) The complete path (relative to content root) where the produced content of the providedtype
will be stored.UrlCreator.getUrl
(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution, int mode) Get the url for the specified medium (for the specified language and resolution).UrlCreator.getUrl
(ContentProducer node, Language language, TemplateSet templateSet, PageParams pageParams, int mode) Get the url for the specified page in the specified language.UrlCreator.getUrl
(String pluginName, String filename, @Nullable String extension, @Nullable Language language, int mode) Get the url for the provided combination oftype
,name
,extension
, andlanguage
.@NotNull String
UrlFactory.getUrl
(@NotNull ContentProducer node, @NotNull TemplateSet templateSet, @NotNull Language language, @NotNull PageParams pageParams) Calculate path to provided combination of node, template set, language, and page params.@NotNull String
UrlFactory.getUrl
(@NotNull Media node, @NotNull Language language, @Nullable Resolution resolution) Calculate path to provided combination of node, language, and resolution.@Nullable String
PathLookup.lookupPath
(@NotNull IDProvider folder, @NotNull Language language, @Nullable TemplateSet templateSet) Get the predefined path for the requested folder node ornull
, if no predefined path is set. -
Uses of Language in de.espirit.firstspirit.generate.functions.json
Methods in de.espirit.firstspirit.generate.functions.json that return LanguageModifier and TypeMethodDescription@Nullable Language
JsonGenerationContext.getLanguage()
Returns the currentLanguage
of this generation context. -
Uses of Language in de.espirit.firstspirit.module
Methods in de.espirit.firstspirit.module that return LanguageModifier and TypeMethodDescription@NotNull Language
GadgetContext.getDisplayLanguage()
The display language to be used for displaying the form (labels).@NotNull Language
GadgetContext.getPersistencyLanguage()
The persistency language of the gadget's value. -
Uses of Language in de.espirit.firstspirit.store.operations
Methods in de.espirit.firstspirit.store.operations with parameters of type LanguageModifier and TypeMethodDescriptionSet of languages the release operation should be valid for. -
Uses of Language in de.espirit.firstspirit.store.snippets
Methods in de.espirit.firstspirit.store.snippets with parameters of type LanguageModifier and TypeMethodDescription@NotNull String
SnippetProvider.getExtract
(@Nullable Language language) Get the evaluated header snippet presentation for the given language.@NotNull String
Get the evaluated header snippet presentation for the given language.@Nullable Image<?>
SnippetProvider.getThumbnail
(@Nullable Language language) Get the evaluated image for the given language. -
Uses of Language in de.espirit.firstspirit.ui.gadgets
Methods in de.espirit.firstspirit.ui.gadgets that return LanguageModifier and TypeMethodDescription@Nullable Language
GadgetIdentifier.getLanguage()
Get the language this identifier was created for.Methods in de.espirit.firstspirit.ui.gadgets with parameters of type LanguageModifier and TypeMethodDescriptionGadgetIdentifier.forLanguage
(@NotNull Language language) Get an identifier from this instance for a specific language. -
Uses of Language in de.espirit.firstspirit.ui.gadgets.aspects.operations
Methods in de.espirit.firstspirit.ui.gadgets.aspects.operations with parameters of type LanguageModifier and TypeMethodDescriptionvoid
SelectStoreElementOperation.setLanguage
(Language language) Defines the contextual data language for this operation, which might be relevant to the elements offered. -
Uses of Language in de.espirit.firstspirit.ui.gadgets.swing
Methods in de.espirit.firstspirit.ui.gadgets.swing that return LanguageModifier and TypeMethodDescriptionfinal @NotNull Language
AbstractValueHoldingSwingGadget.getDisplayLanguage()
Convenience method to get the language to be used for displaying values.final Language
AbstractValueHoldingSwingGadget.getPersistencyLanguage()
Convenience method to get the language to be used for accessing values. -
Uses of Language in de.espirit.firstspirit.ui.operations
Methods in de.espirit.firstspirit.ui.operations with parameters of type LanguageModifier and TypeMethodDescriptionvoid
DisplayElementOperation.setLanguage
(Language language) Defines the language to be displayed.void
OpenElementDataFormOperation.setLanguage
(Language language) Defines the language to display the form's data in.void
ShowFormDialogOperation.setPreselectedLanguage
(@Nullable Language language) Sets a preselected languageMethod parameters in de.espirit.firstspirit.ui.operations with type arguments of type Language -
Uses of Language in de.espirit.firstspirit.webedit
Methods in de.espirit.firstspirit.webedit that return LanguageModifier and TypeMethodDescriptionWebeditUiAgent.getDisplayLanguage()
Provides the display language of the client UI.WebeditUiAgent.getPreviewLanguage()
Provides the language the preview element is shown in. -
Uses of Language in de.espirit.firstspirit.webedit.plugin.focus
Methods in de.espirit.firstspirit.webedit.plugin.focus that return LanguageModifier and TypeMethodDescription@Nullable Language
FocusAreaProviderContext.getLanguage()
Returns the data language the image has been associated with, if language-dependent. -
Uses of Language in de.espirit.firstspirit.webedit.plugin.inlineedit
Methods in de.espirit.firstspirit.webedit.plugin.inlineedit that return LanguageModifier and TypeMethodDescription@NotNull Language
InlineEditContext.getLanguage()
Returns the language in which the inline editing items have been requested. -
Uses of Language in de.espirit.firstspirit.webedit.plugin.media
Methods in de.espirit.firstspirit.webedit.plugin.media that return LanguageModifier and TypeMethodDescription@NotNull Language
MediaManagementContext.getLanguage()
Get the contextual language. -
Uses of Language in de.espirit.firstspirit.webedit.plugin.status
Methods in de.espirit.firstspirit.webedit.plugin.status that return LanguageModifier and TypeMethodDescription@Nullable Language
WebeditStatusNoteContext.getLanguage()
Provides the language the element is shown in. -
Uses of Language in de.espirit.firstspirit.webedit.plugin.translation
Methods in de.espirit.firstspirit.webedit.plugin.translation that return LanguageModifier and TypeMethodDescription@NotNull Language
TranslationContext.getSourceLanguage()
The language of the content to translate.@NotNull Language
TranslationContext.getTargetLanguage()
The target language the translation should be done for. -
Uses of Language in de.espirit.firstspirit.webedit.server
Methods in de.espirit.firstspirit.webedit.server with parameters of type LanguageModifier and TypeMethodDescriptionNewSectionOperation.preselectedLanguage
(@NotNull Language language) Sets a preselected language in new-section dialogs.void
CropDialogOperation.setLanguage
(Language language) Configures the dataLanguage
to crop the resolutions in.void
TranslationOperation.setSourceLanguage
(Language language) Specifies the source language of the translation.void
TranslationOperation.setTargetLanguage
(Language language) Specifies the target language of the translation.Method parameters in de.espirit.firstspirit.webedit.server with type arguments of type LanguageModifier and TypeMethodDescription@NotNull ComparisonDialogOperation
Configures the persistency languages to be shown in the comparison dialog. -
Uses of Language in de.espirit.firstspirit.workflow.model
Methods in de.espirit.firstspirit.workflow.model with parameters of type LanguageModifier and TypeMethodDescription@Nullable String
WorkflowElement.getDescription
(Language language) Returns the language dependant description from this workflow-element.@Nullable String
WorkflowElement.getDisplayName
(Language language) Returns the language dependant name from this workflow-element.
UrlCreator.getFilename(ContentProducer, TemplateSet, Language, PageParams)
.