Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- RadiobuttonEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.
- radius(int) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.CircleBuilder
-
Sets the radius for the circle.
- Range - Class in de.espirit.firstspirit.access.store.templatestore.gom
-
Simple range container.
- Range() - Constructor for class de.espirit.firstspirit.access.store.templatestore.gom.Range
- read() - Method in class de.espirit.common.util.CsvReader
-
Returns a
CsvToken
of the typeCsvReader.CsvToken.VALUE
orCsvReader.CsvToken.NEW_LINE
orCsvReader.CsvToken.EOF
- read() - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
-
Reads a byte.
- read(byte[], int, int) - Method in class de.espirit.firstspirit.server.mediamanagement.FileBasedUploadFilter
-
Reads up to len bytes of data from the input stream into an array of bytes.
- read(byte[], int, int) - Method in interface de.espirit.firstspirit.server.mediamanagement.UploadFilter
-
Reads up to len bytes of data from the input stream into an array of bytes.
- read(byte[]) - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
-
Reads some bytes into the given byte buffer.
- read(byte[], int, int) - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
-
Reads some bytes into the given byte buffer starting at the given offset of that buffer.
- read(Node, Language, boolean) - Method in interface de.espirit.firstspirit.client.access.editor.ReferenceTransformationAgent
-
Read an element referencing container from a persistency node.
- read(List<Node>) - Method in interface de.espirit.firstspirit.client.access.editor.ValueEngineer
-
Read the value.
- READ_COMMITTED - Enum constant in enum class de.espirit.or.Layer.TransactionIsolationLevel
-
Isolation level, see
Connection.TRANSACTION_READ_COMMITTED
. - rebuildReferences() - Method in interface de.espirit.firstspirit.agency.ProjectReferencesAgent
-
Rebuild reference for all elements from all current and release stores.
- rebuildReferences(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Deprecated.since 5.2.301, use
ProjectReferencesAgent.rebuildReferences()
. - rebuildReferences(IDProvider) - Method in interface de.espirit.firstspirit.agency.ProjectReferencesAgent
-
Recalculates the outgoing references of the given
element
. - rebuildSearchIndex(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Since FirstSpirit v5 this starts the project schedule entry with the name "Rebuild search index".
- rebuildSearchIndex(IDProvider) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Refreshes the search index for the given
element
. - receive(Area.Visitor<R>) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.Area
-
Receive the handed visitor.
- recipient(String) - Method in class de.espirit.firstspirit.access.MailHeader.Builder
-
Adds one or more recipients (TO) to the mail header.
- recipients - Variable in class de.espirit.firstspirit.access.MailHeader
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.2.601 - use
MailHeader.Builder.recipient(String)
andMailHeader.getRecipients()
instead - RectangleBuilder - Interface in de.espirit.firstspirit.access.editor.value.imagemap
-
Definition of a builder for rectangular areas.
- RectArea - Interface in de.espirit.firstspirit.access.editor.value.imagemap
-
An area of rectangular shape.
- recursive(boolean) - Method in interface de.espirit.firstspirit.store.operations.ReleaseOperation
-
If
true
the subtree of each element (except for datasets) will be released recursive. - RECURSIVE - Static variable in interface de.espirit.firstspirit.service.treedata.editor.TNodes
-
Selection value: recursively selected.
- redirectOutput(String) - Method in interface de.espirit.firstspirit.agency.ProcessAgent.ProcessBuilder
-
Redirects
error
andnormal output
to the log. - redirectTemplateLogToDefaultLog() - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
-
Deprecated.since 5.2.2105 no replacement. will log by default, set desired log level via configuration
- REF_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ReferenceEditorValue
-
Deprecated.Key to store the referenced target.
- Reference - Interface in de.espirit.firstspirit.access.editor.reference
-
A reference is either an internal reference (e.g.
- REFERENCE_KEY - Static variable in interface de.espirit.firstspirit.access.editor.MediumEditorValue
-
Deprecated.Key for the reference.
- Referenceable - Interface in de.espirit.firstspirit.access.store
-
Interface for IDProviders that support referencing.
- ReferenceAwareValueIndexSupporting<T> - Interface in de.espirit.firstspirit.client.access.editor
-
Aspect for
ValueEngineer
s supporting reference-aware indexing and full text searching. - ReferenceConstructionAgent - Interface in de.espirit.firstspirit.client.access.editor
-
Agent providing means to create reference holding containers for
store elements, data sets
, andexternal URLs
. - ReferenceContaining<T> - Interface in de.espirit.firstspirit.client.access.editor
-
Aspect for reference containing
ValueEngineer
s. - ReferenceEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.since 5.2.21 - use
FormField
instead - ReferenceEntry - Interface in de.espirit.firstspirit.access
-
Base definition for an entry to the references system.
- ReferenceHolder - Interface in de.espirit.firstspirit.client.access.editor
-
Generic super type for reference holding containers.
- ReferenceHolder.ChangeCallback - Interface in de.espirit.firstspirit.client.access.editor
-
Definition of a callback on changes in a referenced element.
- ReferenceNotFoundException - Exception in de.espirit.firstspirit.access
-
Indicates that a required reference could not be found.
- ReferenceNotFoundException() - Constructor for exception de.espirit.firstspirit.access.ReferenceNotFoundException
- REFERENCES - Enum constant in enum class de.espirit.firstspirit.storage.ChangeType
-
Indicates changes in the reference list of the related store element.
Belonging change detail is of typeReferencesChangeDetail
- ReferencesChangeDetail - Interface in de.espirit.firstspirit.storage
-
Interface indicating changes in referenced elements.
- ReferencesChangeDetail.ContentReference - Interface in de.espirit.firstspirit.storage
-
Specific type on entity references identified by a tuple of schema uid, type name, and a unique key.
- ReferencesChangeDetail.ExternalReference - Interface in de.espirit.firstspirit.storage
-
Specific type on external references identified by their external resource.
- ReferencesChangeDetail.IdReference - Interface in de.espirit.firstspirit.storage
-
Specific type on references identified by their id and kind.
- ReferencesChangeDetail.IdReference.Kind - Enum Class in de.espirit.firstspirit.storage
-
Kind of id reference.
- ReferencesChangeDetail.NameReference - Interface in de.espirit.firstspirit.storage
-
Specific type on references identified by their uid and type.
- ReferencesChangeDetail.ProjectReference - Interface in de.espirit.firstspirit.storage
-
Specific type on foreign references of projects identified by their id.
- ReferencesChangeDetail.Reference - Interface in de.espirit.firstspirit.storage
-
Marker interface for elements providing information on references.
- ReferencesChangeDetail.RemoteReference - Interface in de.espirit.firstspirit.storage
-
Specific type on foreign references of projects identified by their remote configuration name.
- ReferencesReporting - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
-
Aspect providing means to report references to FirstSpirit or external elements.
- ReferenceTransformationAgent - Interface in de.espirit.firstspirit.client.access.editor
-
Agent providing means to transform reference holding containers to their persistency form and vice versa.
- ReferenceType - Enum Class in de.espirit.firstspirit.access.store
-
Support for reference types and prefixes.
- refresh() - Method in interface de.espirit.firstspirit.access.Lockable
-
Discard
local changes
and load actual server version of this object - refresh() - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
-
Refreshes this manager instance (e.g. reset caches).
- refresh() - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
-
Refreshes this subscription with the subcription object from the server.
Call to rollback changes - refresh() - Method in interface de.espirit.firstspirit.access.ReferenceEntry
-
Refreshes this reference entry, e.g. by removing cached objects, recalculating broken status or refreshing referenced elements.
- refresh() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntryControl
-
Requests the actual version from the server.
- refresh() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
-
Discard all local changes made to this configuration file.
- refresh() - Method in interface de.espirit.firstspirit.access.store.StoreElement
-
Refreshes this element if there is a newer version on the server.
- refresh() - Method in interface de.espirit.firstspirit.webedit.client.api.ClientItemContext
-
Triggers a refresh of the contextual view this action has been registered for, if the context provides such a functionality.
Example for the refresh of the contextual view: - refresh() - Method in interface de.espirit.firstspirit.webedit.plugin.media.MediaManagementContext
-
Requests to refresh the visible folder in the current media management dialog on the client.
- refresh() - Method in interface de.espirit.or.schema.Entity
-
Refresh the content of this entity with the one stored in the database.
- refresh() - Method in interface de.espirit.or.Session
-
Refresh the session if there are no uncommitted changes.
- refresh(String) - Method in interface de.espirit.firstspirit.webedit.client.api.Report
-
Refreshes the specified report.
- REFRESH - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "refresh" icon.
- refreshProjects() - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Resets the cache of the project list
- refreshUsers() - Method in interface de.espirit.firstspirit.access.admin.UserStorage
-
Refreshs the internal user cache.
- REFUSE_OTHER_TASKS - Enum constant in enum class de.espirit.firstspirit.access.schedule.MaintenanceModeTask.ConcurrentTaskHandling
-
Other tasks are not allowed to be executed while the maintenance mode is active.
- regionMatches(boolean, int, String, int, int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.regionMatches(boolean, int, String, int, int)
. - regionMatches(int, String, int, int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.regionMatches(int, String, int, int)
. - register(BusIdentifier<T>, Consumer<T>) - Method in interface de.espirit.firstspirit.agency.EventBusAgent
- register(TransferType<T>, SupplierHost.Supplier<T>) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.SupplierHost
-
Registers a supplier for the hosted gadget itself.
- register(ValidatorHost.Validator) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.ValidatorHost
-
Registers a validator for the given component and type.
- register(TranslationHost) - Method in interface de.espirit.firstspirit.webedit.plugin.translation.TranslationPlugin
-
Register handler responsible for translating content in a specific context.
- register(TranslationType<T>, TranslationHost.Translator<T>) - Method in interface de.espirit.firstspirit.webedit.plugin.translation.TranslationHost
-
Register a handler translating contents of the specified type.
- register(Object, TransferType<T>, SupplierHost.Supplier<T>) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.SupplierHost
-
Registers a supplier for the given component and type.
- register(Element, T) - Method in interface de.espirit.firstspirit.client.gui.applications.BrowserNodeHandler
-
Registers a
node
to the specifiedElement
. - registerClientService(Class<T>, T) - Method in interface de.espirit.firstspirit.agency.ClientServiceRegistryAgent
-
Register a client service to be reachable via
ServicesBroker.getService(Class)
- registerGadgetHandler(HandlerHost.Handler, Collection<TransferType<?>>) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.HandlerHost
-
Registers a handler to the gadget as drop target receiving all transfer type-mapped commodities.
- registerHandler(TransferType<A>, HandlerHost.Handler<D, A>) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.transfer.HandlerHost
-
Registers a supplier for the hosted gadget itself.
- registerHandler(TransferHandling.HandlerHost.Handler, Collection<TransferType<?>>) - Method in interface de.espirit.firstspirit.webedit.server.gadgets.aspects.TransferHandling.HandlerHost
-
Registers a handler receiving all transfer type-mapped commodities.
- registerHandler(Component, HandlerHost.Handler, TransferType<?>...) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.HandlerHost
-
Registers a handler receiving all transfer type-mapped commodities.
- registerHandler(Component, HandlerHost.Handler, Collection<TransferType<?>>) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.HandlerHost
-
Registers a handler receiving all transfer type-mapped commodities.
- registerHandlers(HandlerHost<D>) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.transfer.TransferHandling
-
Register handler responsible for receiving commodities in a specific context.
- registerHandlers(HandlerHost) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.TransferHandling
-
Register handler responsible for receiving commodities in a specific context.
- registerHandlers(TransferHandling.HandlerHost) - Method in interface de.espirit.firstspirit.webedit.server.gadgets.aspects.TransferHandling
-
Register handler responsible for receiving commodities in a specific context.
- registerParameters(DataTemplating.ParameterSet, D, Language) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.DataTemplating
-
Asks to register needed parameters to the given set.
- registerSupplier(TransferType<A>, SupplierHost.Supplier<D, A>) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.transfer.SupplierHost
-
Registers a supplier for the hosted gadget itself.
- registerSupplier(TransferType<A>, TransferHandler.SupplierHost.Supplier<T, A>) - Method in interface de.espirit.firstspirit.client.plugin.report.TransferHandler.SupplierHost
-
Registers a supplier for the hosted gadget itself.
- registerSuppliers(SupplierHost<D>) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.transfer.TransferSupplying
-
Register suppliers responsible for providing commodities.
- registerSuppliers(TransferHandler.SupplierHost<T>) - Method in interface de.espirit.firstspirit.client.plugin.report.TransferHandler
-
Register suppliers responsible for providing commodities.
- registerSuppliers(SupplierHost) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.TransferSupplying
-
Register suppliers responsible for providing commodities.
- registerValidator(ValidatorHost) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.TransferValidating
-
Register validators responsible for validating commodities in depth.
- registerWebServer(String, String, String) - Method in interface de.espirit.firstspirit.agency.ModuleAdminAgent
-
Registers a new web server with the specified instance name.
- REJECT_NEW_SESSIONS - Enum constant in enum class de.espirit.firstspirit.access.schedule.MaintenanceModeTask.MaintenanceStage
-
It is not possible to connect to the server or the selected projects anymore.
- RELATED_PROJECT_LINK - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
-
Type string identifying a reference to a
LinkTemplate
- RELATED_PROJECT_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
-
Reference from/to related project (this type is always combined with another type).
- RELATIONSHIP_PATH_LENGTH_TO_FOLLOW - Static variable in interface de.espirit.firstspirit.agency.SearchIndexAgent
-
Name of the server wide property to define the maximum path length to follow on indexing relationships.
- RELATIVE_URL - Enum constant in enum class de.espirit.firstspirit.access.UrlCreator.Mode
-
Deprecated.A relative url containing something like '../' - called for "abs:0".
- RELATIVE_URL - Enum constant in enum class de.espirit.firstspirit.generate.UrlCreator.Mode
-
A relative url containing something like '../' - called for "abs:0".
- RELATIVE_URL - Static variable in interface de.espirit.firstspirit.access.UrlCreator
-
Deprecated.since 5.0.3 - use
UrlCreator.RELATIVE_URL
. - RELATIVE_URL - Static variable in interface de.espirit.firstspirit.generate.UrlCreator
-
relative link (e.g. "../..
- release() - Method in interface de.espirit.firstspirit.access.store.IDProvider
-
Release this node and all childs.
- release(boolean) - Method in interface de.espirit.firstspirit.access.store.IDProvider
-
Release this node and optionally all childs
- release(boolean) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.UrlGenerationContext.Builder
-
Indicates whether or not the URL is requested in the context of a release version.
- release(Entity) - Method in interface de.espirit.or.Session
-
Release the given
entity
. - release(IDProvider, boolean) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Deprecated.use
ReleaseOperation
instead ; since 5.2.180606 - release(IDProvider, boolean, boolean, boolean, IDProvider.DependentReleaseType) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Deprecated.use
ReleaseOperation
instead ; since 5.2.180606 - release(IDProvider, boolean, boolean, boolean, IDProvider.DependentReleaseType, String) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Deprecated.use
ReleaseOperation
instead ; since 5.2.180606 - release(IDProvider, boolean, String) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Deprecated.use
ReleaseOperation
instead ; since 5.2.180606 - release(Entity) - Method in interface de.espirit.firstspirit.access.store.contentstore.Content2
-
Deprecated.since 5.2.201 - use
IDProvider.release()
instead. - release(Entity, String) - Method in interface de.espirit.firstspirit.access.store.contentstore.Content2
-
Deprecated.since 5.2.201 - use
IDProvider.release()
instead. - RELEASE - Enum constant in enum class de.espirit.firstspirit.access.schedule.GenerateTask.GenerationSource
-
Generate the release version.
- RELEASE - Enum constant in enum class de.espirit.firstspirit.agency.ValidationAgent.ValidationScope
-
Validation scope for releasing.
- RELEASE - Enum constant in enum class de.espirit.firstspirit.storage.RevisionOperation.OperationType
-
Indicates a release operation
- RELEASE_FAILED - Enum constant in enum class de.espirit.firstspirit.access.store.ReleaseProblem
-
Indicates a general problem that occured during the release, e.g. if an IO Exception occured or the element was not found.
- RELEASE_FILTER - Static variable in class de.espirit.firstspirit.storage.RevisionFilter
-
This filter accepts all revisions with
operations
belonging to release operations (ReleaseOperation
,ServerReleaseOperation
,ContentOperation
withreleased entities
- RELEASE_MODE_AUTO - Static variable in interface de.espirit.firstspirit.access.packagepool.Subscription
-
Defines the release mode automatic.
- RELEASE_MODE_WORKFLOW - Static variable in interface de.espirit.firstspirit.access.packagepool.Subscription
-
Defines the release mode workflow.
- RELEASE_UNSUPPORTED - Enum constant in enum class de.espirit.firstspirit.access.store.ReleaseProblem
-
Indicates that an element does not support release
- RELEASED - Enum constant in enum class de.espirit.firstspirit.workflow.WebeditElementStatusProviderPlugin.State
-
Release state: element is released.
- RELEASED - Static variable in interface de.espirit.firstspirit.access.store.IDProvider
-
Indicates that this node is currently released.
- ReleaseOperation - Interface in de.espirit.firstspirit.storage
-
Indicates a
release operation
- ReleaseOperation - Interface in de.espirit.firstspirit.store.operations
-
Operation providing means to release
elements
on the server. - ReleaseOperation.ReleaseResult - Interface in de.espirit.firstspirit.store.operations
-
Interface representing the result of the
release operation
. - ReleaseProblem - Enum Class in de.espirit.firstspirit.access.store
-
Representing various problems that can occur during a relase Used by
ReleaseOperation
- ReleaseProgress - Interface in de.espirit.firstspirit.access.store
-
Deprecated.since 5.2.180606, use
ReleaseOperation
instead - ReleaseProgress.ProblemType - Enum Class in de.espirit.firstspirit.access.store
-
Deprecated.since 5.2.180606, use
ReleaseOperation
instead - releaseStoreElement() - Method in interface de.espirit.firstspirit.workflow.model.State
-
Returns true if end-state and the store-element will be released when reached this state.
- RELEASING - Enum constant in enum class de.espirit.or.schema.Entity.PersistentState
-
Marks that the entity currently in a state of becoming released.
- Relevancy - Enum Class in de.espirit.firstspirit.access.store.templatestore.gom
-
Enumeration of options defining a relevancy level.
- reload() - Method in interface de.espirit.firstspirit.client.gui.JavaClientApi
-
Reloads the current url of the belonging browser app.
- reload() - Method in interface de.espirit.firstspirit.webedit.client.api.Preview
-
Reloads the current page.
- reload(String) - Method in interface de.espirit.firstspirit.webedit.client.api.Preview
-
Reloads the element with the given id.
- reload(Element) - Method in interface de.espirit.firstspirit.webedit.client.api.Preview
-
Reloads the given element.
- reloadAfterCreation(String) - Method in interface de.espirit.firstspirit.webedit.server.NewSectionOperation
-
The ID of an HTML element to be reloaded instead of the complete preview, after an automated
Section
creation. - remainingDurationOfCurrentStage() - Method in interface de.espirit.firstspirit.server.MaintenanceModeInfo
-
This method may be used to determine the remaining duration of the currently active stage.
- remainingDurationOfCurrentStageInMillis() - Method in interface de.espirit.firstspirit.server.MaintenanceModeInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.2.180703 - use
MaintenanceModeInfo.remainingDurationOfCurrentStage()
instead - REMOTE_KEY - Static variable in interface de.espirit.firstspirit.access.editor.PageRefEditorValue
-
Deprecated.Key for the symbolic remote project reference.
- REMOTE_NAME_KEY - Static variable in interface de.espirit.firstspirit.access.editor.MediumEditorValue
-
Deprecated.Key for the symbolic remote project name.
- REMOTE_NAME_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ReferenceEditorValue
-
Deprecated.Key to store the symbolic remote project name.
- RemoteFormData - Interface in de.espirit.firstspirit.forms
-
Interface definition for form data containers providing remote, generic access to transported values and form information.
- RemoteFormData.InaccessibleException - Exception in de.espirit.firstspirit.forms
-
Thrown to indicate that a field is not accessible.
- RemoteFormField<T> - Interface in de.espirit.firstspirit.forms
-
Language specific property container of a form's field.
- RemoteProjectConfiguration - Class in de.espirit.firstspirit.access.project
-
This class holds all necessary information for a connection to a remote project.
- RemoteProjectConfiguration() - Constructor for class de.espirit.firstspirit.access.project.RemoteProjectConfiguration
-
Create a new instance.
- RemoteTaskType - Enum Class in de.espirit.firstspirit.access.schedule
-
Remote task type - a cluster node is configured to execute a set of types and a
task is of a specific type
. - remove(MPPViewport) - Method in interface de.espirit.firstspirit.access.project.mpp.MPPViewports
-
Removes the given viewport from the current collection.
- remove(JsonElement<?>...) - Method in interface de.espirit.firstspirit.json.JsonArray
-
This method removes the given {link JsonElement elements}.
- remove(JsonPair) - Method in interface de.espirit.firstspirit.json.JsonObject
-
This methods removes the pair with the specified key.
- remove(String) - Method in interface de.espirit.firstspirit.json.JsonObject
-
This methods removes the pair with the specified key.
- remove(String) - Method in interface de.espirit.firstspirit.scheduling.agency.SettingsAgent
-
Remove a setting having the given name.
- remove(Collection<? extends JsonElement<?>>) - Method in interface de.espirit.firstspirit.json.JsonArray
-
This method removes a collection of
JsonElement
instances from the list. - remove(DataValue) - Method in interface de.espirit.firstspirit.access.store.Data
-
Deprecated.since 5.2.21 - see type
- remove(IDProvider) - Method in interface de.espirit.firstspirit.feature.FeatureModel
-
Removes the given element from this feature model.
- remove(PageRef) - Method in interface de.espirit.firstspirit.access.store.sitestore.PageGroup
-
Remove a member from this group.
- remove(AspectType<?>) - Method in class de.espirit.firstspirit.aspects.AspectMap
-
Remove the aspect for the given type from this map.
- remove(DataAccessAspectType<?>) - Method in class de.espirit.firstspirit.client.plugin.dataaccess.aspects.DataAccessAspectMap
-
Remove the aspect for the given type from this map.
- remove(SessionAspectType<?>) - Method in class de.espirit.firstspirit.client.plugin.dataaccess.aspects.SessionAspectMap
-
Remove the aspect for the given type from this map.
- remove(SessionBuilderAspectType<?>) - Method in class de.espirit.firstspirit.client.plugin.dataaccess.aspects.SessionBuilderAspectMap
-
Remove the aspect for the given type from this map.
- remove(StreamBuilderAspectType<?>) - Method in class de.espirit.firstspirit.client.plugin.dataaccess.aspects.StreamBuilderAspectMap
-
Remove the aspect for the given type from this map.
- remove(ApplicationAspectType<?>) - Method in class de.espirit.firstspirit.scheduling.aspects.ApplicationAspectMap
-
Remove the aspect for the given type from this map.
- remove(EntityTypeListener) - Method in interface de.espirit.or.schema.EntityType
-
Removes a listener for attribute change events.
- remove(T) - Method in interface de.espirit.firstspirit.ai.admin.PromptList
-
Removes the given entry from this list.
- removeAllowedBody(TemplateBody) - Method in interface de.espirit.firstspirit.access.store.templatestore.Allowed
-
Removes the given
TemplateBody
from the list of allowed bodies of this allowed node - removeAllTransitionPermissions() - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
-
Remove the permissions for all transitions of the workflow.
- removeAllWorkflowPermissions() - Method in interface de.espirit.firstspirit.access.store.StoreElement
- removeAttribute(String) - Method in interface de.espirit.or.schema.EntityType
-
Deletes the given attribute
name
from this entity type. - removeAuthorisedUser(User) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Removes the given user from the list of authorised
User
's of this package. - removeBrowserListener(BrowserListener) - Method in interface de.espirit.firstspirit.client.gui.applications.browser.BrowserApplication
-
Removes the given
browser listener
. - removeChangeListener(ValueChangeListener) - Method in interface de.espirit.common.event.ValueChangeNotifier
-
Unregister a change listener.
- removeChangeListener(ValueChangeListener) - Method in interface de.espirit.firstspirit.access.editor.value.Permissions
-
Removes a listener.
- removeChild(int) - Method in interface de.espirit.firstspirit.access.template.TemplateElement
-
Removes the child node at the specified index.
- removeChild(DomNode) - Method in interface de.espirit.firstspirit.access.editor.value.DomNode
-
Removes a child of the child list.
- removeChild(StoreElement) - Method in interface de.espirit.firstspirit.access.store.StoreElement
-
Removes the given child from this element.
- removeChild(Group) - Method in interface de.espirit.firstspirit.service.permission.groups.Group
-
Removes the given group from the list
- removeCustomEvent(String) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Deprecated.since 5.0.39 - no replacement
- REMOVED - Enum constant in enum class de.espirit.firstspirit.storage.DataChangeDetail.ChangeFlag
-
Indicates that a change was detected because an element (editor, language) was removed during the modification.
- REMOVED - Enum constant in enum class de.espirit.firstspirit.storage.PermissionChangeDetail.ChangeFlag
-
Indicates that the permission definition was removed in the belonging revision for the belonging storeelement.
- removeDatabaseLayer(Layer) - Method in interface de.espirit.firstspirit.access.AdminService
-
Removes a database layer.
- removeDatabaseLayer(String) - Method in interface de.espirit.firstspirit.access.AdminService
-
Removes a database layer.
- removeDependentPackage(Package) - Method in interface de.espirit.firstspirit.access.packagepool.PackageVersion
-
Removes a dependent package from this version.
- removedFromScope(StoreElement, StoreElement) - Method in interface de.espirit.firstspirit.access.store.StoreListener
-
Called if the given
storeElement
was removed. - removeEditorialLanguage(Language) - Method in interface de.espirit.firstspirit.access.project.Project
-
Removes the given language from the list of editorial languages of this project.
- removeEditorValueListener(EditorValueListener) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
-
Remove the listener from being notified about changes.
- removeEntityType(EntityType) - Method in interface de.espirit.or.schema.Schema
-
Delete the
entityType
from this schema. - removeFromPackage(Package) - Method in interface de.espirit.firstspirit.access.store.PackagePoolItem
-
Removes this node, all children and
nodes referencing this nodes
which arePackagePoolItems's
from the specified package.
This node needn't to belocked
when calling this method. - removeGlobalWebApp(GlobalWebAppId) - Method in interface de.espirit.firstspirit.agency.ModuleAdminAgent
-
Undeploys and destroys the given global web-app.
- removeGroup(Group) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Removes the given group which users shouldn't be allowed to execute the schedule entry anymore.
- removeGroup(Group) - Method in interface de.espirit.firstspirit.access.project.Project
-
Remove a group
- removeGroupId(String) - Method in interface de.espirit.firstspirit.service.permission.groups.User
- removeId() - Method in interface de.espirit.firstspirit.service.permission.groups.Group
-
Removes the id of this group.
- removeLanguage(Language) - Method in interface de.espirit.firstspirit.access.project.Project
-
Removes a project language from the project
- removeLifespan() - Method in interface de.espirit.firstspirit.access.store.pagestore.Section
-
Remove lifespan of the current section.
- removeLifespan() - Method in interface de.espirit.firstspirit.access.store.pagestore.SectionReference
-
Throws an
UnsupportedOperationException
. - removeListener(Consumer<RevisionEvent>) - Method in interface de.espirit.firstspirit.agency.IDProviderEventAgent
-
Removes a previously registered event listener.
- removeMDC(String) - Method in interface de.espirit.common.base.MappedDiagnosticContext
-
Remove the the context identified by the key parameter.
- removeModelListener(ModelType<T>, ModelListener<T>) - Method in interface de.espirit.firstspirit.client.gui.model.ModelService
-
Removes the given
listener
. - removeParameter(String) - Method in interface de.espirit.firstspirit.access.schedule.ScriptTask
-
Removes a parameter having the given name.
- removeParameter(String) - Method in interface de.espirit.firstspirit.access.database.Layer
-
Removes the specified layer parameter.
- removePermission(Group) - Method in interface de.espirit.firstspirit.access.store.StoreElement
-
Removes the permission object for a given group.
- removePermission(User) - Method in interface de.espirit.firstspirit.access.store.StoreElement
-
Removes the permission object for the given user.
- removePermission(User[]) - Method in interface de.espirit.firstspirit.access.store.StoreElement
-
Removes the permission object for several given users.
- removePermissionListener(PermissionListener) - Method in interface de.espirit.firstspirit.access.store.Permission
-
Removes the given
permission listener
. - removePicture(Resolution) - Method in interface de.espirit.firstspirit.access.store.mediastore.Picture
-
Remove the picture of the current picture-media for given resolution.
- removeProject(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Removes a project from server.
- removeProject(Project, boolean) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Removes a project from server and deletes the connected database too if cleanDB is set to true
- removeProjectLogo() - Method in interface de.espirit.firstspirit.access.project.Project
-
Remove the project logo
- removeProperty(String) - Method in interface de.espirit.firstspirit.access.project.Project
-
Removes the project property with the given
name
. - removeProperty(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-
Removes the property with the given name.
- removeProperty(String) - Method in interface de.espirit.firstspirit.storage.Tag
-
Remove a property
- removeProvider(String) - Method in interface de.espirit.firstspirit.service.treedata.TNodeService
-
Removes a provider instance from the service.
- removePublishGroup(PublishGroup) - Method in interface de.espirit.firstspirit.access.packagepool.PackageVersion
-
Removes the given PublishGroup from the Set of publish groups this PackageVersion is published for
- removePublishUser(User) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Removes the given user from the list of
User
's which have the permission 'publish' for this package. - removeResolution(Resolution) - Method in interface de.espirit.firstspirit.access.project.Project
-
Remove resolution
- removeResponsibleUser(User) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Removes the given user from the list of responsible
User
's of this package. - removeServerProperty(ServerProperty<?>) - Method in interface de.espirit.firstspirit.agency.ServerConfigurationAgent
-
Removes the current server property value, reverting it to the server default.
- removeSessionListener(SessionListener) - Method in interface de.espirit.or.Session
-
Remove the
listener
from this session. - removeSitestoreVariable(String) - Method in interface de.espirit.firstspirit.access.packagepool.ContentPackage
-
Deprecated.since 5.0.101 - no replacement
- removeSitestoreVariable(String) - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0.101 - no replacement
- removeStartNode(IDProvider) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Deprecated.since 5.2.305 - use
PackagePoolItem.removeFromPackage(Package)
- removeStoreListener(StoreListener) - Method in interface de.espirit.firstspirit.access.store.Store
-
Removes the given
listener
. - removeTabListener(TabListener) - Method in interface de.espirit.firstspirit.client.gui.applications.ApplicationTab
-
Removes the given
listener
. - removeTailEnd() - Method in interface de.espirit.firstspirit.client.EditorNode
-
Remove the tail end editor node and return it.
- removeTask() - Method in interface de.espirit.firstspirit.access.Workflowable
-
Removes a already set Task.
- removeTemplateSet(TemplateSet) - Method in interface de.espirit.firstspirit.access.project.Project
-
Remove
TemplateSet
. - removeTicket(String) - Method in interface de.espirit.firstspirit.access.Connection
-
Destroys the given
ticket
; neccessary for long-life tickets created withcreateTicket(false)
! - removeTransitionPermission(Transition) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
-
Remove the permissions for the given transition.
- removeTranslated(Language) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAPage
-
Calling this method has no effect.
- removeTranslated(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Page
-
Removes the given language from the list of translated languages.
- removeUser(User) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Removes the given user who shouldn't be allowed to execute the schedule entry anymore.
- removeUser(User) - Method in interface de.espirit.firstspirit.access.admin.UserStorage
-
Returns
true
if the givenuser
could be deleted. - removeUser(User) - Method in interface de.espirit.firstspirit.access.project.Group
-
Remove user from group
- removeUser(User) - Method in interface de.espirit.firstspirit.access.project.Project
-
Remove user from project
- removeUser(User) - Method in interface de.espirit.firstspirit.service.permission.groups.Users
-
Removes the given user from the list of
users
- removeUsers(User[]) - Method in interface de.espirit.firstspirit.access.project.Group
-
Remove the given
users
from this group. - removeVariable(String) - Method in interface de.espirit.firstspirit.access.schedule.GenerateTask
-
Removes a variable having the given name.
- removeVariable(String) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleContext
-
Removes the variable with the given name from the context.
- removeVariable(String) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreVariableFormData
-
Removes the variable with desired name from this container.
- removeVariable(String) - Method in interface de.espirit.firstspirit.access.template.Context
-
Removes a variable from this local context, if supported.
- removeVersion(PackageVersion) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Removes the given PackageVersion from this package.
- removeWorkflowPermission(Workflow) - Method in interface de.espirit.firstspirit.access.store.StoreElement
- rename(String) - Method in interface de.espirit.firstspirit.io.FileHandle
-
Rename this file or directory.
The provided name must not contain any slashes! - render() - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
-
Trigger the rendering of the node and delivers the rendered output.
- render(Object) - Method in interface de.espirit.firstspirit.server.mediamanagement.exif.ExifValueFormatter
-
Renders string representations of objects.
- RENDER_TEMPLATE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
-
Type string identifying a reference to a
FormatTemplate
- RENDER_TEMPLATE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
-
template:"name", e.g. in $CMS_RENDER(template:"",
- RenderingAgent - Interface in de.espirit.firstspirit.agency
-
Agent to perform content rendering of FirstSpirit elements.
- RenderingAgent.BasicRenderResult - Interface in de.espirit.firstspirit.agency
-
Rendering result.
- RenderingAgent.MediaLinkListener - Interface in de.espirit.firstspirit.agency
-
Listener which is called when a link to a media is generated.
- RenderingAgent.Renderer - Interface in de.espirit.firstspirit.agency
-
Node specific renderer, use
RenderingAgent.Renderer.render()
orRenderingAgent.Renderer.getResult()
to get the rendered template output. - RenderingAgent.RendererWithoutLinkRoot - Interface in de.espirit.firstspirit.agency
-
An intermediate instance which has to be enriched with a link root before further usage.
- RenderingAgent.RenderMode - Enum Class in de.espirit.firstspirit.agency
-
Rendering mode, either
RenderingAgent.RenderMode.PREVIEW
,RenderingAgent.RenderMode.WEBEDIT
, orRenderingAgent.RenderMode.DEFAULT
. - RenderingAgent.RenderResult - Interface in de.espirit.firstspirit.agency
-
Rendering result.
- renders(Map<String, ?>) - Method in class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams
-
Renders a record identified by the given options.
- rendersEntityId(long) - Method in class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams
-
Will the entity with specified id be rendered by the multi page?
- repaint() - Method in interface de.espirit.firstspirit.client.plugin.report.ReportContext
-
Repaints the snippet element belonging to (
ReportContext.getObject()
). - repaint() - Method in interface de.espirit.firstspirit.webedit.client.api.Preview
-
Repaints the editor highlighting.
- REPEATABLE_READ - Enum constant in enum class de.espirit.or.Layer.TransactionIsolationLevel
-
Isolation level, see
Connection.TRANSACTION_REPEATABLE_READ
. - replace() - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.CommodityContainer
-
Indicates the insert mode to be replace if applicable.
- replace(char, char) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.replace(char, char)
. - replace(Table) - Method in interface de.espirit.firstspirit.access.editor.value.Table
-
Replaces this table with the given table.
- replace(CharSequence, CharSequence) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.replace(CharSequence, CharSequence)
. - replaceAll(String, String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.replaceAll(String, String)
. - replaceChild(DomNode, String) - Method in interface de.espirit.firstspirit.access.editor.value.DomNode
-
Replace a child with a new one at the same position the child list.
- replaceChild(StoreElement, StoreElement) - Method in interface de.espirit.firstspirit.access.store.sitestore.DocumentGroup
-
Replaces a child element with another.
- replaceChild(StoreElement, StoreElement) - Method in interface de.espirit.firstspirit.access.store.StoreElement
-
Replaces an element's child by another child.
- replaceFirst(String, String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.replaceFirst(String, String)
. - replaceValue(T) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.ChangeManaging
-
Proposes a change to replace the currently set value with the given one.
- replyTo - Variable in class de.espirit.firstspirit.access.MailHeader
-
Deprecated, for removal: This API element is subject to removal in a future version.since 5.2.601 - use
MailHeader.Builder.replyTo(String)
andMailHeader.getReplyTo()
instead - replyTo(String) - Method in class de.espirit.firstspirit.access.MailHeader.Builder
-
Adds one or more reply-to addresses to the mail header.
- Report - Interface in de.espirit.firstspirit.webedit.client.api
-
FirstSpirit WebEdit Javascript Report API, accessible via
- REPORT - Enum constant in enum class de.espirit.firstspirit.access.BaseContext.Env
-
Definition identifying a report environment.
- REPORT_BOOKMARKS - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
Bookmarks
- REPORT_GPT - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
GPT
- REPORT_HISTORY - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
History
- REPORT_MYCHANGES - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
MyChanges
- REPORT_NOTIFICATIONS - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
Notifications
- REPORT_RECENTELEMENTS - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
RecentElements
- REPORT_RELATEDOBJECTS - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
RelatedObjects
- REPORT_SEARCH - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
Search
- REPORT_TASKS - Static variable in interface de.espirit.firstspirit.webedit.client.api.Report
-
Report identifier:
Tasks
- ReportContext<T> - Interface in de.espirit.firstspirit.client.plugin.report
-
Context providing information and accessors for report plugin items.
- Reporting - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
-
Aspect providing means to show data in a public report within a client.
- ReportItem<T> - Interface in de.espirit.firstspirit.client.plugin.report
-
Item for report plugin providing an executable operation.
- ReportItemsProviding<D> - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
-
Aspect for providing items operating on a report's entries.
- ReportItemsProviding.Adapter<D> - Class in de.espirit.firstspirit.client.plugin.dataaccess.aspects
-
Adapter for implementation convenience.
- reportModelReferences(ModelReferencesJournal) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ReferencesReporting
-
Reports references made by model objects.
- ReportPlugin<T> - Interface in de.espirit.firstspirit.client.plugin
-
Interface for report plug-ins integrated in both clients ContentCreator and SiteArchitect.
- ReportPluginProvider<T> - Interface in de.espirit.firstspirit.webedit.plugin.report
-
Deprecated.since 5.1.5 - use
DataProvider
instead - ReportPluginRenderer<T> - Interface in de.espirit.firstspirit.webedit.plugin.report
-
Deprecated.since 5.1.5 - use
DataRenderer
instead - reportValueReferences(ValueReferencesJournal, Set<String>) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ReferencesReporting
-
Reports references made by data objects represented by the given identifiers.
- request(Request) - Method in interface de.espirit.firstspirit.ai.GenerativeAIConnector
-
Performs a non-streamed completions request.
- request(String) - Method in interface de.espirit.firstspirit.ai.GenerativeAIConnector
-
Convenient method for performing a non-streamed text-based user prompt.
- Request - Class in de.espirit.firstspirit.access.search
-
Container for defining a search request.
- Request - Interface in de.espirit.firstspirit.ai.dto
-
A descriptor for a generative AI request.
- Request() - Constructor for class de.espirit.firstspirit.access.search.Request
-
Constructor providing a new request.
- Request.Builder - Interface in de.espirit.firstspirit.ai.dto
-
Builder for a
Request
instance. - Request.Junction - Enum Class in de.espirit.firstspirit.access.search
-
Junction.
- Request.Mode - Enum Class in de.espirit.firstspirit.access.search
-
The mode of the request
- requestMappedFolder(SiteStoreFolder) - Method in interface de.espirit.firstspirit.store.WebeditStoreMappingPlugin
-
Returns the pagestore folder mapped to given
folder
ornull
if there is no mapped folder (so the WebClient isn't responsible for the page-store structure).
Called to check pre-conditions (e.g. before a move or rename operation) for further processing. - RequestMatching - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
-
Aspect providing means to match requests.
- RequestOperation - Interface in de.espirit.firstspirit.ui.operations
-
Operation providing means to select from a set of answers.
- RequestOperation.Answer - Interface in de.espirit.firstspirit.ui.operations
-
Definition of an answer object.
- RequestOperation.Kind - Enum Class in de.espirit.firstspirit.ui.operations
-
The kind of the operation.
- requestSpecialist(SpecialistType<S>) - Method in interface de.espirit.firstspirit.agency.SpecialistsBroker
-
Request a specialist.
- requireAccess(BaseContext) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.DataAccessControlling
-
Requires the session to enable accessing its data and provide the current access state.
- REQUIRED_INCOMING_REFERENCE - Enum constant in enum class de.espirit.firstspirit.store.access.feature.FeatureError.Code
-
Unable to delete element.
- requireMappedFolder(SiteStoreFolder) - Method in interface de.espirit.firstspirit.store.WebeditStoreMappingPlugin
-
Returns the pagestore folder mapped to given
folder
. - requireSpecialist(SpecialistType<S>) - Method in interface de.espirit.firstspirit.agency.SpecialistsBroker
-
Require a specialist.
- rescan(Element) - Method in interface de.espirit.firstspirit.webedit.client.api.Preview
-
Searches in the specified element for new editor identifiers.
- reset() - Method in interface de.espirit.firstspirit.agency.HighlightAgent
-
Request to remove the current highlighting.
- RESET - Enum constant in enum class de.espirit.firstspirit.event.UrlEvent.Type
-
A URL is reset, e.g. by clicking "Reset stored URLs" in SiteArchitect
- resetCompression() - Static method in class de.espirit.firstspirit.access.ConnectionManager
-
Reset the used compression to default values.
- resetEncryption() - Static method in class de.espirit.firstspirit.access.ConnectionManager
-
Reset the used encryption to default values.
- resetPathLengthToFollow() - Method in interface de.espirit.firstspirit.agency.SearchIndexAgent
-
Resets the project specific override for
indexing.relationshipPathLengthToFollow
. - resetReadTimestamp() - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
-
Resest the read timestamp of the
sessions
so that external changes in the database become visible. - resetStatistic() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Resets the statistic of this
ScheduleEntry
. - resetStoredUrls(IDProvider) - Method in interface de.espirit.firstspirit.access.store.globalstore.URLProperties
-
Reset the stored URLs for the specified node.
- resetTo(IDProvider, String) - Method in interface de.espirit.firstspirit.access.editor.value.TargetReference
-
Reset the reference and the remote information and infer settings for UID and UidType.
- Resizable - Interface in de.espirit.firstspirit.ui.gadgets.aspects
-
Marker aspect for resizable gadgets.
- resolution(Resolution) - Method in interface de.espirit.firstspirit.agency.PreviewUrlAgent.MediaPreviewUrlBuilder
-
Selects an alternative resolution instead of the default
Resolution.ORIGINAL_RESOLUTION_NAME
for rendering of typeMedia.PICTURE
. - Resolution - Interface in de.espirit.firstspirit.access.project
-
Picture resolution
- RESOLUTION_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ImageMapEditorValue
-
Deprecated.Key for the resolution.
- RESOLUTION_TAGS_VARIABLE - Static variable in interface de.espirit.firstspirit.access.template.Evaluator
-
Variable name for the list of tags (comma separated) to limit the generation to resolutions tagged with one of the specified tags.
- ResolutionAgent - Interface in de.espirit.firstspirit.agency
-
Definition for an agent offering access to resolution information defined for the underlying project.
- RESOLUTIONS - Enum constant in enum class de.espirit.firstspirit.transport.PropertiesTransportOptions.ProjectPropertyType
-
Use this type to activate transport of
resolutions
used in belongingproject
. - resolve(String) - Method in interface de.espirit.firstspirit.json.JsonObject
-
Get the value for the specified path.
- resolve(String) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfos
-
Resolves the language information entry to be used for the given language.
- resolve(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfos
-
Resolve the language-specific information for the given language.
- resolveReference(List<Object>, Map<String, Object>) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Resolves a firstspirit reference by the given parameters corresponding to the definition of CMS_REF.
- ResourceDescriptor() - Constructor for class de.espirit.firstspirit.module.descriptor.AbstractDescriptor.ResourceDescriptor
- Response - Interface in de.espirit.firstspirit.ai.dto
-
Response descriptor of a generative AI request.
- Response.Builder - Interface in de.espirit.firstspirit.ai.dto
-
Builder for a
Response
instance. - ResponseStream - Interface in de.espirit.firstspirit.ai.dto
-
A stream of response fragments.
- restartServer() - Method in interface de.espirit.firstspirit.access.AdminService
-
Initiates shutdown of the FIRSTspirit Server with exit code 23.
- restore(IDProvider, ElementInfo, boolean, boolean, boolean) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Starts a restore action on the server, which restores the deleted element specified by the given
elementInfo
- restore(Identifier) - Method in interface de.espirit.or.Session
-
Restore the deleted entity with the specified
identifier
. - restore(ElementInfo, IDProvider) - Method in interface de.espirit.firstspirit.access.store.Store
-
Restore the element defined by the given information.
- RESTORE_FAILED - Enum constant in enum class de.espirit.firstspirit.access.store.RestoreProgress.ProblemType
-
Indicates that the restore of the element failed.
- restorePreset() - Method in interface de.espirit.firstspirit.ai.admin.PresettablePrompt
-
Request to restore the settings configured in the original preset.
- RestoreProgress - Interface in de.espirit.firstspirit.access.store
-
Interface providing access to the progress information of a server restore action.
- RestoreProgress.ProblemType - Enum Class in de.espirit.firstspirit.access.store
-
The problem type.
- revert(Revision, boolean, EnumSet<IDProvider.RevertType>) - Method in interface de.espirit.firstspirit.access.store.IDProvider
-
Reverts this store element to the given FSRevision.
- revert(IDProvider, Revision, boolean, EnumSet<IDProvider.RevertType>, boolean, boolean) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Reverts an element of type
IDProvider
to a specific revision. - REVERT_FAILED - Enum constant in enum class de.espirit.firstspirit.access.store.RevertProgress.ProblemType
-
Indicates that the revert of the element failed.
- RevertProgress - Interface in de.espirit.firstspirit.access.store
-
Interface providing access to the progress information of a server revert action.
- RevertProgress.ProblemType - Enum Class in de.espirit.firstspirit.access.store
-
The problem type.
- revision(Revision) - Method in class de.espirit.firstspirit.client.plugin.timeline.TimelineEntry.Factory
-
Sets the revision, the resulting
TimelineEntry
should be associated with. - Revision - Interface in de.espirit.firstspirit.storage
-
Definition of a container providing information about a revision.
- REVISION - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Current package implementation revision.
- RevisionChangeDetail - Interface in de.espirit.firstspirit.storage
-
This interface represents details of storeelement changes belonging to a specific revision
- RevisionConfigurable - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
-
Aspect for enabling revision aware sessions.
- RevisionEvent - Interface in de.espirit.firstspirit.event
-
Definition of an event containing information about the causing
Revision
and all contained changes. - RevisionFilter - Class in de.espirit.firstspirit.storage
-
This class provides useful revision filters e.g. for
Project#getRevisions(..)
:RevisionFilter.RELEASE_FILTER
RevisionFilter.CREATE_FILTER
RevisionFilter.DELETE_FILTER
RevisionFilter.MODIFY_FILTER
RevisionFilter.createRevisionFilter(de.espirit.firstspirit.storage.RevisionOperation.OperationType...)
createRevisionFilter(RevisionOperation.OperationType ... types)}
UseFilter.Util
to combine filter. - RevisionFilter() - Constructor for class de.espirit.firstspirit.storage.RevisionFilter
- RevisionMetaData - Interface in de.espirit.firstspirit.storage
-
This interface represents metadata of an specific revision.
- RevisionOperation<T> - Interface in de.espirit.firstspirit.storage
-
Interface reprensenting the operation belonging to a commit of
revision
- RevisionOperation.OperationType - Enum Class in de.espirit.firstspirit.storage
-
The type of the revision operation.
- RevisionProvider(HistoryProvider) - Constructor for class de.espirit.firstspirit.storage.HistoryProvider.RevisionProvider
-
Constructor based on a
history provider
. - RIGHT - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "right" icon.
- RIGHT_END - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "right to end" icon.
- role(String) - Method in interface de.espirit.firstspirit.ai.dto.Message.Builder
-
Configures the role of the message author,
Message.USER
by default. - rollback() - Method in interface de.espirit.or.schema.Entity
-
Revert all attribute changes.
- rollback() - Method in interface de.espirit.or.Session
-
Undo all changes since the last commit or rollback.
- rollbackWithRelations() - Method in interface de.espirit.or.schema.Entity
-
Reset all changes, including relations (i.e. this may rollback delete operations of entities which has been set in relation to this entity).
- ROMAN_NUMBERS_LOWERCASE - Enum constant in enum class de.espirit.firstspirit.access.editor.value.ListDomNode.Style
-
Lower-case Roman numerals style.
- ROMAN_NUMBERS_UPPERCASE - Enum constant in enum class de.espirit.firstspirit.access.editor.value.ListDomNode.Style
-
Upper-case Roman numerals style.
- ROOT - Static variable in interface de.espirit.firstspirit.agency.GlobalWebAppId
-
Identifier for the FirstSpirit Startpage.
- ROOT_WEBAPP_STARTED - Enum constant in enum class de.espirit.firstspirit.server.RunLevel
-
The FirstSpirit root WebApp is started and HTTP connection mode is available.
- RootFolder - Interface in de.espirit.firstspirit.access.store.globalstore
-
Marker interface identifying all direct sub roots of
GlobalStoreRoot
. e.g. - RootFolder - Interface in de.espirit.firstspirit.access.store.templatestore
-
Marker interface identifying all direct sub roots of
TemplateStoreRoot
. - RULESET_ENCODING - Static variable in interface de.espirit.firstspirit.opt.office.OfficeImportService
- RulesetContainer - Interface in de.espirit.firstspirit.access.store.templatestore
-
Container of a ruleset definition.
- RulesetContainer - Interface in de.espirit.firstspirit.store.access.templatestore
-
Deprecated.since 5.0.111 use
RulesetContainer
instead - RuleValidationAgent - Interface in de.espirit.firstspirit.agency
-
This agent allows for validating rules of a
Template
. - RuleValidationFailure - Record Class in de.espirit.firstspirit.forms.rules
-
A failure that occurred while validating rules with the
RuleValidationAgent
. - RuleValidationFailure(String, RuleValidationFailure.Severity) - Constructor for record class de.espirit.firstspirit.forms.rules.RuleValidationFailure
-
Creates an instance of a
RuleValidationFailure
record class. - RuleValidationFailure.Severity - Enum Class in de.espirit.firstspirit.forms.rules
-
The severity of a failure.
- RunLevel - Enum Class in de.espirit.firstspirit.server
-
FirstSpirit server run level with increasing level.
- RunLevelAgent - Interface in de.espirit.firstspirit.agency
-
Agent providing information about the current FirstSpirit server
RunLevel
. - RUNNING - Enum constant in enum class de.espirit.firstspirit.access.schedule.RunState
-
Task running.
- RUNNING - Enum constant in enum class de.espirit.firstspirit.agency.UIAgent.Status
-
Indicates the UI active and running
- RunState - Enum Class in de.espirit.firstspirit.access.schedule
-
Run state used for schedule tasks.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
FormField
instead