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
 
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.
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 - Static variable in interface de.espirit.firstspirit.access.store.mediastore.Media
Type of the media: FILE
FileEditorValue - Interface in de.espirit.firstspirit.access.editor
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_FILE should be replaced with FS_REFERENCE.
FileTarget - Interface in de.espirit.firstspirit.access.schedule
Deployment of contents into a local file system.
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
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.
findEditor(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEditorProvider
Look up a GOM editor element within this provider.
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
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.
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).
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.
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)
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.
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.
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.
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.
forms() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEditorProvider
Returns an iterable on all form elements within this provider.
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.
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
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.
fromElement(IDProvider) - Static method in enum class de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
Gets the binary medium type for the specified element.
fromPrefix(String) - Static method in enum class de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
Gets a binary medium type from specified prefix.
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.
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