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 

C

calculateChangeSet() - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration
Calculate the change set based on the current settings.
camelize(String) - Static method in class de.espirit.firstspirit.access.store.templatestore.gom.Item
Camelizes the given name.
CAN_APPEND_FOLDER - Static variable in interface de.espirit.firstspirit.access.store.Permission
Append (new) folder nodes permission flag.
CAN_APPEND_LEAF - Static variable in interface de.espirit.firstspirit.access.store.Permission
Append (new) leaf nodes permission flag.
CAN_CHANGE - Static variable in interface de.espirit.firstspirit.access.store.Permission
Data change permission flag.
CAN_CHANGE_PERMISSION - Static variable in interface de.espirit.firstspirit.access.store.Permission
Permission to change permissions.
CAN_DELETE_FOLDER - Static variable in interface de.espirit.firstspirit.access.store.Permission
Delete folder node permission flag.
CAN_DELETE_LEAF - Static variable in interface de.espirit.firstspirit.access.store.Permission
Delete folder permission flag.
CAN_EVERYTHING - Static variable in interface de.espirit.firstspirit.access.store.Permission
Combination of all permission flags (sum or bitwise or).
CAN_META_CHANGE - Static variable in interface de.espirit.firstspirit.access.store.Permission
Meta data change permission flag.
CAN_META_SEE - Static variable in interface de.espirit.firstspirit.access.store.Permission
Meta data visibility (and read) permission flag.
CAN_READ - Static variable in interface de.espirit.firstspirit.access.store.Permission
Data read permission flag.
CAN_RELEASE - Static variable in interface de.espirit.firstspirit.access.store.Permission
Releas node permission flag.
CAN_SEE - Static variable in interface de.espirit.firstspirit.access.store.Permission
Tree visibility permission flag.
canAppendFolder() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to append folders to the underlying element.
canAppendLeaf() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to append leaf elements to the underlying element.
cancelAction() - Method in interface de.espirit.firstspirit.access.ServerActionHandle
Cancel the related server action.
canChange() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to change the underlying element.
canChangePermission() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to change permissions of the underlying element.
canDelete() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to delete the underlying element.
canDeleteFolder() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to delete folders from the underlying element.
canDeleteLeaf() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to delete leaf elements from the underlying element.
canMetaChange() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to change meta data of the underlying element.
canMetaSee() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to see meta data of the underlying element.
canRead() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to read the underlying element.
canRelease() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to release the underlying element.
canSee() - Method in interface de.espirit.firstspirit.access.store.Permission
Returns true if the current user is allowed to see the underlying element.
CaseMode - Enum in de.espirit.or
The different case modes ( CaseMode.UPPER_CASE, CaseMode.LOWER_CASE, and CaseMode.MIXED_CASE) a database may support.
cast(Object) - Method in class de.espirit.common.lang.TypeToken
Cast the given object to the underlying type of this token.
cast(Object) - Method in interface de.espirit.firstspirit.webedit.plugin.report.Parameter
Deprecated.
Cast the given object to the underlying type of this token.
cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.report.ParameterBoolean
Deprecated.
Casts the given object to the parameter's value type.
cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.report.ParameterSelect
Deprecated.
Cast's the given object to the parameter's value type.
cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.report.ParameterText
Deprecated.
Casts the given object this parameter's value type.
cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.translation.TranslationType
Cast the given object to the underlying type.
Catalog - Interface in de.espirit.firstspirit.client.access.editor.lists
Container value holding an arbitrary number of unique cards.
Catalog.Card - Interface in de.espirit.firstspirit.client.access.editor.lists
Single entry of a catalog providing some meta data on the item and a reference to the item itself.
CatalogAccessor - Interface in de.espirit.firstspirit.client.access.editor.lists
Generation time accessor to the snippets of a catalog.
CatalogEditorValue - Interface in de.espirit.firstspirit.client.access.editor
Interface defining the public part of the editor value representing a catalog component.
CATEGORY_DEFAULT - Static variable in class de.espirit.firstspirit.access.project.RemoteProjectConfiguration
The default category name.
CATEGORY_PREFIX - Static variable in class de.espirit.firstspirit.access.project.RemoteProjectConfiguration
Prefix for category descriptors.
center(int, int) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.CircleBuilder
Sets the center coordinates for the circle.
centerWindow(Window) - Static method in class de.espirit.common.tools.Windows
Centers the given windowToAdjust relative to the active frame of the application.
change(Entity) - Method in interface de.espirit.firstspirit.common.GidAgent.GidAdaptationResult
The changes result pairs.A pair of newUUID<->oldUUI for a given entity.
CHANGED - Static variable in interface de.espirit.firstspirit.access.store.IDProvider
Indicates that the actual version of this node differs to the version in release store.
ChangeManaging<T> - Interface in de.espirit.firstspirit.ui.gadgets.aspects
Aspect definition for a gadget that manages its changes.
changes() - Method in interface de.espirit.firstspirit.common.GidAgent.GidAdaptationResult
The result key value pairs.
ChangeType - Enum in de.espirit.firstspirit.storage
This enum represents change types used for storeelement changes in RevisionMetaData.getChangedStoreElements()
ChannelSourceProvider - Interface in de.espirit.firstspirit.access.store.templatestore
This interface provides comprehensive methods for all elements which provides channel specific (belonging to a template set) source content.
CharacterReplacer - Interface in de.espirit.firstspirit.client.common.text
Rule based (see CharacterReplacer.getMap()) character replacer.
CharContainer - Interface in de.espirit.firstspirit.client.common.text
Container of a single character.
checkAndThrow() - Method in interface de.espirit.firstspirit.access.ServerActionHandle
Checks, whether an exception has yet occurred during the execution of the related server action and throws it, if any.
CheckboxEditorValue - Interface in de.espirit.firstspirit.access.editor
The CheckboxEditorValue interface represents the FirstSpirit input component CMS_INPUT_CHECKBOX.
CheckedException - Exception in de.espirit.common
This class CheckedException and its subclasses are a form of Exception that indicates conditions that a reasonable application might want to catch.
CheckedException() - Constructor for exception de.espirit.common.CheckedException
Constructor for a checked exception.
CheckedException(String) - Constructor for exception de.espirit.common.CheckedException
Constructor for a checked exception.
CheckedException(String, Throwable) - Constructor for exception de.espirit.common.CheckedException
Constructor for a checked exception.
checkOnly(boolean) - Method in interface de.espirit.firstspirit.store.operations.ReleaseOperation
Defines if an release should actually be accomplished or only checked.
checkParams() - Method in interface de.espirit.firstspirit.access.schedule.DeployTarget
Check the parameters.
checkParams() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTask
Returns an empty list, if all params are ok, or a list with complaints, each prefixed with ScheduleTask.getName().
checkPermissions() - Method in interface de.espirit.firstspirit.access.project.Project
Indicates whether the the permission check is activated for this project or not.
checkProject(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
Checks if a project needs to be migrated to current server version.
checkSyntax(String) - Method in interface de.espirit.firstspirit.access.script.ScriptEngine
Allows to check the syntax of the given script source code.
ChildrenChangeDetail - Interface in de.espirit.firstspirit.storage
Interface indicating a change of a children list of the belonging StoreElement
CircleArea - Interface in de.espirit.firstspirit.access.editor.value.imagemap
An area of circular shape.
CircleBuilder - Interface in de.espirit.firstspirit.access.editor.value.imagemap
Definition of a builder for circular areas.
CLASSLOADER_VARIABLE - Static variable in interface de.espirit.firstspirit.access.template.Evaluator
Variable name for classloader instance.
Classname - Class in de.espirit.firstspirit.common.text
String type replacement for class names.
cleanUp() - Method in interface de.espirit.firstspirit.access.UrlCreator
Deprecated.
cleanUp() - Method in interface de.espirit.firstspirit.generate.ContentProcessor
Called in case of failure to allow gracefully clean up (of resources, file handles, etc).
cleanUp() - Method in interface de.espirit.firstspirit.generate.UrlCreator
Callback for clean up, called when the instance is not longer used.
cleanUpName(String) - Static method in class de.espirit.firstspirit.access.AccessUtil
Remove illegal chars from a name.
clear() - Method in interface de.espirit.firstspirit.access.database.Layer
Removes all layer parameters.
clear() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Unset the value for all languages.
clear(Language) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Unset the value for the specified language, i.e.
CLEAR - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
Resource key for a "clear" icon.
clear() - Method in interface de.espirit.firstspirit.service.permission.groups.Users
Removes all users existing in this users model.
clearCache() - Method in interface de.espirit.firstspirit.access.UserService
Clear all cached stores.
clearCache() - Method in interface de.espirit.firstspirit.opt.office.OfficeImportService
 
clearCachedData() - Method in interface de.espirit.firstspirit.access.store.pagestore.DataProvider
Clear any cache holding the data object.
clearChildren() - Method in interface de.espirit.firstspirit.service.permission.groups.Group
Removes all children of this group.
clearMDC() - Method in interface de.espirit.common.base.MappedDiagnosticContext
Clear all entries in the MDC of the underlying implementation.
clearOrdering() - Method in interface de.espirit.firstspirit.access.store.sitestore.Content2Params
Requests to clear all ordering for this parameters.
clearOrdering() - Method in interface de.espirit.or.query.Select
Clears the defined order criterias of this select.
clearProjectCaches(Connection, String, long) - Static method in class de.espirit.firstspirit.server.clustering.ClusterHelper
Clear cached resources on a cluster node.
clearProjectCaches(Connection, long) - Static method in class de.espirit.firstspirit.server.clustering.ClusterHelper
Clear cached resources on a cluster node.
clearValue() - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.ChangeManaging
Proposes a change to clear the currently set value.A subsequent call to ChangeManaging.hasChanges() should return true.
ClientItem - Interface in de.espirit.firstspirit.webedit.client.api
Interface for an action.
ClientItemConstants - Interface in de.espirit.firstspirit.webedit.client.api
Properties and identifier constants for the client-side action plugins.
ClientItemContext - Interface in de.espirit.firstspirit.webedit.client.api
Context for which actions have been requested.
ClientItemPerformable - Interface in de.espirit.firstspirit.webedit.client.api
The handler performing the action.
ClientItemsPlugin - Interface in de.espirit.firstspirit.webedit.client.api
The provider for actions in a specific context.
ClientJarInputStream(String, int, int, String) - Constructor for class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
Constructs a stream by the given arguments.
ClientPlugin - Interface in de.espirit.firstspirit.client.plugin
Deprecated.
since 5.0.100 use a specific plug-in type instead (see hierarchy).
ClientPluginAction<C extends BaseContext> - Interface in de.espirit.firstspirit.client.plugin
Deprecated.
since 5.0.103 with no replacement
ClientPluginScope<A extends ClientPluginAction<?>> - Class in de.espirit.firstspirit.client.plugin
Token representing a client plugin scope.
ClientPluginScope() - Constructor for class de.espirit.firstspirit.client.plugin.ClientPluginScope
 
ClientResourceOperation - Interface in de.espirit.firstspirit.webedit.server
Operation providing means to load resources on the client-side.
ClientResourcePlugin - Interface in de.espirit.firstspirit.webedit.plugin
Definition of a plug-in providing resource urls to be loaded in webedit.
ClientScriptContext - Interface in de.espirit.firstspirit.access
Script context providing the current user and a context element.
ClientScriptOperation - Interface in de.espirit.firstspirit.webedit.server
Operation providing means to execute JavaScript on the client-side.
ClientScriptProvidingInlineEditItem - Interface in de.espirit.firstspirit.webedit.plugin.inlineedit
Item providing a native script for client-side execution in the context of inline editing.
ClientScriptProvidingItem<C extends BaseContext> - Interface in de.espirit.firstspirit.webedit.plugin
Item providing a native script for client-side execution.
ClientScriptProvidingMediaManagementItem - Interface in de.espirit.firstspirit.webedit.plugin.media
Definition of an item targeting media managing providing a native script for client-side execution.
ClientScriptProvidingReportItem<T> - Interface in de.espirit.firstspirit.webedit.plugin.report
Item providing a native script for client-side execution in the context of webedit reports.
ClientScriptProvidingToolbarActionsItem - Interface in de.espirit.firstspirit.webedit.plugin.toolbar
Item providing a native script for client-side execution in the context of toolbar actions.
ClientServiceRegistryAgent - Interface in de.espirit.firstspirit.agency
Definition of an agent offering ability to register client local service instances.
ClientUrlAgent - Interface in de.espirit.firstspirit.agency
Definition of an agent specialized in creating client urls.
ClientUrlAgent.ClientType<T extends ClientUrlAgent.ClientUrlBuilder<?>> - Class in de.espirit.firstspirit.agency
The type of client.
ClientUrlAgent.ClientUrlBuilder<T> - Interface in de.espirit.firstspirit.agency
Basic client url builder definition.
ClientUrlAgent.JavaClientUrlBuilder - Interface in de.espirit.firstspirit.agency
The JavaClient url builder.
ClientUrlAgent.JavaClientUrlBuilder.ConnectionMode - Enum in de.espirit.firstspirit.agency
The connection modes.
ClientUrlAgent.WebeditUrlBuilder - Interface in de.espirit.firstspirit.agency
The Webedit url builder.
clone() - Method in interface de.espirit.firstspirit.access.store.Permission
clone() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
Creates a clone of this form element.
clone() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEntryProvider
Return a clone of the entry provider.
clone() - Method in interface de.espirit.firstspirit.access.store.templatestore.TableTemplate.Mapping
Clones this mapping.
clone() - Method in interface de.espirit.firstspirit.scheduling.ScheduleTaskData
Creates and returns a copy of this container.
cloneAndComplete(GomLangInfo) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo
Clones this language information container and completes missing information by the given source.
cloneAndComplete(GomLangInfo) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfo
Produce a mutable clone of the instance being completed by values from the given source.
close(Closeable...) - Static method in class de.espirit.common.tools.Streams
Closes the provided closables and swallows any IOExceptions and RuntimeExceptions.
close() - Method in class de.espirit.common.util.CsvWriter
close writer
close() - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
Closes the stream.
close() - Method in interface de.espirit.firstspirit.access.GenerationContext
Close all registered closeables.
close() - Method in interface de.espirit.firstspirit.client.gui.applications.ApplicationTab
Closes this tab.
close() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.DataStream
Signals the stream to close, i.e., to stop any data processing and free resources.
close() - Method in interface de.espirit.firstspirit.client.plugin.report.DataProvider
Closure method; called if the report provider is no longer needed.
close() - Method in interface de.espirit.firstspirit.io.FileSystem
Close file system.
close() - Method in class de.espirit.firstspirit.server.mediamanagement.FileBasedUploadFilter
Callback method which may be used to do some clean up.
close() - Method in interface de.espirit.firstspirit.server.mediamanagement.UploadFilter
Callback method which may be used to do some clean up.
close() - Method in interface de.espirit.firstspirit.webedit.plugin.report.ReportPluginProvider
Deprecated.
Closure method; called if the report provider is no longer needed.
close() - Method in interface de.espirit.or.Session
Close the session and release all used resources.
closeTask() - Method in interface de.espirit.firstspirit.access.Task
Close this task
closeTask(Task) - Method in interface de.espirit.firstspirit.access.UserService
Close a running task and remove all task attributes from the associated StoreElement.
CLUSTER_MASTER_HOST - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Host name of the master cluster server
CLUSTER_MASTER_PORT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Port of the master cluster server
CLUSTER_SERVER_PATH - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Path to the master cluster server
CLUSTER_SLAVE_NAME - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Name of the slave cluster server
ClusterHelper - Class in de.espirit.firstspirit.server.clustering
Helper class for controlling cluster nodes.
ClusterHelper() - Constructor for class de.espirit.firstspirit.server.clustering.ClusterHelper
 
collectFormReferences(F) - Method in interface de.espirit.firstspirit.client.access.editor.FormReferenceContaining
Collect references stored in the provided formElement.
collectReferences(T) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceContaining
Collect references as used by the given value.
COLOR - Static variable in interface de.espirit.firstspirit.common.FsResource
Definition for color based resource keys.
COLOR() - Constructor for class de.espirit.firstspirit.common.FsResource.FsColor.COLOR
 
color(WebeditColor) - Method in interface de.espirit.firstspirit.webedit.plugin.status.WebeditStatusNoteBuilder
Sets the color associated with the status note to create.
ComboboxEditorValue - Interface in de.espirit.firstspirit.access.editor
The ComboboxEditorValue interface represents the FirstSpirit input component CMS_INPUT_COMBOBOX.
command() - Method in interface de.espirit.firstspirit.agency.ProcessAgent.ProcessBuilder
Returns this process builder's operating system program and arguments.
command(List<String>) - Method in interface de.espirit.firstspirit.agency.ProcessAgent.ProcessBuilder
Sets this process builder's operating system program and arguments.
command(String...) - Method in interface de.espirit.firstspirit.agency.ProcessAgent.ProcessBuilder
Sets this process builder's operating system program and arguments.
commit() - Method in interface de.espirit.or.Session
Make all changes since the last commit or rollback persistent.
commit(String) - Method in interface de.espirit.or.Session
Make all changes since the last commit or rollback persistent with the given commentas revision comment.
CommodityContainer - Interface in de.espirit.firstspirit.ui.gadgets.aspects.transfer
Simple container providing type-based access to transferred commodities.
Common - Interface in de.espirit.firstspirit.webedit.client.api
FirstSpirit WebEdit Javascript Common API, accessible via WE_API.Common

Examples: WE_API.Common.

Common.NavigationChangeListener - Interface in de.espirit.firstspirit.webedit.client.api
Listener for events about changes of the navigation.
Common.PreviewElementListener - Interface in de.espirit.firstspirit.webedit.client.api
Listener for events about changes of the current Preview-Element.
Common.PreviewRequestHandler - Interface in de.espirit.firstspirit.webedit.client.api
Listener for events about requests for new elements to be displayed
Common.WorkflowTransitionInfo - Interface in de.espirit.firstspirit.webedit.client.api
JavaScriptObject which is passed over to the WorkflowTransitionListeners when a workflow transition happens.
Common.WorkflowTransitionListener - Interface in de.espirit.firstspirit.webedit.client.api
Listener for events about workflow transitions in this websession
Compare - Class in de.espirit.or.query
The base class of all compare constraints.
Compare() - Constructor for class de.espirit.or.query.Compare
 
compareToRevision(Revision) - Method in interface de.espirit.firstspirit.webedit.server.ComparisonDialogOperation
Configures the revision to compare the base revision to, displayed on the left side of the dialog.
ComparisonDialogOperation - Interface in de.espirit.firstspirit.webedit.server
Operation for comparing two revisions of a DataProvider element.
Component<D extends ComponentDescriptor,E extends ServerEnvironment> - Interface in de.espirit.firstspirit.module
Super interface for all FIRSTspirit Components.
ComponentConstructionException - Exception in de.espirit.firstspirit.ui.gadgets
Exception to notify about a problem occuring during construction of a component.
ComponentConstructionException(ComponentConstructionException.Level, String) - Constructor for exception de.espirit.firstspirit.ui.gadgets.ComponentConstructionException
Construct the exception with a message.
ComponentConstructionException(ComponentConstructionException.Level, String, Throwable) - Constructor for exception de.espirit.firstspirit.ui.gadgets.ComponentConstructionException
Construct the exception with a message and cause.
ComponentConstructionException.Level - Enum in de.espirit.firstspirit.ui.gadgets
Error levels, an exception can have.
ComponentDescriptor - Interface in de.espirit.firstspirit.module.descriptor
The component descriptor contains name, type, class and other information of a Component.
ComponentDescriptor.Scope - Enum in de.espirit.firstspirit.module.descriptor
The scope describes the place where the component is available: server-wide, project-local or web-local.
ComponentDescriptor.Type - Enum in de.espirit.firstspirit.module.descriptor
Component type.
componentFactory(SwingApplicationConfiguration.ComponentFactory) - Method in interface de.espirit.firstspirit.client.gui.applications.SwingApplicationConfiguration
Sets the component factory for the swing application which will be created based on this configuration.
ComposedAttribute<T> - Interface in de.espirit.or.schema
Definition of a foreign key based attribute.
ComposedAttribute.Relation - Enum in de.espirit.or.schema
Enum represanting the relation between tables.
ComposedConstraint - Class in de.espirit.or.query
The base class of all composed constraints.
ComposedConstraint() - Constructor for class de.espirit.or.query.ComposedConstraint
 
COMPRESSION_DEFLATE - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Default compression level.
COMPRESSION_DEFLATE_BEST - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Compression level for best compression.
COMPRESSION_DEFLATE_SPEED - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Compression level for fastest compression.
COMPRESSION_NONE - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Use this value to use communication without compression.
COMPRESSION_SNAPPY - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Deprecated.
since 5.2.12, use ConnectionManager.COMPRESSION_NONE, ConnectionManager.COMPRESSION_DEFLATE_SPEED, or any of the other compression flags instead.
computeDifferences(T, T) - Method in interface de.espirit.firstspirit.client.access.editor.DifferenceComputing
Compute the list of differences between the two provided values.
ConcurrentChangeException - Exception in de.espirit.firstspirit.access
This exception may be thrown by methods that have detected concurrent changes of an object.
ConcurrentChangeException() - Constructor for exception de.espirit.firstspirit.access.ConcurrentChangeException
 
configuration() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.lists.GomIndexSource
Provides an optional container for configuring the source.
Configuration<E extends ServerEnvironment> - Interface in de.espirit.firstspirit.module
Interface for configurable components.
configureFrom(EventObject) - Method in interface de.espirit.firstspirit.ui.operations.JavaClientDisplayElementConfigurator
Configure from a event object.
configureGenerateTask(GenerateTask) - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration.ChangeSet
Configure the provided generate task to generate the calculated change set.
configureGenerateTask(ScheduleTaskControl) - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration.ChangeSet
Configure the provided control, provided that it refers to a generating task.
configureGenerateTask() - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration.ChangeSet
Configure first generate task (after the current task) to generate the calculated change set.
configurePropertiesExport() - Method in interface de.espirit.firstspirit.store.access.nexport.operations.ExportOperation
Request a options object to configure global properties export.
configurePropertiesTransport() - Method in interface de.espirit.firstspirit.feature.FeatureModel
Request a options object to configure global properties transport.
connect() - Method in interface de.espirit.firstspirit.access.Connection
Connects the server.
Connection - Interface in de.espirit.firstspirit.access
Connection to a FirstSpirit server.
ConnectionConfiguration - Class in de.espirit.or
FirstSpirit database connection configuration parameter holder.
ConnectionConfiguration() - Constructor for class de.espirit.or.ConnectionConfiguration
Creates an empty ConnectionConfiguration.
ConnectionExtractor - Class in de.espirit.firstspirit.web
This class may be used to extract the current Connection associated with a HttpServletRequest.
ConnectionExtractor() - Constructor for class de.espirit.firstspirit.web.ConnectionExtractor
 
ConnectionManager - Class in de.espirit.firstspirit.access
Factory for connections.
ConnectionManager.ClientJarInputStream - Class in de.espirit.firstspirit.access
An input stream for accessing client jars.
ConnectionManager.SocketParam - Class in de.espirit.firstspirit.access
Container for socket parameters.
connectionMode(ClientUrlAgent.JavaClientUrlBuilder.ConnectionMode) - Method in interface de.espirit.firstspirit.agency.ClientUrlAgent.JavaClientUrlBuilder
Provide the connection mode that should be used.
Constraint - Interface in de.espirit.or.query
Interface for all filters which are used to restrict the result of a Select.
Constraint.Type - Enum in de.espirit.or.query
Enum specifiying the type of the constraint.
consume(Icon) - Method in class de.espirit.firstspirit.agency.Image.Consumer
Consume an icon.
consume(Media) - Method in class de.espirit.firstspirit.agency.Image.Consumer
Consume a medium.
consume(String) - Method in class de.espirit.firstspirit.agency.Image.Consumer
Consume a URL.
Consumer() - Constructor for class de.espirit.firstspirit.agency.Image.Consumer
 
ConsumptionException(Throwable) - Constructor for exception de.espirit.firstspirit.agency.Image.ConsumptionException
Wrapper constructor.
contains(Option) - Method in interface de.espirit.firstspirit.access.editor.value.OptionModel
Test, if the model contains an option with the given value.
containsAttribute(String) - Method in interface de.espirit.or.schema.EntityType
Checks up whether this type contains an attribute with the given name.
containsElement(StoreElement) - Method in interface de.espirit.firstspirit.access.store.sitestore.DocumentGroup
Indicates whether the given element is part of this document group.
containsKey(String) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifData
Returns true if this ExifData contains the specified element.
containsParameter(String) - Method in interface de.espirit.or.query.Select
Indicates whether a parameter specified by the given identifier exists or not.
containsStartNode(IDProvider) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Checks if the given start node is existing in the underlying start node list of this package.
containsValue(ExifValue) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifData
Returns true if this ExifData map maps one or more keys to the specified value.
Content2 - Interface in de.espirit.firstspirit.access.store.contentstore
Interface providing means to operate on content2 elements.
Content2Params - Interface in de.espirit.firstspirit.access.store.sitestore
Parameters container for use with database referencing elements.
Content2ScriptContext - Interface in de.espirit.firstspirit.access.store.contentstore
Scripts which are started on an contentstore entity entry (e.g. in java client) have an instance of Content2ScriptContext stored in variable 'context'.
Content2Section - Interface in de.espirit.firstspirit.access.store.pagestore
This is a section which renders new content.
CONTENT_LINK - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
Type string identifying a reference to a de.espirit.or.impl.Entity
CONTENT_PACKAGE - Static variable in interface de.espirit.firstspirit.access.packagepool.Package
Types a package to contain content.
CONTENT_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
Reference from/to an Entity.
CONTENT_STORE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
Reference from/to a content-store element.
CONTENT_TEMPLATE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Template
Type of the template: Content store template.
CONTENTAREA_LIST_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ContentAreaListValue
Deprecated.
Section container key.
ContentAreaListValue - Interface in de.espirit.firstspirit.access.editor
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_CONTENTAREALIST should be replaced with FS_CATALOG.
ContentFolder - Interface in de.espirit.firstspirit.access.store.contentstore
This interface provides methods to handle the ContentStore-folder
ContentFormsProducer - Interface in de.espirit.firstspirit.access.editor.value
Specific FormDataProducer for table template based form data.
CONTENTLIST_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ContentListEditorValue
Deprecated.
Key for list entries.
ContentListEditorValue - Interface in de.espirit.firstspirit.access.editor
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_CONTENTLIST should be replaced with FS_INDEX.
ContentMultiPageParams - Class in de.espirit.firstspirit.access.store.sitestore
Definition of information for multi page output of data records.
ContentMultiPageParams(Session, Select, int, int, Date) - Constructor for class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams
Constructor based on some restrictions.
ContentMultiPageParams.ContentPageParams - Class in de.espirit.firstspirit.access.store.sitestore
Specialized page parameters on records.
ContentOperation - Interface in de.espirit.firstspirit.storage
This operation indicates a content commit.
ContentPackage - Interface in de.espirit.firstspirit.access.packagepool
The interface ContentPackage represents a package which contains content nodes.
ContentProcessor - Interface in de.espirit.firstspirit.generate
A content processor can alter or transform the produced content during the generation process.
ContentProducer - Interface in de.espirit.firstspirit.access.store
 
ContentStoreRoot - Interface in de.espirit.firstspirit.access.store.contentstore
This interface provides method to get ContentStore-table object for given ContentStore-table name
ContentWorkflowable - Interface in de.espirit.firstspirit.access.store.contentstore
Date: 04.05.2004 Time: 12:59:36
Context - Interface in de.espirit.firstspirit.access.template
Container definition for providing contextual information on one specific level within an evaluation process.
context(SiteStoreFolder) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
Set the provided folder as context (e.g. to provide the sitestore variables in the rendering context).
context(PageRef) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
Set the provided page reference as context (e.g. to provide the sitestore variables in the rendering context).
CONTEXT_MENUE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Script
Applicable for context menu use.
CONTEXT_VARIABLE_NAME - Static variable in interface de.espirit.firstspirit.access.GenerationContext
With this variable name one can get an instance of this class from a template:
GenerationContext gc = (GenerationContext) Evaluator.getVariableValue(String) evaluator.getVariableValue(GenerationContext.CONTEXT_VARIABLE_NAME);
ContextMenuContext - Interface in de.espirit.firstspirit.client.plugin.contextmenu
A context used for client plug-in context menu items.
Contract - Annotation Type in org.jetbrains.annotations
Specifies some aspects of the method behavior depending on the arguments.
Contrastable - Interface in de.espirit.firstspirit.client.access.editor
Implementors of this interface enable to contrast their current value with another one.
contrastWith(IDProvider) - Method in interface de.espirit.firstspirit.access.store.IDProvider
Contrast the element with another one.
contrastWith(Language, Object) - Method in interface de.espirit.firstspirit.client.access.editor.Contrastable
Contrasts this instance with a given value.
ConversionTable - Interface in de.espirit.firstspirit.access.project
Definition of a type providing means and information about a desired conversion of characters.
convertCase(String) - Method in enum de.espirit.or.CaseMode
Convert the given identifier to the
convertConfiguration(ConnectionConfiguration) - Method in interface de.espirit.or.Layer
Converts the given configuration to a map of properties.
convertConfiguration(Map<String, String>) - Method in interface de.espirit.or.Layer
Converts the given properties toa configuration object.
convertEntities() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
Provides a non-null setting for entity conversion.
convertEntities() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
Get the mode for converting unicode characters.
ConvertEntity - Enum in de.espirit.firstspirit.access.store.templatestore.gom
Mode definitions for entity conversion.
convertToScript(Object) - Method in interface de.espirit.firstspirit.client.gui.applications.browser.BrowserApplication
Converts specified java object into JavaScript code.
copy(T) - Method in interface de.espirit.firstspirit.client.access.editor.ValueEngineer
Create a copy of the given value, i.e., it produces a new instance having the same contents.
copy() - Method in interface de.espirit.or.schema.Entity
Copies this entity.
COPY_PRESET - Static variable in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Marker for preset copy mode
copyFrom(Entity) - Method in interface de.espirit.or.schema.Entity
Copy the values of the given entity to this entity.
copyScheduleEntry(ScheduleEntry, Project) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
Copies the given scheduleEntry to another project or to server scoped, if project is null.
copyStoreElement(T, StoreElement) - Static method in class de.espirit.firstspirit.access.AccessUtil
Creates a copy of the given element below the parent.
copyTask(T) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Copy's the given task.
CRCSession - Interface in de.espirit.firstspirit.client.io.crc
 
create(Class<T>) - Static method in class de.espirit.common.TypedFilter
Creates and returns a class based type filter with no additional conditions.
create(Class<T>, Filter<? super T>) - Static method in class de.espirit.common.TypedFilter
Creates and returns a class based type filter based on given filter instance.
create(K, V) - Static method in class de.espirit.common.util.Pair
Create a pair with the given key and value.
create() - Method in interface de.espirit.firstspirit.access.editor.value.ContentFormsProducer
Creates a new form data on the table template defined in the form definition.
create(Entity) - Method in interface de.espirit.firstspirit.access.editor.value.ContentFormsProducer
Creates a new form data based on the given entity.
create(Entity, TableTemplate, Language) - Static method in class de.espirit.firstspirit.access.editor.value.DatasetContainer.Factory
Factory method to create a DatasetContainer for the specified entity, template and language.
create(Dataset, Language) - Static method in class de.espirit.firstspirit.access.editor.value.DatasetContainer.Factory
Factory method to create a DatasetContainer for the specified entity, template and language.
create(LinkTemplate, Language) - Method in interface de.espirit.firstspirit.access.editor.value.LinkFormsProducer
Creates a new form-data container based on the given link template and language.
create(Object) - Method in interface de.espirit.firstspirit.access.editor.value.OptionFactory
Create a new option from the given object, which usually is the value.
create(SectionTemplate) - Method in interface de.espirit.firstspirit.access.editor.value.SectionFormsProducer
Creates a new form-data container based on the specified section template.
create(String, SectionTemplate) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
Deprecated.
since 5.2.21 - see type
create(String, Template, Long) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
create() - Method in class de.espirit.firstspirit.access.MailHeader.Builder
Constructs a new MailHeader with the values of this builder.
create() - Method in interface de.espirit.firstspirit.access.project.mpp.MPPViewport.Builder
Create a new viewport with the previously defined properties.
create(Media) - Method in interface de.espirit.firstspirit.access.store.contentstore.gom.list.MediaFormsProducer
Creates a new form data based on the given media.
create(MediaFolder) - Method in interface de.espirit.firstspirit.access.store.contentstore.gom.list.MediaFormsProducer
Creates new form data objects for all direct media elements in the given media folder.
create(String, UserService, Element) - Method in interface de.espirit.firstspirit.access.store.Data
Deprecated.
since 5.2.21 - see type
create(Class<T>) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
 
create(Class<T>, Filter<StoreElement>) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
 
create(Filter<StoreElement>) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
 
create(String) - Static method in class de.espirit.firstspirit.agency.WebAppId.Factory
Creates a global web-app identifier.
create(Project, WebEnvironment.WebScope) - Static method in class de.espirit.firstspirit.agency.WebAppId.Factory
Creates a project-local web-app identifier.
create(Template, FormData) - Method in interface de.espirit.firstspirit.client.access.editor.lists.Catalog
Factory method to create a new card based on the given template and form data.
create(String) - Method in interface de.espirit.firstspirit.client.access.editor.lists.Index
Create a record from the given identifier.
create(String) - Static method in class de.espirit.firstspirit.client.access.editor.Node
Create a node with the specified name.
create(String, String) - Static method in class de.espirit.firstspirit.client.access.editor.Node
Create a node with the specified name and the specified text content.
create(String, Node) - Static method in class de.espirit.firstspirit.client.access.editor.Node
Create a node with the specified name and the one specified child node.
create(String, Node...) - Static method in class de.espirit.firstspirit.client.access.editor.Node
Create a node with the specified name and the specified child nodes.
create(IDProvider, String) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceConstructionAgent
Create an element referencing container from a given id providing store element.
create(String, IDProvider.UidType, String) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceConstructionAgent
Create an element referencing container on given store element information.
create(String, String, UUID, String) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceConstructionAgent
Create a dataset referencing container on given information.
create(String, String, KeyValue, String) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceConstructionAgent
Create a dataset referencing container on given information.
create(String, String) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceConstructionAgent
Create an external referencing container from a given resource (e.g. an URL) and category.
create(ValueEngineerContext<F>) - Method in interface de.espirit.firstspirit.client.access.editor.ValueEngineerFactory
Create a ValueEngineer with the given context.
create() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.UrlGenerationContext.Builder
Creates a new UrlGenerationContext instance based on the given configuration.
create(Date) - Static method in class de.espirit.firstspirit.client.plugin.timeline.TimelineEntry.Factory
Creates a TimelineEntry associated with the specified timestamp.
create(Revision) - Static method in class de.espirit.firstspirit.client.plugin.timeline.TimelineEntry.Factory
Creates a TimelineEntry associated with the specified revision.
create() - Method in class de.espirit.firstspirit.client.plugin.timeline.TimelineEntry.Factory
Creates a TimelineEntry based on the given settings.
create() - Method in interface de.espirit.firstspirit.feature.FeatureAgent.FeatureBuilder
Create a new feature descriptor with the current settings.
create() - Static method in interface de.espirit.firstspirit.json.JsonArray
Create a new empty JsonArray.
create() - Static method in interface de.espirit.firstspirit.json.JsonObject
Create a new empty JsonObject.
create(Element, String, String) - Static method in class de.espirit.firstspirit.module.descriptor.WebAppDescriptor
Creates a instance of WebAppDescriptor
create(Class<A>) - Static method in class de.espirit.firstspirit.scheduling.aspects.ApplicationAspectType
Creates an aspect type having the given type of instances.
create(Class<A>) - Static method in class de.espirit.firstspirit.scheduling.aspects.ScheduleTaskAspectType
Creates an aspect type having the given type of instances.
create() - Method in interface de.espirit.firstspirit.server.scheduler.DeployTargetFactory
Factory providing a new DTO.
create(DeployTask, DTO) - Method in interface de.espirit.firstspirit.server.scheduler.DeployTargetFactory
Factory to create a new target.
create(SwingGadgetContext<E>) - Method in interface de.espirit.firstspirit.ui.gadgets.swing.SwingGadgetFactory
Creates a specific SwingGadget.
create() - Method in interface de.espirit.firstspirit.webedit.plugin.focus.FocusAreaBuilder
Creates the FocusArea using the configured settings.
create() - Method in interface de.espirit.firstspirit.webedit.plugin.status.WebeditStatusNoteBuilder
Creates a new WebeditStatusNote based on the previously configured settings.
create(GadgetContext<G>) - Method in interface de.espirit.firstspirit.webedit.server.gadgets.WebPluginGadgetFactory
Creates a specific pluggable gadget.
create(String, List<IDProvider>) - Static method in class de.espirit.firstspirit.workflow.WebeditElementStatusProviderPlugin.Factory
Creates a workflow group with the given displayName and elements.
CREATE_FILTER - Static variable in class de.espirit.firstspirit.storage.RevisionFilter
This filter accepts all revisions with operations belonging to create operations (CreateOperation, ContentOperation with created entities
CREATE_NEW_DEFAULT_LAYER - Static variable in interface de.espirit.firstspirit.transport.LayerMapper
Use this field as result of LayerMapper.getLayer(MappingContext) to force creation of a new project default layer
CREATE_NEW_DEFAULT_LAYER_MAPPER - Static variable in interface de.espirit.firstspirit.transport.LayerMapper
Default implementation of a LayerMapper always answering LayerMapper.getLayer(MappingContext) call with LayerMapper.CREATE_NEW_DEFAULT_LAYER to force creation of a new default layer
createAll(Iterable<? extends SectionList.DataSheet>) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
Deprecated.
since 5.2.21 - see type
createAllowed(String, Template) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplate
Set a section or table template which should be allowed for this template for a given body
createAllowed(TemplateBody, MasterTemplate) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplate
Creates a new allowed node for the given section- or table template which should be allowed for the given body
createBoolean(String, String, Boolean) - Static method in class de.espirit.firstspirit.client.plugin.report.Parameter.Factory
Creates a new Boolean-typed parameter, using the given attributes.
createCaller(String, int, int, String) - Static method in class de.espirit.firstspirit.access.ConnectionManager
Creates a server caller based on the given information.
createComponent() - Method in interface de.espirit.firstspirit.client.gui.applications.SwingApplicationConfiguration.ComponentFactory
Creates the component.
createComposedAttribute(String, EntityType, ComposedAttribute.Relation, String) - Method in interface de.espirit.or.schema.EntityType
Create a composed attribute with the given name.
createConfiguration() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.GomConfigurable
Provides a new GOM object for configuration.
createContent(GenerationContext, PageParams) - Method in interface de.espirit.firstspirit.access.store.ContentProducer
 
createContent(TableTemplate, String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
Creates a new content node in this folder.
createContentFolder(String) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
createContentFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
Create a new ContentFolder as child of this folder.
createContentFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
Create a new ContentFolder as child of this folder.
createContentPackage(String, Project) - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
Creates a new content package with the given name and the given project as master project.
createData() - Method in interface de.espirit.firstspirit.scheduling.ScheduleTaskApplication
Create a new custom data container for storing application specific configuration information.
createDatabaseLayer(String) - Method in interface de.espirit.firstspirit.access.AdminService
Creates a new database layer.
createDatabaseLayer(Layer) - Method in interface de.espirit.firstspirit.access.AdminService
Creates a new database layer.
createDataProvider() - Method in interface de.espirit.firstspirit.client.plugin.ReportPlugin
Factory method to create an object provider instance for use with this report plug-in.
createDataRenderer() - Method in interface de.espirit.firstspirit.client.plugin.ReportPlugin
Factory method to create a renderer instance for use with this report plug-in.
createDataset() - Method in interface de.espirit.firstspirit.access.store.contentstore.DatasetProvider
Creates a new entity with the entity type of this dataset provider and returns a new dataset for this entity.
createDatasetContainer(Entity, TableTemplate, Language) - Method in interface de.espirit.firstspirit.access.editor.DatasetEditorValue
Factory method to create an value container for the specified template and entity.
createDataSnippetProvider() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.DataAccessSession
Provides the renderer having means to produce representable information for displaying a data element.
createDataStream() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.DataStreamBuilder
Creates a new data stream.
createDataStreamBuilder() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.DataAccessSession
Creates an aspectable builder for data streams.
createDataValue(String) - Method in interface de.espirit.firstspirit.access.store.Data
Deprecated.
since 5.2.21 - see type
createDefault(int) - Static method in class de.espirit.firstspirit.access.store.MultiPageParams
 
createDeltaGeneration(ScheduleContext) - Static method in enum de.espirit.firstspirit.access.schedule.DeploymentUtil
Factory method to create an instance of type DeltaGeneration.
createDeltaGeneration() - Method in interface de.espirit.firstspirit.scheduling.agency.GenerationAgent
Creates a new DeltaGeneration.
createDialog(Host, Window) - Method in class de.espirit.firstspirit.server.scheduler.DeployTargetDialogFactory
Creates a ScheduleTaskDialog using the given host and parent window.
createDialog(Host) - Method in class de.espirit.firstspirit.server.scheduler.ScheduleTaskDialogFactory
Creates a dialog instance based on the given host.
createDialog(Host, Window, ScheduleStorage) - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleWizardFactory
Create new schedule entry wirzard dialog
createDialog() - Method in interface de.espirit.firstspirit.webedit.client.api.Common
Returns an empty, yet invisible WebEdit style dialog.
createDocumentGroup(String, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Creates a new document group in this folder.
createDto() - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Create a new Task DTO to use with a task factory to create a new task.
createEditorFactory(Class<E>, DeployTask, T) - Method in interface de.espirit.firstspirit.server.scheduler.DeployTargetFactory
Create a gui factory of a specified type.
createEditorFactory(Class<E>, T) - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Create a gui factory of a specified type.
createEntity(String) - Method in interface de.espirit.or.Session
Create a new entity of the given type
createEntityEntry(long, long) - Method in interface de.espirit.firstspirit.access.schedule.GenerateTask
Create an entry which may be added to the entitystart node list.
createEntityType(String) - Method in interface de.espirit.or.schema.Schema
Create a new entity type with the given name
createExcludeFilter(Class<T>, Class<? extends T>...) - Static method in class de.espirit.common.TypedFilter
Creates and returns a class based type filter with an additional exclude filtering of the specified sub classes.
createExecutionSchedule(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Changes the ExecutionSchedule of this schedule entry to the given type.
createExternalGroup(String, String) - Method in interface de.espirit.firstspirit.access.project.Project
Adds an external group to this project.
createFeature(String, Revision, boolean) - Method in interface de.espirit.firstspirit.feature.FeatureAgent
Create a new feature with the given name.
createFeatureBuilder(FeatureDescriptor) - Method in interface de.espirit.firstspirit.feature.FeatureAgent
Returns a builder where you can create a new feature descriptor using the provided instance as blueprint.
createFeatureModel(FeatureDescriptor) - Method in interface de.espirit.firstspirit.feature.FeatureAgent
Create a feature model based on the given feature descriptor.
createFeatureTransportFile(FeatureDescriptor) - Method in interface de.espirit.firstspirit.feature.FeatureAgent
Starts a server side process to create a feature transport file.
createForm(SpecialistsBroker) - Method in interface de.espirit.firstspirit.scheduling.ScheduleTaskFormFactory
Create a form for configuring a schedule task.
createFormatTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
Creates a new FormatTemplate as child of this FormatTemplateContainer
createFormatTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateFolder
Factory for a format template having the given name.
createFormatTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplates
Create a new FormatTemplate
createFormatTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
Creates a new FormatTemplateFolder with the given name as child of this FormatTemplateContainer.
createFormatTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateFolder
Factory to create a subfolder with the given name.
createFormatTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplates
Create a new format template folder with the given name.
createFormData() - Method in interface de.espirit.firstspirit.forms.Form
Create a new, empty form data container.
createFormData(Long) - Method in interface de.espirit.firstspirit.forms.Form
Create a new, empty form data container that is identified by the given ID.
createGCAFolder(String) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
Create a new GCA-folder as a subfolder of this folder.
createGCAFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
Create a new GCA-folder as a subfolder of this folder.
createGCAFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
Create a new GCAFolder as a subfolder of this folder.
createGCAPage(String, Template) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
Create a new Page in the current GCA-folder based on the given PageTemplate
createGCAPage(String, Template, boolean) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
Create a new Page in the current GCA-Folder based on the given PageTemplate
createGCAPage(String, Template, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
Create a new Page in the current GCA-Folder based on the given PageTemplate
createGlobalWebApp(String, String, String) - Method in interface de.espirit.firstspirit.agency.ModuleAdminAgent
Creates a global web-app.
createGroup(String) - Method in interface de.espirit.firstspirit.access.project.Project
Adds an empty internal group to this project.
createHashCode() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo
Create this object's hash code.
createIdGenerator(String, boolean, ConnectionManager) - Method in interface de.espirit.or.Layer
Create a new id generator for this layer.
createIncludeFilter(Class<T>, Class<? extends T>...) - Static method in class de.espirit.common.TypedFilter
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
createIncludeFilter(Class<T>, Class<? extends T>...) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
createItem(String, String, ClientItemPerformable) - Method in interface de.espirit.firstspirit.webedit.client.api.ClientItemContext
Creates an action using the given parameters.
createKeyValue(Schema, Identifier) - Static method in class de.espirit.or.schema.KeyValue
Factory to create the key value within the given schema for the requested identifer.
createLanguage(String, String) - Method in interface de.espirit.firstspirit.access.AdminService
Create a new language.
createLanguage(String, String, Locale) - Method in interface de.espirit.firstspirit.access.AdminService
Create a new language.
createLink(Language) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplate
Create a new link instance for this template.
createLoginParams(String, String) - Static method in class de.espirit.firstspirit.access.ConnectionManager
Creates a login parameter container based on the given user name and plain password.
createMedia(String, String, int, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
Create a new media in the current MediaStore-folder
createMedia(String, String, int, boolean, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
Create a new media in this mediafolder
createMedia(String, String, int, boolean, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
Create a new media in this mediafolder
createMediaFolder(String) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
Create a new MediaStore-folder in the MediaStore and unifies the uid if necessary.
createMediaFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
Create a new MediaFolder as child of this media folder.
createMediaFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
Create a new MediaFolder as child of this media folder.
createNodeHandlerBuilder() - Method in interface de.espirit.firstspirit.client.gui.applications.browser.BrowserApplication
Provides a builder for constructing and binding a BrowserNodeHandler.
createNote() - Method in interface de.espirit.firstspirit.webedit.plugin.status.WebeditStatusNoteContext
Creates a WebeditStatusNoteBuilder for the creation of a WebeditStatusNote.
CreateOperation - Interface in de.espirit.firstspirit.storage
Indicates a create operation.
createPage(String, Template) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
Create a new Page in the current PageStore-folder based on the given PageTemplate.
createPage(String, Template, boolean) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
Create a new page in this folder with the given uid and template.
createPage(String, Template, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
Create a new page in this folder with the given uid and template.
createPageFolder(String) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
Create a new PageStore-folder as a subfolder of the current.
createPageFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
Create a new PageFolder as child of this folder.
createPageFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
Create a new PageFolder as child of this folder.
createPageGroup(String) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Create a new page-group for the current PageReference.
createPageRef(String, Page) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Create a new page reference entry.
createPageRef(String, Page, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Creates a new page reference in this folder.
createPageRef(String, Page, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Creates a new page reference in this folder.
createPageRefFolder(String) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Create a new SiteStore-folder in this folder.
createPageRefFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Create a new PageRefFolder as child of this folder.
createPageRefFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Create a new PageRefFolder as child of this folder.
createPageRefFolder(String, Map<Language, String>, boolean, IDProvider) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Create a new PageRefFolder as child of this folder and place it before the given next sibling.
createProject(String, String) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
Create a new Project.
createProvider() - Method in interface de.espirit.firstspirit.webedit.plugin.WebeditReportPlugin
Deprecated.
Factory method to create an object provider instance for use with this report plug-in.
createPublishGroup(String, String) - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
Creates a new publish group with the given name and the given description.
createQuery(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
Creates a new query under this schema with the given uidSuggestioni.
createRenderer(IDProvider) - Method in interface de.espirit.firstspirit.agency.RenderingAgent
Create a content renderer for the provided node.
createRenderer(String) - Method in interface de.espirit.firstspirit.agency.RenderingAgent
Create a renderer for a template source string.
createRenderer() - Method in interface de.espirit.firstspirit.webedit.plugin.WebeditReportPlugin
Deprecated.
Factory method to create a renderer instance for use with this report plug-in.
createRequest(UserService, Map<String, String>) - Method in interface de.espirit.firstspirit.service.treedata.TNodeProvider
Creates a request object.
createRequest(IDProvider, Map<String, String>) - Method in interface de.espirit.firstspirit.service.treedata.TNodeProvider
Creates a request object.
createResolution(String, String) - Method in interface de.espirit.firstspirit.access.project.Project
Create a new resolution
createRevisionFilter(RevisionOperation.OperationType...) - Static method in class de.espirit.firstspirit.storage.RevisionFilter
Returns a filter which accepts all revisions with a revision operation type containing in given operationTypes.
createScheduledPageRef(Page, Date) - Method in interface de.espirit.firstspirit.access.store.sitestore.PageLangSpec
Creates and adds a scheduled page-ref.
createScheduleEntry(String) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
Creates a new schedule entry for server scoped actions.
createScheduleEntry(String, Project) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
Creates a new schedule entry for the provided project.
createScheduleTaskTemplate() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
Creates a new schedule task template which can be used for project or server scoped actions.
createSchema(String, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
createSchema(String, String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
Factory for a new schema.
createSchemaFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
createSchemaFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
Creates a new SchemaFolder with the given name and displaynames as child of this SchemaContainer.
createSchemaSynchronizer() - Method in interface de.espirit.or.Layer
Creates a schema synchronizer.
createScript(String, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
Calls ScriptContainer.createScript(String, java.util.Map, boolean) and uses the given description as displayname for the default editorial language.
createScript(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
Creates a new Script as child of this ScriptContainer
createScriptFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
createScriptFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
Creates a ScriptFolder with the given name and displaynames as a child of this ScriptContainer.
createSection(String, Template) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCABody
Create a new GCASection for this body with given name and Section-Template
createSection(String, Template) - Method in interface de.espirit.firstspirit.access.store.pagestore.Body
Create a new section with the given name and template.
createSectionReference(String, Section) - Method in interface de.espirit.firstspirit.access.store.pagestore.Body
Creates a section reference based on the given source section as new child of this body.
createSelect(String, List<ParameterSelect.SelectItem>, String) - Static method in class de.espirit.firstspirit.client.plugin.report.Parameter.Factory
Creates a new String-typed selection parameter, using the given attributes.
createSelect(String) - Method in interface de.espirit.or.Session
Create a select for the entity type with the provided name.
createSelectItem(String, String) - Static method in class de.espirit.firstspirit.client.plugin.report.Parameter.Factory
Creates a new SelectItem, based on the given parameter.
createSession(SpecialistsBroker, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.lists.GomIndexSource
Creates a session based on the definition and configuration of this source.
createSession(SpecialistsBroker) - Method in interface de.espirit.firstspirit.client.access.editor.lists.Index
Creates a session based on the definition and configuration of the underlying source.
createSession(BaseContext) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.DataAccessSessionBuilder
Create a session based on the given configuration.
createSessionBuilder() - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.DataAccessPlugin
Provides a builder for creating a (configured) session for accessing data.
createSimpleAttribute(String, Class<T>) - Method in interface de.espirit.or.schema.EntityType
Create a simple attribute with the given name and type.
createStyleTemplate(String, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
Factory for a StyleTemplate based on a uid.
createTableFormatTemplate(String, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
Factory for a TableFormatTemplate based on a uid.
createTableTemplate(EntityType, String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
Creates a table template under this schema for the given entity type.
createTag(String, String, Map<String, String>) - Method in interface de.espirit.firstspirit.access.project.Project
Create a tagged revision.
createTag(Revision, String, String, Map<String, String>) - Method in interface de.espirit.firstspirit.access.project.Project
Create a tag for a existing revision.
createTarget(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.DeployTask
Create a target.
createTask(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Creates a ScheduleTask with type type.
createTask(ScheduleTaskTemplate) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Creates a ScheduleTask which uses all properties of the given ScheduleTaskTemplate.
createTask(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTaskTemplate
Create and set a task of the provided type.
createTask(StoreElement, Workflow, String) - Method in interface de.espirit.firstspirit.access.UserService
Create task on StoreElement.
createTask(StoreElement, Workflowable, Workflow, String) - Method in interface de.espirit.firstspirit.access.UserService
Create task on Workflowable.
createTask(StoreElement, Workflow, Task) - Method in interface de.espirit.firstspirit.access.UserService
Clone a existing task on a StoreElement.
createTask(ScheduleEntry, DTO) - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Create a new task.
createTaskExecutor() - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Factory providing an executor object for performing a task.
createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
Create a new template in this folder.
createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
Create a new template in this folder.
createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
Create a new template in this folder.
createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
Create a new template in this folder.
createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
Create a new template in this folder.
createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
Create a new template in this folder.
createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
Create a new template in this folder.
createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
Create a new template in this folder.
createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
Create a new template in this folder.
createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
Create a new template in this folder.
createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
Create a new template in this folder.
createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
Create a new template in this folder.
createTemplateBody(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplate
Create and add a new body.
createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
Create a new sub-folder in this folder
createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
Create a new sub-folder in this folder
createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
Create a new sub-folder in this folder
createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
Create a new sub-folder in this folder
createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
Create a new sub-folder in this folder
createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
Create a new sub-folder in this folder
createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
Create a new sub-folder in this folder
createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
Create a new sub-folder in this folder
createTemplatePackage(String, Project) - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
Creates a new template package with the given name and the given project as master project.
createTemplateSet() - Method in interface de.espirit.firstspirit.access.project.Project
Create a new TemplateSet
createText(String, String, String) - Static method in class de.espirit.firstspirit.client.plugin.report.Parameter.Factory
Creates a new String-typed text input parameter, using the given attributes.
createTicket() - Method in interface de.espirit.firstspirit.access.Connection
Creates a one-time FS SSO ticket for the user of this connection.
createTicket(boolean) - Method in interface de.espirit.firstspirit.access.Connection
Creates a FS SSO ticket for the user of this connection.
createTransferHandler() - Method in interface de.espirit.firstspirit.client.plugin.ReportPlugin
Factory method to create a transfer handler instance for use with this report plug-in.
createUrl() - Method in interface de.espirit.firstspirit.agency.ClientUrlAgent.ClientUrlBuilder
Returns the client url.
createUrlCreator() - Method in interface de.espirit.firstspirit.generate.UrlCreatorSpecification
Create a new UrlCreator instance with the specified settings from the module.xml.
createUrlCreator(Map<String, String>) - Method in interface de.espirit.firstspirit.generate.UrlCreatorSpecification
Create a new UrlCreator instance with custom settings.
createUrlFactory() - Method in interface de.espirit.firstspirit.generate.UrlCreatorSpecification
In case the specification provides a valid UrlFactory class name for the property "urlfactory" this will deliver a new instance of the specified class.
createUser(String, String) - Method in interface de.espirit.firstspirit.access.admin.UserStorage
Create a new user.
createVariable(Language, String) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreVariableFormData
Creates a new variable with desired name in this container and return the created form field for the given language.
createVersion(String, String) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Create a new version.
createVersion(String, String, boolean) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Creates a new version.
createWar() - Method in class de.espirit.firstspirit.module.AbstractWebApp
Instructs the application to create a WAR file.
createWar() - Method in interface de.espirit.firstspirit.module.WebApp
Event method: called just before a war file would be created.
createWebServerConfiguration(WebServerConfiguration.Type) - Method in interface de.espirit.firstspirit.access.schedule.DeployTarget
Deprecated.
since 5.0 - no replacement
createWorkflow(String, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
Creates a new workflow with the given uid and description as child of this workflow container.
createWorkflow(String, String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
Creates a new workflow with the given uid and description as child of this workflow container.
createWorkflowFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
Creates a new workflow folder with the given name as child of this workflow container.
createWorkflowFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
Creates a new WorkflowFolder with the given name and displaynames as child of this workflow container.
createWorkflowScriptContext(Script, Transition, Activity, TaskState.Mode, Data) - Method in interface de.espirit.firstspirit.access.WorkflowContext
createWorkflowScriptContext(Script, Transition, Activity, TaskState.Mode, FormData) - Method in interface de.espirit.firstspirit.access.WorkflowContext
Create script context for executing a script.
CropDialogOperation - Interface in de.espirit.firstspirit.webedit.server
Operation for cropping resolutions of a media picture.
CsvReader - Class in de.espirit.common.util
Utility class to parse CSV files.
CsvReader(Reader, char) - Constructor for class de.espirit.common.util.CsvReader
Constructs a new CsvReader with the given reader as source of the csv file and the given char as delimiter of the csv file
CsvReader(Reader) - Constructor for class de.espirit.common.util.CsvReader
Constructs a new CsvReader with the given reader as source of the csv file with default delimiter ';'.
CsvReader.CsvToken - Class in de.espirit.common.util
Class representing a single token
CsvWriter - Class in de.espirit.common.util
Utility class to write CSV files.
CsvWriter(Writer) - Constructor for class de.espirit.common.util.CsvWriter
Constructs a new CsvWriter with the given writer
CsvWriter(Writer, char) - Constructor for class de.espirit.common.util.CsvWriter
Constructs a new CsvWriter with the given writer and the given char as delimiter
CUSTOM_PROPERTY_IMPORT_IDMAP - Static variable in interface de.espirit.firstspirit.access.project.Project
Property to get ImportId map (Map) via getCustomProperties(IMPORT_IDMAP)
CUSTOM_PROPERTY_IMPORT_LAYERMAP - Static variable in interface de.espirit.firstspirit.access.project.Project
Property to get import layer mapping (Map) via getCustomProperties(IMPORT_IDMAP)
CUSTOM_PROPERTY_IMPORT_SOURCE_INFOS - Static variable in interface de.espirit.firstspirit.access.project.Project
Property to get source server and project infos of an imported project (Map) via getCustomProperties(IMPORT_IDMAP)
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