Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

M

MAC_LINEFEED - Static variable in interface de.espirit.firstspirit.access.project.TemplateSet
Linefeed for Apple.
MailHeader - Class in de.espirit.firstspirit.access
A Serializable object of the mail header
MailHeader(String) - Constructor for class de.espirit.firstspirit.access.MailHeader
Deprecated.
since 5.2.601 - use MailHeader.Builder instead
MailHeader.Builder - Class in de.espirit.firstspirit.access
A builder for creating a new MailHeader.
MailService - Interface in de.espirit.firstspirit.access
Service interface for sending mails via the server.
MailTask - Interface in de.espirit.firstspirit.access.schedule
Definition of a mail task.
MaintenanceModeAgent - Interface in de.espirit.firstspirit.agency
This agent is used to control active maintenance mode tasks.
MaintenanceModeInfo - Interface in de.espirit.firstspirit.server
Provides current information about an active MaintenanceModeTask.
MaintenanceModeTask - Interface in de.espirit.firstspirit.access.schedule
A task of this type puts the server into maintenance mode after a customizable period of time.
MaintenanceModeTask.ConcurrentTaskHandling - Enum in de.espirit.firstspirit.access.schedule
Describes if other tasks may be executed while the maintenance mode is active.
MaintenanceModeTask.DisconnectMode - Enum in de.espirit.firstspirit.access.schedule
When the maintenance mode starts, existing sessions may be quit or kept alive.
MaintenanceModeTask.MaintenanceScope - Enum in de.espirit.firstspirit.access.schedule
The maintenance mode may only affect certain projects or the whole FirstSpirit server.
MaintenanceModeTask.MaintenanceStage - Enum in de.espirit.firstspirit.access.schedule
A maintenance mode task consists of up to five stages, from an initial preparation period up to activating the actual maintenance mode.
MaintenanceModeTask.MessageDisplayType - Enum in de.espirit.firstspirit.access.schedule
The notification that a maintenance is imminent may be displayed to the users in different ways.
makeLanguageDependent(Language...) - Method in interface de.espirit.firstspirit.access.store.mediastore.Media
Makes this media language dependent.
makeLanguageIndependent(Language) - Method in interface de.espirit.firstspirit.access.store.mediastore.Media
Makes this media language independent.
Mandatory - Annotation Type in de.espirit.common
Annotation to mark a method to be mandatory.
MANUAL - Static variable in interface de.espirit.firstspirit.access.store.templatestore.WorkflowScriptContext
Task state definition for manual transitions.
MapDatabaseLayerMapper(Map<String, String>) - Constructor for class de.espirit.firstspirit.store.access.nexport.operations.ImportOperation.MapDatabaseLayerMapper
Deprecated.
Constructor for sub-classing.
mapObject(Object) - Method in class de.espirit.firstspirit.store.LabelRenderer
Maps the given value to a textual label describing the value, if applicable.
mapObject(AccessEditorHolder) - Method in class de.espirit.firstspirit.store.LabelRenderer
Provides a label representation of an AccessEditorHolder.
mapObject(Double) - Method in class de.espirit.firstspirit.store.LabelRenderer
Provides a formatted representation of the double value.
mapObject(Date) - Method in class de.espirit.firstspirit.store.LabelRenderer
Provides a formatted representation of the given SQL date.
mapObject(Time) - Method in class de.espirit.firstspirit.store.LabelRenderer
Provides a formatted representation of the given SQL time.
mapObject(Date) - Method in class de.espirit.firstspirit.store.LabelRenderer
Provides a formatted representation of the given date object.
MappedDiagnosticContext - Interface in de.espirit.common.base
This class hides and serves as a substitute for the underlying logging system's MDC (mapped diagnostic context) implementation.
mappedExceptions(Iterator<Throwable>) - Static method in exception de.espirit.firstspirit.access.editor.value.InvalidValueException
Detect all InvalidValueExceptions provided by the given iterator and return them as named map.
MappingMedium - Interface in de.espirit.firstspirit.access.editor.value
Value container for an image map.
Mark - Enum in de.espirit.firstspirit.ui.gadgets.aspects
The kinds of marks.
markSupported() - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
Indicates, whether this stream supports mark and reset.
MasterTemplate - Interface in de.espirit.firstspirit.access.store.templatestore
Mastertemplates are used to create nodes in pagestore (pages, sections, content sections)
Match - Class in de.espirit.firstspirit.access.search
Container for describing a match of a search.
Match(PatternClause, int, int) - Constructor for class de.espirit.firstspirit.access.search.Match
Constructor based on a single clause and providing textual markers.
Match(Set<PatternClause>) - Constructor for class de.espirit.firstspirit.access.search.Match
Constructor based on a set of clauses.
MATCH_FILENAME - Static variable in interface de.espirit.firstspirit.access.editor.PageRefEditorValue
Deprecated.
Key for matching on filenames.
MATCH_KEYWORDS - Static variable in interface de.espirit.firstspirit.access.editor.PageRefEditorValue
Deprecated.
Key for matching on keywords.
MATCH_NAME - Static variable in interface de.espirit.firstspirit.access.editor.PageRefEditorValue
Deprecated.
Key for matching on names.
MATCH_SITEMAP_LABEL - Static variable in interface de.espirit.firstspirit.access.editor.PageRefEditorValue
Deprecated.
Key for matching on labels.
MATCH_URL - Static variable in interface de.espirit.firstspirit.access.editor.PageRefEditorValue
Deprecated.
Key for matching on URLs.
matches(int, boolean, int, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink
Indicates whether the link is applicable for the given region.
matches(int, int, boolean) - Method in enum de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
Checks, whether the given arguments are applicable with this region.
MatchSupporting<T> - Interface in de.espirit.firstspirit.client.access.editor
Aspect for ValueEngineers supporting indexing and searching.
MATH_CONTEXT_VARIABLE - Static variable in interface de.espirit.firstspirit.access.template.Evaluator
Name of a specific variable holding a mathematical context.
MathematicalContext - Class in de.espirit.firstspirit.access.template
Context container definition for a mathematical context, allowing to define the precision of mathematical computation within an evaluation process.
MathematicalContext() - Constructor for class de.espirit.firstspirit.access.template.MathematicalContext
Constructor using the default context.
MaximumNumberOfSessionsExceededException - Exception in de.espirit.firstspirit.common
Exception thrown if a session creation is not possible because the maximum count of licensed sessions is reached.
MaximumNumberOfSessionsExceededException(int) - Constructor for exception de.espirit.firstspirit.common.MaximumNumberOfSessionsExceededException
Exception thrown if a session creation is not possible because the maximum count of licensed sessions is reached.
mayExecuteWithoutProject() - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Deprecated.
since 5.2.16 - use #mayExecuteInContext(ScheduleTaskDefinitionContext)
mayExecuteWithoutProject() - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleWizardFactory
Implementations return true if created schedule entries may be executed without project binding.
mayExecuteWithProject() - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleTaskFactory
Deprecated.
since 5.2.16 - use #mayExecuteInContext(ScheduleTaskDefinitionContext)
mayExecuteWithProject() - Method in interface de.espirit.firstspirit.server.scheduler.ScheduleWizardFactory
Implementations return true if created schedule entries may be executed with project binding.
Media - Interface in de.espirit.firstspirit.access.store.mediastore
This interface provides methods to handle a media object from the MediaStore.
MEDIA - Static variable in interface de.espirit.firstspirit.access.store.sitestore.PageRefFolder
Graphical navigation attribute for media.
MEDIA_FOLDER_REF_PREFIX - Static variable in interface de.espirit.firstspirit.access.editor.value.BinaryMedium
The media folder prefix.
MEDIA_MOUSEOVER - Static variable in interface de.espirit.firstspirit.access.store.sitestore.PageRefFolder
Graphical navigation attribute for media mouse over.
MEDIA_REF_PREFIX - Static variable in interface de.espirit.firstspirit.access.editor.value.BinaryMedium
The media reference prefix.
MEDIA_SELECTED - Static variable in interface de.espirit.firstspirit.access.store.sitestore.PageRefFolder
Graphical navigation attribute for media selected.
MEDIA_SELECTED_MOUSEOVER - Static variable in interface de.espirit.firstspirit.access.store.sitestore.PageRefFolder
Graphical navigation attribute for media selected with mouseover.
MEDIA_STORE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
Reference from/to a media-store element.
MediaConstraints - Interface in de.espirit.firstspirit.access.project
Project Media-Constraints settings. project level based media restrictions based on file size and/or file extension.
MediaConstraintsException - Exception in de.espirit.firstspirit.store.access.mediastore
This Exception will be thrown if a media constraint setting is violated.
MediaConstraintsException(String) - Constructor for exception de.espirit.firstspirit.store.access.mediastore.MediaConstraintsException
Create a new exception instance.
MediaConstraintsException(String, Map<String, String>) - Constructor for exception de.espirit.firstspirit.store.access.mediastore.MediaConstraintsException
Create a new exception instance.
MediaConstraintsException(String, Map<String, String>, MediaConstraintsException.EXCEPTION_VARIANT) - Constructor for exception de.espirit.firstspirit.store.access.mediastore.MediaConstraintsException
Create a new exception instance.
MediaConstraintsException.EXCEPTION_VARIANT - Enum in de.espirit.firstspirit.store.access.mediastore
Definition of the exception variant type.
MediaElement - Interface in de.espirit.firstspirit.access.store.mediastore
Marker element for media objects.
MediaFolder - Interface in de.espirit.firstspirit.access.store.mediastore
This interface provides methods to handle the MediaStore-folder
MediaFormsProducer - Interface in de.espirit.firstspirit.access.store.contentstore.gom.list
Specific FormDataProducer for table template based form data.
mediaLinked(Media, Language, Resolution) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.MediaLinkListener
Callback
mediaLinkListener(RenderingAgent.MediaLinkListener) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
Provide the listener for media link events during rendering.
MediaManagementContext - Interface in de.espirit.firstspirit.webedit.plugin.media
Context providing information and accessors for media managing items.
MediaManagementItem - Interface in de.espirit.firstspirit.webedit.plugin.media
Definition of an item targeting media managing.
MediaManagementItemsPlugin - Interface in de.espirit.firstspirit.webedit.plugin.media
Definition of a plug-in providing specific items for media management.
MediaMetaData - Class in de.espirit.firstspirit.access.store.mediastore
This class holds relevant metadata information regarding Picture-objects with the resolution requested.
MediaMetaData(int, int, long, String, Revision, long, MimeType) - Constructor for class de.espirit.firstspirit.access.store.mediastore.MediaMetaData
Construct a new media meta data instance.
MediaMetaData(int, int, long, String, Revision, long, MimeType, String) - Constructor for class de.espirit.firstspirit.access.store.mediastore.MediaMetaData
Construct a new media meta data instance.
mediaReferenced(Media, Language, Resolution) - Method in interface de.espirit.firstspirit.access.GenerationContext
Prints a referenced media to the generation target, if it was not yet printed.
MediaStoreRoot - Interface in de.espirit.firstspirit.access.store.mediastore
This interface provides methods to handle the MediaStore-Root
MediumEditorValue<T extends BinaryMedium> - Interface in de.espirit.firstspirit.access.editor
Tag for editors working on binary media.
MEMORY_LIMIT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Maximum percentage of memory to be used
MEMORY_WARN_ACTIVE - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Indicates if the memory warning is enabled.
MENUE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Script
Applicable for menu use.
MENUE_AND_HOMEPAGE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Script
Type used for scripts which can be used on javaclient extras menue and javaclient homepage
MESSAGE_OF_THE_DAY_VISIBLE - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Indicates if the Message of the Day is to be shown.
MessageService - Interface in de.espirit.firstspirit.access
Service interface for sending messages via the server to other users, all users or usergroups.
migrateSchema(Schema) - Method in interface de.espirit.firstspirit.common.GidAgent
Migrates the given schema to support fs_gid's if necessary.
MimeType - Interface in de.espirit.firstspirit.server.mediamanagement.mime
This class represents a simple immutable MIME type object.
MINUS - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
Resource key for a "minus" icon.
mkDirs() - Method in interface de.espirit.firstspirit.io.FileHandle
Create all necessary directories up to this one.
mode(RenderingAgent.RenderMode) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
Set the desired render mode.
MODE_AUTOMATIC - Static variable in interface de.espirit.firstspirit.access.packagepool.Subscription
Defines the mode automatic.
MODE_MANUAL - Static variable in interface de.espirit.firstspirit.access.packagepool.Subscription
Defines the mode manual.
modelChanged(T) - Method in interface de.espirit.firstspirit.client.gui.model.ModelListener
Inform the listener about changes in a registered model.
ModelListener<T> - Interface in de.espirit.firstspirit.client.gui.model
Interface for listeners on model changes.
ModelReferencesJournal - Interface in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Defines a journal for model references.
ModelService - Interface in de.espirit.firstspirit.client.gui.model
Client service to add or remove ModelListener.
ModelType<T> - Class in de.espirit.firstspirit.client.gui.model
Abstract super class for all model types.
ModelType() - Constructor for class de.espirit.firstspirit.client.gui.model.ModelType
 
MODES - Static variable in interface de.espirit.firstspirit.access.UrlCreator
Deprecated.
since 5.0.3 - use UrlCreator.MODES.
MODES - Static variable in interface de.espirit.firstspirit.generate.UrlCreator
Unmodifieable list of mode values, sorted by ordinal.
Modification - Enum in de.espirit.firstspirit.access.editor.value
This enum provides fields indicating a modification type.
ModificationAware - Interface in de.espirit.common.base.events
Interfaces for modifiable classes providing an indicator on their modification state.
ModificationListener - Interface in de.espirit.common.base.events
Interface for listeners on modification events.
MODIFIED - Static variable in interface de.espirit.firstspirit.access.store.PackagePoolItem
Indicator for the modified state.
MODIFY_FILTER - Static variable in class de.espirit.firstspirit.storage.RevisionFilter
This filter accepts all revisions with operations belonging to modify operations (ModifyOperation, MoveOperation, ContentOperation with deleted entities
ModifyOperation - Interface in de.espirit.firstspirit.storage
This interface indicates a modification operation
Module - Interface in de.espirit.firstspirit.module
Interface for a FirstSpirit module class.
ModuleAdminAgent - Interface in de.espirit.firstspirit.agency
Agent providing administrative methods for maintaining FirstSpirit modules and components.
ModuleAdminAgent.ModuleResult - Interface in de.espirit.firstspirit.agency
The module installation/update result containing the installed/upgraded module descriptor and the process log message.
ModuleAgent - Interface in de.espirit.firstspirit.access
Interface for a class that brokers a class loader instance which is capable of loading public classes.
ModuleDescriptor - Class in de.espirit.firstspirit.module.descriptor
FirstSpirit Module (FSM) descriptor, containing all information of a specific module and its components.
ModuleDescriptor() - Constructor for class de.espirit.firstspirit.module.descriptor.ModuleDescriptor
 
ModuleException - Exception in de.espirit.firstspirit.server.module
Module related runtime exception.
ModuleException(String) - Constructor for exception de.espirit.firstspirit.server.module.ModuleException
Creates a module exception with the given detail message.
ModuleException(String, Throwable) - Constructor for exception de.espirit.firstspirit.server.module.ModuleException
Creates a module exception with the given detail message and cause.
Monoglot - Interface in de.espirit.firstspirit.access.store
Interface representing monoglot information, marking a data hierarchy path to only allow having one language-dependent component.
MONTHLY - Static variable in interface de.espirit.firstspirit.access.schedule.ExecutionSchedule
Type indicator for monthly scheduled execution.
MonthlyExecutionSchedule - Interface in de.espirit.firstspirit.access.schedule
A monthly schedule where you can specify the week and the week day of the execution.
MonthlyExecutionSchedule.WeekOfMonth - Enum in de.espirit.firstspirit.access.schedule
The week of month.
MORE - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
Resource key for a "more" icon.
move(int, Section) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
Deprecated.
since 5.2.21 - see type
moveChild(IDProvider) - Method in interface de.espirit.firstspirit.access.store.IDProvider
Insert child at last position.
moveChild(IDProvider, int) - Method in interface de.espirit.firstspirit.access.store.IDProvider
Insert child at index position.
MoveOperation - Interface in de.espirit.firstspirit.storage
Interface indicating a move operation on a belonging storeelement.
MPPViewport - Interface in de.espirit.firstspirit.access.project.mpp
This interface represents a single viewport in the multi-perspective preview.
MPPViewport.Builder - Interface in de.espirit.firstspirit.access.project.mpp
Builder to configure and create a MPPViewport.
MPPViewport.IconType - Enum in de.espirit.firstspirit.access.project.mpp
A viewport icon type used to symbolize the viewport.
MPPViewportAgent - Interface in de.espirit.firstspirit.agency
Definition of an agent offering capabilities to modify the viewports of the multi-perspective preview (MPP).
MPPViewports - Interface in de.espirit.firstspirit.access.project.mpp
This interface represents a container for viewports.
MPPWebControl - Interface in de.espirit.firstspirit.client.mpp
FirstSpirit JavaScript MPP API, accessible via "MPP_API".
MPPWebControl.ParameterizedListener - Interface in de.espirit.firstspirit.client.mpp
Listener for events about changes of the preview parametrization.
MPPWebControl.ParameterListener - Interface in de.espirit.firstspirit.client.mpp
Listener for events about changes of custom parameters.
MPPWebControl.TimeParameterListener - Interface in de.espirit.firstspirit.client.mpp
Listener for events about changes of date / time in MPP.
MultiApplication - Interface in de.espirit.firstspirit.client.gui.applications
MultiApplication interface to open and control multiple applications.
MultiApplicationConfiguration - Interface in de.espirit.firstspirit.client.gui.applications
Configuration builder to configure multi applications.
MultiFormValidationReport - Interface in de.espirit.firstspirit.agency
A validation report container for multiple language-focused forms.
MultiPageParams - Class in de.espirit.firstspirit.access.store
 
MultiPageParams() - Constructor for class de.espirit.firstspirit.access.store.MultiPageParams
 
MultiPageParamsProvider - Interface in de.espirit.firstspirit.access.store
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210