Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

F

Factory() - Constructor for class de.espirit.firstspirit.access.editor.value.DatasetContainer.Factory
 
Factory() - Constructor for class de.espirit.firstspirit.agency.WebAppId.Factory
 
Factory() - Constructor for class de.espirit.firstspirit.client.mpp.PreviewParameter.Factory
 
Factory() - Constructor for class de.espirit.firstspirit.client.plugin.report.Image.Factory
 
Factory() - Constructor for class de.espirit.firstspirit.client.plugin.report.Parameter.Factory
 
Factory() - Constructor for class de.espirit.firstspirit.client.plugin.timeline.TimelineEntry.Factory
 
Factory() - Constructor for class de.espirit.firstspirit.workflow.WebeditElementStatusProviderPlugin.Factory
 
fallback() - Method in interface de.espirit.firstspirit.agency.SnippetAgent
Creates a new fallback configuration object with its default strategies in place.
FALLBACK_LANGUAGE - Static variable in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Language used for fallback values.
FeatureAgent - Interface in de.espirit.firstspirit.feature
Agent providing means to handle content transport features.
FeatureAgent.FeatureBuilder - Interface in de.espirit.firstspirit.feature
A builder for creating a new feature descriptor.
FeatureAnalyseResult - Interface in de.espirit.firstspirit.feature
Definition representing the result of a feature analyze process.
FeatureDescriptor - Interface in de.espirit.firstspirit.feature
Definition describing a content transport feature related to a specific project.
FeatureError - Class in de.espirit.firstspirit.store.access.feature
Definition representing an error of a feature analyze process
FeatureError() - Constructor for class de.espirit.firstspirit.store.access.feature.FeatureError
 
FeatureError.Code - Enum in de.espirit.firstspirit.store.access.feature
Error code definition describing the type of the belonging feature error.
FeatureError.Level - Enum in de.espirit.firstspirit.store.access.feature
The level of this feature error.
FeatureFile - Interface in de.espirit.firstspirit.feature
Interface representing a feature transport zip file created on the server.
FeatureInstallAgent - Interface in de.espirit.firstspirit.feature
Agent providing means to handle installation of content transport features.
FeatureInstallResult - Interface in de.espirit.firstspirit.feature
Definition representing the result of a feature installation process.
FeatureModel - Interface in de.espirit.firstspirit.feature
Interface representing the content model of a content transport feature.
FeatureModel.FeatureDatasetReference - Interface in de.espirit.firstspirit.feature
Definition of an feature reference referencing a dataset.
FeatureModel.FeatureElementReference - Interface in de.espirit.firstspirit.feature
Definition of an feature reference referencing a store node.
FeatureModel.FeatureReference<T extends IDProvider> - Interface in de.espirit.firstspirit.feature
Definition representing a feature reference.
FeatureModel.FeatureReferencesType - Enum in de.espirit.firstspirit.feature
FeatureProgress - Interface in de.espirit.firstspirit.feature
Action progress definition representing the progress of a server side feature transport file creation process.
fetch(Long) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
Deprecated.
since 5.2.21 - see type
fetchEntities(String, Collection<UUID>) - Method in interface de.espirit.or.Session
Fetches all entities specified by given gids.
File - Interface in de.espirit.firstspirit.access.store.mediastore
This interface provides methods to handle a media object of type FILE from the MediaStore.
FILE - Static variable in interface de.espirit.firstspirit.access.store.mediastore.Media
Type of the media: FILE
FileBasedUploadFilter - Class in de.espirit.firstspirit.server.mediamanagement
A basic file based implementation of a UploadFilter.
FileBasedUploadFilter() - Constructor for class de.espirit.firstspirit.server.mediamanagement.FileBasedUploadFilter
 
FileEditorValue - Interface in de.espirit.firstspirit.access.editor
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_FILE should be replaced with FS_REFERENCE.
FileEntry - Interface in de.espirit.firstspirit.scheduling.agency
File entry providing information about a file created within a generation process.
FileHandle - Interface in de.espirit.firstspirit.io
Interface for file handles provided by a FileSystem.
FileHandleSupport - Class in de.espirit.firstspirit.io
Support for file handle operations.
FilenameFactory - Interface in de.espirit.firstspirit.generate
Callback interface to produce file and path names used for storage in the file system.
FileSystem<T extends FileHandle> - Interface in de.espirit.firstspirit.io
Interface representing a filesystem and providing means to operate on file handles.
FileSystemsAgent - Interface in de.espirit.firstspirit.io
Agent providing means to access file systems.
FileTarget - Interface in de.espirit.firstspirit.access.schedule
Deployment of contents into a local file system.
FileType - Enum in de.espirit.firstspirit.io
The type of a file.
fillsHorizontally() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
Indicates whether to fill the form horizontally with this form element.
fillsHorizontally() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
Indicates, that the form shall be filled horizontally.
filter(Object) - Method in class de.espirit.common.TypedFilter
Filter the given element and return either an object of this classes type T or null, if the element does not match the filter as defined by Filter.accept(Object).
Filter<T> - Interface in de.espirit.common.util
Interface to be implemented by filters on specific types.
filter(Object) - Method in interface de.espirit.common.util.Filter.TypedFilter
Filter the given element and return either an object of this classes type T or null, if the element does not match the filter as defined by Filter.accept(Object).
filter(Object) - Method in class de.espirit.firstspirit.access.store.StoreElementFilter
Filter the given element and return either an object of this classes type T or null, if the element does not match the filter as defined by Filter.accept(Object).
Filter.AndFilter<T> - Class in de.espirit.common.util
A simple combinatorial filter that requires all inner filters to accept an element to be fulfilled.
Filter.CombinedFilter<T> - Class in de.espirit.common.util
Abstract definition for combinatorial filters.
Filter.EqualFilter<T> - Class in de.espirit.common.util
Simple equality filter implementation.
Filter.ImpliesFilter<T> - Class in de.espirit.common.util
A filter implementation accepting elements based on a logical consequence concept, i.e., it accepts an element, if the implication accepting the element is a consequence of the condition accepting it.
Filter.NotFilter<T> - Class in de.espirit.common.util
A simple filter negating the single inner one.
Filter.OrFilter<T> - Class in de.espirit.common.util
A simple combinatorial filter that requires one of the inner filters to accept an element to be fulfilled.
Filter.TypedFilter<T> - Interface in de.espirit.common.util
Extension to a filter definition that provides the element in question as type safe object, if the filter accepted it.
Filter.Util - Class in de.espirit.common.util
Usage example import static de.espirit.common.util.Filter.Util.and; import static de.espirit.common.util.Filter.Util.doFilter; import static de.espirit.common.util.Filter.Util.not; import static de.espirit.common.util.Filter.Util.or; ...
Filterable - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Aspect providing means to filter a data stream via parameterization.
filterAvailableTemplates(Filter<SectionTemplate>) - Method in interface de.espirit.firstspirit.webedit.server.NewSectionOperation
You may provide a filter to control which templates are available for the new Section.
FilterDescriptor() - Constructor for class de.espirit.firstspirit.module.descriptor.WebAppDescriptor.FilterDescriptor
 
find(String) - Method in interface de.espirit.firstspirit.access.editor.fslist.FormDataProvider
Deprecated.
Find method, delivers a list of ids where the content matches the given query.
find(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.fslist.ExternalFormsProducer
Find method, delivers a list of ids where the content matches the given query.
find(UUID) - Method in interface de.espirit.firstspirit.client.access.editor.lists.Catalog
Search for a card with the specified unique identifier.
find(KeyValue) - Method in interface de.espirit.or.Session
Return the entity with the given keyValue.
find(String, Object...) - Method in interface de.espirit.or.Session
Return the entity of type entityTypeName with the id key.
find(EntityType, String) - Method in interface de.espirit.or.Session
Returns the entity specififed by given EntityType and uuid string

Important: Only supported if the schema is temporal.

find(EntityType, UUID) - Method in interface de.espirit.or.Session
Returns the entity specififed by given EntityType and uuid.
find(Identifier) - Method in interface de.espirit.or.Session
Return the entity with the given identifier.
findEditor(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEditorProvider
Look up a GOM editor element within this provider.
findEntity(String) - Method in interface de.espirit.firstspirit.common.GidAgent
Finds a Entity by its globalId (gid).
findNotNull(KeyValue) - Method in interface de.espirit.or.Session
Returns an entity with the given keyValue even if it doesn't exist.
findNotNull(String, Object...) - Method in interface de.espirit.or.Session
Returns an entity of type entityTypeName with the id key even if it doesn't exists.In that case the entity's state is NOT_EXISTS.
findPosition(String) - Method in exception de.espirit.firstspirit.access.store.templatestore.gom.GomValidationError
Deprecated.
findPosition(String, int) - Method in exception de.espirit.firstspirit.access.store.templatestore.gom.GomValidationError
Find the position causing this exception within the given text from the given start on.
findReferences() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Finds references within this editor and returns them as a list.
findStartNode() - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Finds recursive the start node in this sub tree.
findUsers(String) - Method in interface de.espirit.firstspirit.access.admin.UserStorage
Returns an unmodifiable list of users, which matches the given pattern.
findUsers(String, UserStorage.Order, boolean) - Method in interface de.espirit.firstspirit.access.admin.UserStorage
Returns an unmodifiable list of users, which matches the given pattern.
finish() - Method in interface de.espirit.firstspirit.generate.ContentProcessor
This method is called after all content has been written and the writer from ContentProcessor.getWriter() has been closed.
FIRST_PAGE - Static variable in class de.espirit.firstspirit.access.store.MultiPageParams
 
FIXED - Static variable in interface de.espirit.firstspirit.access.schedule.ExecutionSchedule
Type indicator for fixed scheduled execution.
FixedExecutionSchedule - Interface in de.espirit.firstspirit.access.schedule
A schedule which is executed once at a specified time or only manually (if set to manual).
FO_2_PDF_PROCESSOR - Static variable in interface de.espirit.firstspirit.access.project.PresentationChannel
Name of PDF content processor.
FO_2_RTF_PROCESSOR - Static variable in interface de.espirit.firstspirit.access.project.PresentationChannel
Name of RTF content processor.
focus() - Method in interface de.espirit.firstspirit.client.gui.applications.browser.BrowserApplication
Requests that the related browser component get the input focus.
FocusArea - Interface in de.espirit.firstspirit.webedit.plugin.focus
A focus area preset available for a specific image.
FocusAreaBuilder - Interface in de.espirit.firstspirit.webedit.plugin.focus
Builder for a focus area preset.
FocusAreaProviderContext - Interface in de.espirit.firstspirit.webedit.plugin.focus
The context given to a FocusAreaProviderPlugin providing access to information about the contextual image.
FocusAreaProviderPlugin - Interface in de.espirit.firstspirit.webedit.plugin.focus
A plugin providing capabilities for detecting focus areas inside an image.
focusOn(JComponent) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.focus.SwingFocusable.Handler
Sets the swing focus to the given component.
FolderLangSpec - Interface in de.espirit.firstspirit.access.store.sitestore
This interface provides methods to handle the FolderSpecification (language dependent properties of the folder at SiteStore)
FontAlreadyExistsException - Exception in de.espirit.firstspirit.access.admin
This exception is thrown during the import of a font to the server.
FontAlreadyExistsException() - Constructor for exception de.espirit.firstspirit.access.admin.FontAlreadyExistsException
 
FONTS - Static variable in interface de.espirit.firstspirit.access.project.Project
Property name for font definitions.
FontStorage - Interface in de.espirit.firstspirit.access.admin
Storage for the fonts installed on the server.
fontStyle(ApplicationTabAppearance.FontStyle) - Method in interface de.espirit.firstspirit.client.gui.applications.ApplicationTabAppearance.Builder
Defines the font style for the application tab related to this tab appearance builder.
forbid(int) - Method in interface de.espirit.firstspirit.access.store.Permission
Revokes the given permission.
forbidGroup(Group) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
Forbid the given group to execute the workflow.
forbidGroup(Group) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowTransitionPermission
Forbids the given user group to perform the transition.
forbidsPolyglotDataHierarchy() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.lists.GomCatalog
Indicates, whether it is forbidden to have language dependent inner forms on multiple levels in this catalog's child hierarchy.
forbidsPolyglotDataHierarchy() - Method in interface de.espirit.firstspirit.agency.ProjectAgent
Indicates, whether it is forbidden to use language dependent forms on arbitrary levels in a data hierarchy.
forbidUser(User) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
Forbid the given user to execute the workflow.
forbidUser(User) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowTransitionPermission
Forbids the given user to perform the transition.
forId(String) - Static method in enum de.espirit.firstspirit.access.schedule.FtpTarget.FtpServerType
Returns the ftp server type object matching to the given id or null if there is no type matching.
forIndex(int) - Static method in enum de.espirit.firstspirit.access.editor.value.ListDomNode.Style
Returns the style having the given index or default style as fallback.
forLanguage(Language) - Method in class de.espirit.firstspirit.ui.gadgets.GadgetIdentifier
Get an identifier from this instance for a specific language.
Form - Interface in de.espirit.firstspirit.forms
A form managing type.
FORM_TAG - Static variable in class de.espirit.firstspirit.ui.gadgets.GadgetIdentifier
The generic default form-based identifier's key.
format(ExifData, FormField<?>, GomFormElement) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifValue
Format the given ExifData.
format(int, ExifData, FormField<?>, GomFormElement) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifValueFormatter.ComplexExifValueFormatter
This method formats a complex object to produce a value of type T.
format(Object, FormField<?>) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifValueFormatter
This method formats a object to produce a value of type T.
FormatTemplate - Interface in de.espirit.firstspirit.access.store.templatestore
Definition of a template specialized for formatting tasks.
FormatTemplateAccess - Interface in de.espirit.firstspirit.access.editor
Interface providing access to a set of format templates
FormatTemplateChannel - Interface in de.espirit.firstspirit.access.store.templatestore
Definition of a container for channel specifica of a FormatTemplate.
FormatTemplateContainer - Interface in de.espirit.firstspirit.access.store.templatestore
This interface provides methods to handle FormatTemplateContainer in TemplateStore, a container for FormatTemplates
FormatTemplateFolder - Interface in de.espirit.firstspirit.access.store.templatestore
This interface provides methods to handle FormatTemplateFolder in TemplateStore
FormatTemplates - Interface in de.espirit.firstspirit.access.store.templatestore
This interface represants the subroot for format templates in templatestore.
FormData - Interface in de.espirit.firstspirit.forms
Interface definition for form data containers providing direct, generic access to transported values and form information.
FormDataList - Interface in de.espirit.firstspirit.forms
A self-containing list of form data containers.
FormDataProducer - Interface in de.espirit.firstspirit.access.editor
Marker interface for factories producing form-data containers.
FormDataProvider - Interface in de.espirit.firstspirit.access.editor.fslist
Deprecated.
since 5.2.311 - use data access plugins instead
FormDataProviderContext - Interface in de.espirit.firstspirit.access.editor.fslist
FormField<T> - Interface in de.espirit.firstspirit.forms
Language specific property container of a form's field.
FormReferenceContaining<F extends GomFormElement> - Interface in de.espirit.firstspirit.client.access.editor
Implementors collect references stored in a provided form.
forms() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEditorProvider
Returns an iterable on all form elements within this provider.
FormsAgent - Interface in de.espirit.firstspirit.agency
Agent providing means to operate with forms.
FormValidationReport - Interface in de.espirit.firstspirit.agency
A language-specific report.
forName(String) - Static method in enum de.espirit.firstspirit.access.store.Store.Type
Is case insensitive but should be called with upper case string.
forName(String) - Static method in enum de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
Provides a region for the given name.
forName(String) - Static method in enum de.espirit.firstspirit.base.store.StoreType
Returns the StoreType with the specified store-name (e.g.
forOrdinal(int) - Static method in enum de.espirit.firstspirit.generate.UrlCreator.Mode
Returns the mode related to the given ordinal.
forStoreType(Store.Type) - Static method in enum de.espirit.firstspirit.access.store.IDProvider.UidType
Fetch all the uid types for a given store type.
forString(String) - Static method in enum de.espirit.firstspirit.base.store.PreviewUrl.Type
Create a type from the textual representation.
forTypeChar(char) - Static method in enum de.espirit.firstspirit.access.store.Store.Type
 
forTypeChar(char) - Static method in enum de.espirit.firstspirit.storage.DataChangeDetail.ChangeFlag
Determines the change flag corresponding to the given identifying character.
ForUseOnly - Annotation Type in de.espirit.common
Types annotated as "for use only" are merely APIs for allowing object-wise access to internal data.
forWebedit() - Method in interface de.espirit.firstspirit.agency.PreviewUrlAgent.PreviewUrlBuilder
Configures the builder to create urls for the ContentCreator application.
from(boolean) - Static method in enum de.espirit.firstspirit.access.store.templatestore.gom.YesNo
Factory to provide the matching enum from a boolean value.
from(Object) - Static method in class de.espirit.firstspirit.client.mpp.PreviewParameter.Factory
Get the current PreviewParameter instance from the request or session; returns null if there isn't any.
from(GenerationContext) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.UrlGenerationContext.Builder
The GenerationContext to extract the context information from, which consists of: The UrlCreator configured in the given generation context The UrlCreatorProvider available in the given generation context The contextual Language Whether or not the release version is used
from(JsonGenerationContext) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.UrlGenerationContext.Builder
The JsonGenerationContext to extract the context information from, which consists of: The UrlCreator configured in the generation context The UrlCreatorProvider available in the generation context The contextual Language Whether or not the release version is used The current attributes available in the given JSON generation context
from(UrlCreator) - Static method in enum de.espirit.firstspirit.generate.UrlCreator.Factory
Transform instances to satisfy the new interface UrlCreator.
from(Map<String, String>) - Static method in class de.espirit.firstspirit.store.access.nexport.operations.ImportOperation.MapDatabaseLayerMapper
Deprecated.
since 5.2.513 - use LayerMapper instead
from(Map<String, String>) - Static method in class de.espirit.firstspirit.transport.LayerMapper.LayerNameBasedLayerMapper
Create an layer mapping instance from a given Map based on layer names (key=source layer name, value= target layer name).
from(Map<String, String>) - Static method in class de.espirit.firstspirit.transport.LayerMapper.SchemaUidBasedLayerMapper
Create an layer mapping instance from a given Map based on layer names (key=schema uid, value= target layer name).
from(GomFormElement) - Static method in class de.espirit.firstspirit.ui.gadgets.GadgetIdentifier
Get a default identifier for a given form element.
fromElement(IDProvider) - Static method in enum de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
Gets the binary medium type for the specified element.
fromIcon(Icon) - Static method in class de.espirit.firstspirit.client.plugin.report.Image.Factory
Creates an Image object based on an swing icon.
fromPrefix(String) - Static method in enum de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
Gets a binary medium type from specified prefix.
fromStream(InputStream) - Static method in class de.espirit.common.tools.Images
Loads an image from the specified input stream and returns a buffered image.
fromUrl(String) - Static method in class de.espirit.firstspirit.client.plugin.report.Image.Factory
Creates an Image object based on an url pointing to an image.
FS_META_EXPORT_INFO_NAME - Static variable in interface de.espirit.firstspirit.store.access.nexport.FsMetaExportInfo
FsColor() - Constructor for class de.espirit.firstspirit.common.FsResource.FsColor
 
FsIcon() - Constructor for class de.espirit.firstspirit.common.FsResource.FsIcon
 
FSID - Interface in de.espirit.firstspirit.webedit.client.api
FirstSpirit WebEdit Javascript API - Store-element identifier.
FsListEditorValue - Interface in de.espirit.firstspirit.access.editor
Deprecated.
since 5.2.311 - use FS_CATALOG, FS_INDEX or CMS_INPUT_SECTIONLIST instead
FsMetaExportInfo - Interface in de.espirit.firstspirit.store.access.nexport
This interface represents the FirstSpirit only related meta information stored in directory .FirstSpirit.
FsResource - Interface in de.espirit.firstspirit.common
Global collection of fs resource keys for icons and colors used in different contexts.
FsResource.FsColor - Class in de.espirit.firstspirit.common
Definition for color based resource keys.
FsResource.FsColor.COLOR - Class in de.espirit.firstspirit.common
Definition representing a color resource key.
FsResource.FsIcon - Class in de.espirit.firstspirit.common
Definition for icon based resource keys.
FsResource.FsIcon.ICON - Class in de.espirit.firstspirit.common
Definition representing an icon resource key.
FsResourceAgent - Interface in de.espirit.firstspirit.agency
Definition of an agent specialized in providing access to fs resources.
FtpTarget - Interface in de.espirit.firstspirit.access.schedule
Deployment of contents using the file transfer protocol (FTP).
FtpTarget.FtpProxyType - Enum in de.espirit.firstspirit.access.schedule
Definition of several ftp proxy types.
FtpTarget.FtpServerType - Enum in de.espirit.firstspirit.access.schedule
Definition of several ftp server types.
fullQualified() - Method in interface de.espirit.firstspirit.agency.PreviewUrlAgent.PreviewUrlBuilder
Configures the builder to create full qualified urls like 'http://domain:port/path/'.
FutureTimelineProvider - Interface in de.espirit.firstspirit.client.plugin.timeline
Definition of a plug-in providing entries for the future timeline of the multi-perspective-preview.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210