- calculateChangeSet() - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration
-
Calculate the change set based on the current settings.
- 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
-
Cast the given object to the underlying type of this token.
- cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.report.ParameterBoolean
-
Casts the given object to the parameter's value type.
- cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.report.ParameterSelect
-
Cast's the given object to the parameter's value type.
- cast(Object) - Method in class de.espirit.firstspirit.webedit.plugin.report.ParameterText
-
Casts the given object this parameter's value type.
- ChangeManaging<T> - Interface in de.espirit.firstspirit.ui.gadgets.aspects
-
Aspect definition for a gadget that manages its changes.
- ChangeTracking - Interface in de.espirit.firstspirit.ui.gadgets.aspects
-
- Classname - Class in de.espirit.firstspirit.common.text
-
String type replacement for class names.
- cleanUp() - Method in class de.espirit.firstspirit.generate.AbstractContentProcessor
-
- cleanUp() - Method in interface de.espirit.firstspirit.generate.UrlCreator
-
Callback for clean up, called when the instance is not longer used.
- 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.opt.office.OfficeImportService
-
- clearChildren() - Method in interface de.espirit.firstspirit.service.permission.groups.Group
-
Removes all children of this group.
- clearChilds() - Method in interface de.espirit.firstspirit.service.permission.groups.Group
-
- clearMDC() - Method in interface de.espirit.common.base.MappedDiagnosticContext
-
Clear all entries in the MDC of the underlying implementation.
- clearValue() - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.ChangeManaging
-
- 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
-
- 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.
- 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.
- close() - Method in interface de.espirit.firstspirit.client.gui.applications.ApplicationTab
-
Closes this tab.
- close() - Method in interface de.espirit.firstspirit.io.FileSystem
-
Close file system.
- close() - Method in class de.espirit.firstspirit.server.mediamanagement.FileBasedUploadFilter
-
- 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
-
Closure method; called if the report provider is no longer needed.
- 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.
- 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.
- 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.
- 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
-
Deprecated.
since 4.2.200. no replacement - Components must implement proper interfaces.
- componentFactory(SwingApplicationConfiguration.ComponentFactory) - Method in interface de.espirit.firstspirit.client.gui.applications.SwingApplicationConfiguration
-
- computeDifferences(T, T) - Method in interface de.espirit.firstspirit.client.access.editor.DifferenceComputing
-
Compute the list of differences between the two provided values.
- Configuration<E extends ServerEnvironment> - Interface in de.espirit.firstspirit.module
-
- 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() - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration.ChangeSet
-
Configure first generate task (after the current task) to generate the calculated change set.
- connectionMode(ClientUrlAgent.JavaClientUrlBuilder.ConnectionMode) - Method in interface de.espirit.firstspirit.agency.ClientUrlAgent.JavaClientUrlBuilder
-
Provide the connection mode that should be used.
- containsKey(String) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifData
-
Returns
true if this
ExifData
contains the specified element.
- 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.
- ContextMenuContext - Interface in de.espirit.firstspirit.client.plugin.contextmenu
-
A context used for client plug-in context menu items.
- Contrastable - Interface in de.espirit.firstspirit.client.access.editor
-
Implementors of this interface enable to contrast their current value with another one.
- contrastWith(Language, Object) - Method in interface de.espirit.firstspirit.client.access.editor.Contrastable
-
Contrasts this instance with a given value.
- 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.
- CRCSession - Interface in de.espirit.firstspirit.client.io.crc
-
- 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, 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(String) - Static method in class de.espirit.firstspirit.common.UrlProducers
-
- create(Element, String, String) - Static method in class de.espirit.firstspirit.module.descriptor.WebAppDescriptor
-
- create() - Method in interface de.espirit.firstspirit.server.scheduler.DeployTargetFactory
-
- create(DeployTask, DTO) - Method in interface de.espirit.firstspirit.server.scheduler.DeployTargetFactory
-
- create(SwingGadgetContext<E>) - Method in interface de.espirit.firstspirit.ui.gadgets.swing.SwingGadgetFactory
-
- create(String, List<IDProvider>) - Static method in class de.espirit.firstspirit.workflow.WebeditElementStatusProviderPlugin.Factory
-
Creates a workflow group with the given displayName
and elements
.
- createComponent() - Method in interface de.espirit.firstspirit.client.gui.applications.SwingApplicationConfiguration.ComponentFactory
-
- createDeltaGeneration(ScheduleContext) - Static method in enum de.espirit.firstspirit.access.schedule.DeploymentUtil
-
- createDialog(Host, Window) - Method in class de.espirit.firstspirit.server.scheduler.DeployTargetDialogFactory
-
- createDialog(Host) - Method in class de.espirit.firstspirit.server.scheduler.ScheduleTaskDialogFactory
-
- 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.
- 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.
- createEntityType(String) - Method in interface de.espirit.or.schema.Schema
-
Create a new entity type with the given name
- createFeature(String, Revision, boolean) - Method in interface de.espirit.firstspirit.feature.FeatureAgent
-
Create a new feature with the given name.
- 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.
- 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.
- createNodeHandlerBuilder() - Method in interface de.espirit.firstspirit.client.gui.applications.browser.BrowserApplication
-
- createProvider() - Method in interface de.espirit.firstspirit.webedit.plugin.WebeditReportPlugin
-
Factory method to create an object provider instance for use with this report plug-in.
- createRenderer() - Method in interface de.espirit.firstspirit.webedit.plugin.WebeditReportPlugin
-
Factory method to create a renderer instance for use with this report plug-in.
- 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
-
- createUrl() - Method in interface de.espirit.firstspirit.agency.ClientUrlAgent.ClientUrlBuilder
-
Returns the client url.
- createUrlCreator() - Method in interface de.espirit.firstspirit.generate.UrlCreatorSpecification
-
- createUrlCreator(Map<String, String>) - Method in interface de.espirit.firstspirit.generate.UrlCreatorSpecification
-
Create a new
UrlCreator
instance with custom settings.
- 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.
- createWar() - Method in class de.espirit.firstspirit.module.AbstractWebApp
-
- createWar() - Method in interface de.espirit.firstspirit.module.WebApp
-
Event method: called just before a war file would be created.