Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- RadiobuttonEditorValue - Interface in de.espirit.firstspirit.access.editor
-
The
RadioButtonEditorValue
interface represents the FirstSpirit input componentCMS_INPUT_RADIOBUTTON
. - 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.firstspirit.access.ConnectionManager.ClientJarInputStream
-
Reads a byte.
- 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_COMMITTED - Enum constant in enum class de.espirit.or.Layer.TransactionIsolationLevel
-
Isolation level, see
Connection.TRANSACTION_READ_COMMITTED
. - rebuildReferences(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Deprecated.
- 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.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.
- REF_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ReferenceEditorValue
-
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
-
Key for the reference.
- Referenceable - Interface in de.espirit.firstspirit.access.store
-
Interface for IDProviders that support referencing.
- ReferenceEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Tagging interface for an
EditorValue
representing the FirstSpirit input component FS_REFERENCE. - ReferenceEntry - Interface in de.espirit.firstspirit.access
-
Base definition for an entry to the references system.
- 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.
- 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.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.
- 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.
- 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)
. - 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).
- 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 - Static variable in interface de.espirit.firstspirit.access.UrlCreator
-
Deprecated.since 5.0.3 - use
UrlCreator.RELATIVE_URL
. - 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(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.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 - 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.
- 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
-
Key for the symbolic remote project name.
- REMOTE_NAME_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ReferenceEditorValue
-
Key to store the symbolic remote project name.
- 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(DataValue) - Method in interface de.espirit.firstspirit.access.store.Data
-
Deprecated.since 5.2.21 - see type
- remove(PageRef) - Method in interface de.espirit.firstspirit.access.store.sitestore.PageGroup
-
Remove a member from this group.
- remove(EntityTypeListener) - Method in interface de.espirit.or.schema.EntityType
-
Removes a listener for attribute change events.
- 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. - 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.
- 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 datbase layer.
- removeDatabaseLayer(String) - Method in interface de.espirit.firstspirit.access.AdminService
-
Removes a datbase 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
-
Deprecated.Remove the listener from being notified about changes.
- 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. - 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
- 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.
- 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
- 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. - 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.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
. - 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
- 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.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
- 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:"",
- 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?
- REPEATABLE_READ - Enum constant in enum class de.espirit.or.Layer.TransactionIsolationLevel
-
Isolation level, see
Connection.TRANSACTION_REPEATABLE_READ
. - 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)
. - replyTo - Variable in class de.espirit.firstspirit.access.MailHeader
-
Deprecated.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.
- reportModelReferences(ModelReferencesJournal) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ReferencesReporting
-
Reports references made by model objects.
- 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 - Class in de.espirit.firstspirit.access.search
-
Container for defining a search request.
- Request() - Constructor for class de.espirit.firstspirit.access.search.Request
-
Constructor providing a new request.
- 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
- 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.
- 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.
- 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.
- Resolution - Interface in de.espirit.firstspirit.access.project
-
Picture resolution
- RESOLUTION_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ImageMapEditorValue
-
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.
- 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.
- restartServer() - Method in interface de.espirit.firstspirit.access.AdminService
-
Initiates shutdown of the FIRSTspirit Server.
- 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.
- 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 - 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
- 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
. - 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.
- 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
. - 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 - RUNNING - Enum constant in enum class de.espirit.firstspirit.access.schedule.RunState
-
Task 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
ProjectReferencesAgent.rebuildReferences()
.