Index

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 Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

Factory<T,C> - Interface in de.espirit.common.util
A factory creating instances of type T based on a given configuration.
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
 
FACTORY - Static variable in interface de.espirit.firstspirit.json.JsonObject
 
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
Language used for fallback values.
FATAL - Enum constant in enum class de.espirit.common.base.Logger.LogLevel
Information about a severe error in the application that will prevent it from continuing.
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.
The analyze result provides information about problems which could appear during the installation of a feature.
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 Class in de.espirit.firstspirit.store.access.feature
Error code definition describing the type of the belonging feature error.
FeatureError.Level - Enum Class 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.
FeatureInstallOptions - Interface in de.espirit.firstspirit.feature
Configuration options for initiating the feature installation process via FeatureInstallAgent.installFeature(FeatureInstallOptions).
FeatureInstallOptions.Builder - Class in de.espirit.firstspirit.feature
A builder for streamlined creation of FeatureInstallOptions.
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 Class 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.
Attention: List could contain null entries for gids no entity could be found for.
File - Enum constant in enum class de.espirit.firstspirit.access.schedule.DeployTask.Target
Deploy via file system.
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 - Enum constant in enum class de.espirit.firstspirit.base.store.PreviewUrl.Type
Preview URL of type file.
FILE - Enum constant in enum class de.espirit.firstspirit.io.FileType
Indicates a file without any children.
FILE - Static variable in interface de.espirit.firstspirit.access.store.mediastore.Media
Type of the media: FILE
FILE_PATH - Enum constant in enum class de.espirit.firstspirit.generate.UrlCreator.Mode
A file path.
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 Class 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(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<T> - Interface in de.espirit.common.util
Interface to be implemented by filters on specific types.
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
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(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.
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(UUID) - Method in interface de.espirit.firstspirit.client.access.editor.lists.Catalog
Search for a card with the specified unique 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, 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.
findPosition(String) - Method in exception de.espirit.firstspirit.access.store.templatestore.gom.GomValidationError
Deprecated.
findReferences() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
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.
FINISHED_WITH_ERRORS - Enum constant in enum class de.espirit.firstspirit.access.schedule.RunState
Task execution finished with errors, e.g. to signal that errors were logged during execution of a GenerateTask (and error and warning threshold were not exceeded).
FIREFOX - Enum constant in enum class de.espirit.firstspirit.client.gui.applications.browser.EngineType
Deprecated.
since 5.1.104, no replacement
FIREFOX15 - Enum constant in enum class de.espirit.firstspirit.client.gui.applications.browser.EngineType
Deprecated.
since 5.2R18, no replacement
FIRST - Enum constant in enum class de.espirit.firstspirit.access.schedule.MonthlyExecutionSchedule.WeekOfMonth
The first week of the month.
FIRST - Enum constant in enum class de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
The first row/column only.
FIRST_PAGE - Static variable in class de.espirit.firstspirit.access.store.MultiPageParams
 
FIRSTspirit - Enum constant in enum class de.espirit.firstspirit.access.schedule.ScriptTask.Type
FirstSpirit script
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.
FOCUS - Enum constant in enum class de.espirit.firstspirit.ui.gadgets.aspects.Mark
Mark for a gadget being focussed.
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.
FOLDER - Enum constant in enum class de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
A firstspirit media folder.
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)
FOLLOW - Enum constant in enum class de.espirit.firstspirit.access.store.templatestore.gom.Treatment
Option marking to follow associations, independent of environmental conditions.
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 - Enum constant in enum class de.espirit.firstspirit.transport.PropertiesTransportOptions.ProjectPropertyType
Use this type to activate transport of fonts used in belonging project.
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 class 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 class 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 - Enum constant in enum class de.espirit.firstspirit.access.BaseContext.Env
Definition identifying a form environment.
FORM_TAG - Static variable in class de.espirit.firstspirit.ui.gadgets.GadgetIdentifier
The generic default form-based identifier's key.
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(ExifData, FormField<?>, GomFormElement) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifValue
Format the given ExifData.
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.
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 class de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
Provides a region for the given name.
forName(String) - Static method in enum class de.espirit.firstspirit.base.store.StoreType
Returns the StoreType with the specified store-name (e.g.
forName(String) - Static method in enum class de.espirit.firstspirit.access.store.Store.Type
Is case insensitive but should be called with upper case string.
forOrdinal(int) - Static method in enum class de.espirit.firstspirit.generate.UrlCreator.Mode
Returns the mode related to the given ordinal.
forStoreType(Store.Type) - Static method in enum class de.espirit.firstspirit.access.store.IDProvider.UidType
Fetch all the uid types for a given store type.
forString(String) - Static method in enum class de.espirit.firstspirit.base.store.PreviewUrl.Type
Create a type from the textual representation.
forTypeChar(char) - Static method in enum class de.espirit.firstspirit.access.store.Store.Type
 
forTypeChar(char) - Static method in enum class de.espirit.firstspirit.storage.DataChangeDetail.ChangeFlag
Determines the change flag corresponding to the given identifying character.
ForUseOnly - Annotation Interface in de.espirit.common
Deprecated, for removal: This API element is subject to removal in a future version.
Use ApiStatus.NonExtendable instead
forWebedit() - Method in interface de.espirit.firstspirit.agency.PreviewUrlAgent.PreviewUrlBuilder
Configures the builder to create urls for the ContentCreator application.
FOURTH - Enum constant in enum class de.espirit.firstspirit.access.schedule.MonthlyExecutionSchedule.WeekOfMonth
The fourth week of the month.
FREE_SPACE_SHUTDOWN_LIMIT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Server minimum free space shutdown limit.
FREE_SPACE_WARN_LIMIT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Server minimum free space warning limit.
FRIDAY - Enum constant in enum class de.espirit.common.util.WeekDay
A week day.
from(boolean) - Static method in enum class de.espirit.firstspirit.access.store.templatestore.gom.YesNo
Factory to provide the matching enum from a boolean value.
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 contextThe UrlCreatorProvider available in the given generation contextThe contextual Language Whether or not the release version is used
from(GomFormElement) - Static method in class de.espirit.firstspirit.ui.gadgets.GadgetIdentifier
Get a default identifier for a given form element.
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 contextThe UrlCreatorProvider available in the generation contextThe contextual Language Whether or not the release version is used The current attributes available in the given JSON generation context
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(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(UrlCreator) - Static method in enum class de.espirit.firstspirit.generate.UrlCreator.Factory
Transform instances to satisfy the new interface UrlCreator.
fromElement(IDProvider) - Static method in enum class 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 class 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_BUTTON - Enum constant in enum class de.espirit.firstspirit.access.BaseContext.Env
Definition of FsButton environment.
FS_META - Enum constant in enum class de.espirit.firstspirit.store.access.nexport.ExportInfo.Type
Represents the first-spirit only related meta information stored in directory .FirstSpirit.
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.
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.
FTP - Enum constant in enum class de.espirit.firstspirit.access.schedule.DeployTask.Target
Deploy via FTP.
FtpTarget - Interface in de.espirit.firstspirit.access.schedule
Deployment of contents using the file transfer protocol (FTP).
FtpTarget.FtpProxyType - Enum Class in de.espirit.firstspirit.access.schedule
Definition of several ftp proxy types.
FtpTarget.FtpServerType - Enum Class in de.espirit.firstspirit.access.schedule
Definition of several ftp server types.
Full - Enum constant in enum class de.espirit.firstspirit.access.schedule.DeployTask.Type
Complete deployment of all files.
Full - Enum constant in enum class de.espirit.firstspirit.access.schedule.GenerateTask.Type
Flag for complete project generation.
FULL_CLEANUP - Enum constant in enum class de.espirit.firstspirit.access.schedule.ProjectCleanupTask.Mode
Do not keep any outdated version.
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 Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form