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 currentLanguageof this generation contextGenerationScriptContext.getLanguage()The current generated languagestatic LanguageAccessUtil.getLanguageForKey(Project project, String languageKey) Gets a single project language by its unique abbreviation.static @NotNull LanguageAccessUtil.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 TypeMethodDescriptionvoidAdminService.deleteLanguage(Language language) Deletes the given language template on the server@Nullable StringLanguage.getDisplayName(Language language) Gets display name of the Language for the given language.UrlCreator.getFilename(ContentProducer node, TemplateSet templateSet, Language language, String pageSuffix) Deprecated.This method is no longer used by FirstSpirit since v5.UrlCreator.getFilename(Media media, Language lang, Resolution res) Deprecated.UrlCreator.getFilename(String type, String name, String extension, Language language) Deprecated.@Nullable StringSimpleEditorValue.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.voidGenerationContext.mediaReferenced(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution) Prints a referenced media to the generation target, if it was not yet printed.voidLanguage.setDisplayName(Language language, String displayName) Sets the display name of the Language for the given languagevoidAdminService.setLanguage(Language language) Write back changed language to the server.voidSimpleEditorValue.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 LanguageEditorValue.FALLBACK_LANGUAGELanguage used for fallback values.static final LanguageEditorValue.SOLE_LANGUAGELanguage 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 TypeMethodDescriptionvoidDeprecated.Adds a column for the given language after the defined column index.voidDeprecated.Adds a row for the given language after the defined row index.booleanValueIndexer.appendAssociate(@NotNull Associate associate, @NotNull Language language, boolean followAssociations) Appends the given associate, to consolidate changes between the data and the associate.voidValueIndexer.appendFormData(@NotNull FormData formData, @NotNull Language language, boolean followAssociations) Appends the given form data content for indexing.voidEditorValue.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!voidMark the current value for the given language to be set, i.e.,EditorValue.isSet(Language)will evaluate totrueand, if the current value isnull,EditorValue.isEmpty(Object)will evaluate to true, too.voidUnset 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.voidDomTableEditorValue.deleteColumn(Language language, int column) Deprecated.Deletes the column for the given language and the defined index.voidDeprecated.Deletes the row for the given language and the defined index.@NotNull SectionListDeprecated.Get the value object in the specified language.Get the value object in the specified language.@NotNull GraphicalMediumDeprecated.Get the value object in the specified language.@Nullable TableCellDeprecated.Gets thecellof this dom table with the givenrow&colindex ornullif no cell exists with these indices.intDomTableEditorValue.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.intDeprecated.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.booleanIndicates that a value for the given language is set or is backed by a language independent value.voidSet the value object for the specified language.voidDeprecated.Set the value object for the specified language.voidLinkEditorValue.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.voidChecks 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.@Nullable LanguageTargetReference.getLanguage()Get the language of the selected reference.Methods in de.espirit.firstspirit.access.editor.value with parameters of type LanguageModifier and TypeMethodDescriptionstatic DatasetContainerFactory method to create a DatasetContainer for the specified entity, template and language.static DatasetContainerDatasetContainer.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.booleanIndicates whether thisOptionshould be ignored and therefore hidden in the gui for the provided language.static @NotNull TargetReferenceTargetReference.TargetReferences.newInstance(@Nullable Language language) Create a new empty TargetReference.static @NotNull TargetReferenceTargetReference.TargetReferences.newInstance(@Nullable Language language, @Nullable IDProvider reference, @Nullable String remoteName) Create a new TargetReference.static @NotNull TargetReferenceTargetReference.TargetReferences.newInstance(@Nullable Language language, String uid, IDProvider.UidType uidType, String remoteName) Create a new TargetReference.voidSet 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 LanguageProject.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.Group.getModifiableLanguages()Returns the languages that members of this group are allowed to modify.Methods in de.espirit.firstspirit.access.project with parameters of type LanguageModifier and TypeMethodDescriptionvoidProject.addEditorialLanguage(Language language) Adds the given language to the list of editorial languages of this project.voidProject.addLanguage(Language language) Adds a project language to the project@Nullable StringResolution.getDescription(Language language) Get the editorial description of this resolution for the given language ornullif not defined for the language@Nullable StringTemplateSet.getDescription(Language language) Get the editorial description of this TemplateSet for the given language ornullif not defined for the language@Nullable StringResolution.getDisplayName(Language language) Gets display name of the resolution for the given language.@Nullable StringTemplateSet.getDisplayName(Language language) Gets display name of the TemplateSet for the given language.voidProject.removeEditorialLanguage(Language language) Removes the given language from the list of editorial languages of this project.voidProject.removeLanguage(Language language) Removes a project language from the projectvoidResolution.setDescription(Language language, String description) Sets the editorial description of the resolution for the given languagevoidTemplateSet.setDescription(Language language, String description) Sets the editorial description of this TemplateSet for the given languagevoidResolution.setDisplayName(Language language, String displayName) Sets the display name of the resolution for the given languagevoidTemplateSet.setDisplayName(Language language, String displayName) Sets the display name of the TemplateSet for the given languagevoidProject.setMasterLanguage(Language language) Set master language of the projectMethod parameters in de.espirit.firstspirit.access.project with type arguments of type LanguageModifier and TypeMethodDescriptionvoidProject.setLanguages(List<Language> languages) Sets all projects languages.voidGroup.setModifiableLanguages(@NotNull List<Language> languages) Sets the languages that members of this group are allowed to modify. -
Uses of Language in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return LanguageModifier and TypeMethodDescription@NotNull LanguageDeltaGeneration.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 TypeMethodDescriptionbooleanGenerateTask.getGenerateFlag(Language language, TemplateSet templateSet) Get the generate flag for a specific language/template set combination.voidGenerateTask.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 theLanguagethis LanguageInfo storeelement belongs to.@Nullable LanguageMonoglot.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 StringIDProvider.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 theLanguageInfonode for the given languageContentProducer.getMultiPageParams(@NotNull Language language, @NotNull TemplateSet templateSet) @Nullable MultiPageParamsData.getMultiPageParams(@NotNull Language language) Deprecated.Since 5.0.104, no replacement.@Nullable MultiPageParamsMultiPageParamsProvider.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 RevisionIDProvider.getReleaseRevision(@NotNull Language language) Get the first released revision for this element marked valid for the given language.intIDProvider.getReleaseStatus(@NotNull Language... languages) Returns the release state of this element for all the given languages:IDProvider.RELEASED- all given languages have a release revision and none have changed since.IDProvider.CHANGED- at least one language has changed since its last release, or some (but not all) of the given languages have ever been released.IDProvider.NEVER_RELEASED- none of the given languages have ever been released.@Nullable StringContentProducer.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).booleanIDProvider.isInReleaseStore(@NotNull Language... languages) Deprecated, for removal: This API element is subject to removal in a future version.since 5.2.250604, replaced byIDProvider.isReachableInReleaseStore(Language...)booleanIDProvider.isReachableInReleaseStore(@NotNull Language... languages) Checks if this element exists in the release representation of the belongingstoreand has a valid release version for all the given languages.booleanIDProvider.isReleased(@NotNull Language... languages) Returnstrueif this element is currently released (not changed) and the given languages are marked as valid for the release state.voidRelease this node and mark only a specific set of languages a valid for this release,voidRelease this node and mark only a specific set of languages valid for this release,voidIDProvider.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 underlyingContent2element.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:Content2.getDatasets(@NotNull Language language, boolean release) Returns the list of datasets respecting defined filter, ordering and release state.
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 TypeMethodDescriptionvoidGCAPage.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 StringURLProperties.getStoredUrl(@NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Get the stored URL for the specified parameters set.@Nullable StringURLProperties.getStoredUrl(@NotNull MediaFolder folder, @NotNull Language language) Get the stored URL for the specified parameter set.@Nullable StringURLProperties.getStoredUrl(@NotNull Media node, @Nullable Language language, @Nullable Resolution resolution) Get the stored URL for the specified parameter set.@Nullable StringURLProperties.getStoredUrl(@NotNull SiteStoreFolder folder, @NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for the specified parameter set.booleanGCAPage.isTranslated(Language language) Tests if this page is translated for the given language.voidGCAPage.removeTranslated(Language language) Calling this method has no effect.voidURLProperties.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.voidURLProperties.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.voidURLProperties.setStoredUrl(@Nullable String url, @NotNull MediaFolder folder, @NotNull Language language) Set the stored URL for the specified parameter set.voidURLProperties.setStoredUrl(@Nullable String url, @NotNull Media node, @Nullable Language language, @Nullable Resolution resolution) Set the stored URL for the specified parameter set.voidURLProperties.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 FileGet the given media as aFileobject in the language provided.@Nullable ObjectMedia.getMediaContent(Language language) @Nullable PictureMedia.getPicture(@Nullable Language language) Get the given media as aPictureobject in the language provided.@Nullable StringMedia.getStoredUrl(@Nullable Language language, @Nullable Resolution resolution) Get the stored URL for this node and the provided combination of language and resolution.@Nullable StringMediaFolder.getStoredUrl(Language language) Get the stored URL for this node and the provided language.voidMedia.makeLanguageDependent(Language... languages) Makes this media language dependent.voidMedia.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 thismediafolderMediaFolder.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 TypeMethodDescriptionvoidPage.addTranslated(Language language) Adds the given language to the list of translated languages.voidContent2Section.excludeFromOutput(Language language) A language cannot be excluded in the output of the generation, so every call will throw an exception.voidSection.excludeFromOutput(Language language) Excludes this section from the output for the given language.@NotNull FormDataLanguageDataProvider.getFormData(@NotNull Language language) Content2Section.getMultiPageParams(@NotNull Language language) Delivers aContentMultiPageParamswhereContentMultiPageParams.getData()delivers a list with one entry.voidContent2Section.includeInOutput(Language language) Has no effect, no language can be excluded in the output of the generation.voidSection.includeInOutput(Language language) Includes this section in the output for the given language.booleanContent2Section.isInOutputIncluded(Language language) Returnstrueas content2 sections are categorical included in the output.booleanSection.isInOutputIncluded(Language language) Checks if this section is included in the output for the given language.booleanPage.isTranslated(Language language) Tests if this page is translated for the given language.voidPage.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 FolderLangSpecPageRefFolder.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 MultiPageParamsContent2Params.getMultiPageParams(@NotNull Language language) Provides the multi page parameters stored for the given language.intContent2Params.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 SelectProvides the select statement for the given language to request records.@Nullable StringSiteStoreFolder.getStoredUrl(@NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for this node and the provided combination of language and template set.@Nullable StringSiteStoreRoot.getStoredUrl(@NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for this node and the provided combination of language and template set.voidSiteStoreRoot.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 PageRefFolderSiteStoreFolder.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 theLanguageInfonode 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 newFormatTemplateFolderwith the given name as child of this FormatTemplateContainer.SchemaContainer.createSchemaFolder(String name, Map<Language, String> lang2DisplayName) Creates a newSchemaFolderwith 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 aScriptFolderwith the given name and displaynames as a child of this ScriptContainer.FormatTemplateContainer.createStyleTemplate(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aStyleTemplatebased on a uid.FormatTemplateContainer.createTableFormatTemplate(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aTableFormatTemplatebased 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 newWorkflowFolderwith 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 LanguageUIAgent.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 LanguageUrlAgent.UrlEntry.getLanguage()Returns thelanguagefor which this url entry is specified for.LanguageAgent.getMasterLanguage()Provides the persistency language used as master.@NotNull LanguageLanguageAgent.getMetaLanguage()Provide the language being used for metadata 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.getModifiableLanguages()Provides the languages the current user is allowed to modify content in, based on the language permissions configured for the user's groups (Group.ModifiableLanguagesMode).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 StringUIAgent.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 FormValidationReportMultiFormValidationReport.getProblems(Language language) Gives a report for the specified language.booleanLanguageAgent.isLanguageModifiable(@NotNull Language... languages) Checks whether the current user is allowed to modify content in all the given languages.Provide the data language that should be used.Provide the language for which the url should be rendered.@NotNull RenderingAgent.RendererOverwrite which language should be used for rendering - default language is the project master language.voidRenderingAgent.MediaLinkListener.mediaLinked(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution) Callback@Nullable StringExecutes the configuredScheduleEntryand 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 CatalogDeprecated.Get the value object in the specified language.@Nullable IndexDeprecated.Get the value object in the specified language.@NotNull ReferenceHolderRead 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 LanguageEditorialLanguageModel.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 LanguageExternalPreviewContext.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 StringDataSnippetProvider.getExtract(D object, @Nullable Language language) Provides the extract text being used as a long representation of the given object.@NotNull StringProvides 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 ornullif 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 LanguageUrlGenerationContext.getLanguage()Returns the contextualLanguagewhen requesting the URL.Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type LanguageModifier and TypeMethodDescriptionvoidValueIndexing.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 MatchProvides 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.BuilderConfigures the contextualLanguagewhen requesting the URL.voidDataTemplating.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 LanguageInappropriateValueException.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 providedcontentProducerwill be stored.UrlCreator.getFilename(Media media, Language language, Resolution resolution) The complete file name (relative to content root) where the produced content of the providedmediumwill 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 providedtypewill be stored.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(@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(String pluginName, String filename, @Nullable String extension, @Nullable Language language, int mode) Get the url for the provided combination oftype,name,extension, andlanguage.@NotNull StringUrlFactory.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 StringUrlFactory.getUrl(@NotNull Media node, @NotNull Language language, @Nullable Resolution resolution) Calculate path to provided combination of node, language, and resolution.@Nullable StringPathLookup.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 LanguageJsonGenerationContext.getLanguage()Returns the currentLanguageof this generation context. -
Uses of Language in de.espirit.firstspirit.module
Methods in de.espirit.firstspirit.module that return LanguageModifier and TypeMethodDescription@NotNull LanguageGadgetContext.getDisplayLanguage()The display language to be used for displaying the form (labels).@NotNull LanguageGadgetContext.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 StringSnippetProvider.getExtract(@Nullable Language language) Get the evaluated header snippet presentation for the given language.@NotNull StringGet 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 LanguageGadgetIdentifier.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 TypeMethodDescriptionvoidSelectStoreElementOperation.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 LanguageAbstractValueHoldingSwingGadget.getDisplayLanguage()Convenience method to get the language to be used for displaying values.final LanguageAbstractValueHoldingSwingGadget.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 TypeMethodDescriptionvoidDisplayElementOperation.setLanguage(Language language) Defines the language to be displayed.voidOpenElementDataFormOperation.setLanguage(Language language) Defines the language to display the form's data in.voidShowFormDialogOperation.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 LanguageFocusAreaProviderContext.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 LanguageInlineEditContext.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 LanguageMediaManagementContext.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 LanguageWebeditStatusNoteContext.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 LanguageTranslationContext.getSourceLanguage()The language of the content to translate.@NotNull LanguageTranslationContext.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.voidCropDialogOperation.setLanguage(Language language) Configures the dataLanguageto crop the resolutions in.voidTranslationOperation.setSourceLanguage(Language language) Specifies the source language of the translation.voidTranslationOperation.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 ComparisonDialogOperationConfigures the persistency languages to be shown in the comparison dialog. -
Uses of Language in de.espirit.firstspirit.workflow
Methods in de.espirit.firstspirit.workflow with parameters of type LanguageModifier and TypeMethodDescriptiondefault @NotNull WebeditElementStatusProviderPlugin.StateWebeditElementStatusProviderPlugin.getReleaseState(@NotNull IDProvider element, @NotNull Language language) Returns the release state of the given element and persistency language.default @NotNull List<WorkflowGroup> WebeditElementStatusProviderPlugin.getWorkflowGroups(@NotNull IDProvider element, @NotNull Language language) Returns a list ofWorkflowGroupobjects in the context of a specific project language, each group should contain elements with workflow actions shared between its elements. -
Uses of Language in de.espirit.firstspirit.workflow.model
Methods in de.espirit.firstspirit.workflow.model with parameters of type LanguageModifier and TypeMethodDescription@Nullable StringWorkflowElement.getDescription(Language language) Returns the language dependant description from this workflow-element.@Nullable StringWorkflowElement.getDisplayName(Language language) Returns the language dependant name from this workflow-element.