Uses of Interface
de.espirit.firstspirit.access.BaseContext
Package
Description
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for java client context menu plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the context menu of the java client.Provides interfaces and types for client toolbar plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the toolbar of the java client.Provides interfaces and types for web client plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for web client inline edit plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the inline edit area of the web client.-
Uses of BaseContext in de.espirit.firstspirit.access
Modifier and TypeInterfaceDescriptioninterface
Script context providing the currentuser
and acontext element
.interface
Context definition for generation tasks.interface
Context for a script within the generation task.interface
Common properties: ------------------ sessionId (java.lang.Long)interface
Common properties
:
------------------
isWebClient (java.lang.Boolean) - since 4.2.404 - indicates whether this script context is executed in webclient or not.
(Note: This property has been deprecated with 5.0.12, use#isEnv(Env.WEBEDIT)
instead) -
Uses of BaseContext in de.espirit.firstspirit.access.project
Modifier and TypeInterfaceDescriptioninterface
-
Uses of BaseContext in de.espirit.firstspirit.access.schedule
Modifier and TypeInterfaceDescriptioninterface
A context with access to schedule entry execution-related objects. -
Uses of BaseContext in de.espirit.firstspirit.access.store.contentstore
Modifier and TypeInterfaceDescriptioninterface
Scripts which are started on an contentstore entity entry (e.g. in java client) have an instance of Content2ScriptContext stored in variable 'context'. -
Uses of BaseContext in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeInterfaceDescriptioninterface
Definition of a context container for workflow scripts. -
Uses of BaseContext in de.espirit.firstspirit.client.plugin
Modifier and TypeInterfaceDescriptioninterface
ClientPluginAction<C extends BaseContext>
Deprecated.since 5.0.103 with no replacementinterface
ExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation.interface
GroupingPluginItem<C extends BaseContext,
T extends Item<C>> Definition of an item providing sub-items.interface
Item<C extends BaseContext>
General (abstract) definition of a pluggable FirstSpirit item.interface
JavaClientExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation in the java client.interface
ToggleablePluginItem<C extends BaseContext>
Definition of an item providing a toggleable state.interface
WebeditExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation in the web client.Modifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for external preview items.Modifier and TypeMethodDescriptionvoid
ClientPlugin.init
(BaseContext context) Deprecated.since 5.0.100 use a specificplug-in type
instead (see hierarchy).void
Plugin.setUp
(@NotNull BaseContext context) Defines the beginning of this plug-in's life providing a context that allows access to the plug-ins programmatic environment. -
Uses of BaseContext in de.espirit.firstspirit.client.plugin.dataaccess
Modifier and TypeMethodDescription@NotNull DataAccessSession<D>
DataAccessSessionBuilder.createSession
(@NotNull BaseContext context) Create a session based on the given configuration.
Attention: This call should return very fast. -
Uses of BaseContext in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescriptionCollection<? extends Item<BaseContext>>
StaticItemsProviding.getStaticItems()
Provides an arbitrary number of static items for a data access report.Modifier and TypeMethodDescriptionvoid
DataAccessControlling.requireAccess
(@NotNull BaseContext context) Requires the session to enable accessing its data and provide the current access state. -
Uses of BaseContext in de.espirit.firstspirit.client.plugin.report
Modifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for report plugin items. -
Uses of BaseContext in de.espirit.firstspirit.client.plugin.toolbar
Modifier and TypeInterfaceDescriptioninterface
A context used for client plugin toolbar items. -
Uses of BaseContext in de.espirit.firstspirit.generate
-
Uses of BaseContext in de.espirit.firstspirit.scheduling
Modifier and TypeInterfaceDescriptioninterface
Execution context for a task execution, providing specific, task- and job-related agents to access their information. -
Uses of BaseContext in de.espirit.firstspirit.scheduling.agency
Modifier and TypeMethodDescription@Nullable IDProvider
FileEntry.getElement
(BaseContext context, boolean release) Provides the element this file is based upon with respect to the given context. -
Uses of BaseContext in de.espirit.firstspirit.service.mediamanagement
Modifier and TypeMethodDescriptionvoid
UploadHook.postProcess
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull File file, long length) Hook method will be called on media upload AFTER the uploaded file is transmitted into the FirstSpirit-Server-Repository.void
UploadHook.postProcess
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull Picture picture, long length) Hook method will be called on media upload AFTER the uploaded file is transmitted into the FirstSpirit-Server-Repository.void
UploadHook.preProcess
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull File file, @NotNull InputStream inputStream, long length) Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository.void
UploadHook.preProcess
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull Picture picture, Resolution resolution, @NotNull InputStream inputStream, long length) Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository.void
UploadHook.uploadAborted
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull MediaElement mediaElement) This method will be called if an upload has been rejected by any upload-hook instance and this hook has been already executed. -
Uses of BaseContext in de.espirit.firstspirit.service.permission.scripting
Modifier and TypeInterfaceDescriptioninterface
This script context is available via variable 'context' in serverside scripts executed in thepermission service
. -
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin
Modifier and TypeInterfaceDescriptioninterface
ClientScriptProvidingItem<C extends BaseContext>
Item providing a native script for client-side execution. -
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin.inlineedit
Modifier and TypeInterfaceDescriptioninterface
Object providing information and accessors about the context in which inline editing items have been requested. -
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin.media
Modifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for media managing items. -
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeInterfaceDescriptioninterface
Provides context information useful for creating statue notes withWebeditStatusNoteContext.createNote()
. -
Uses of BaseContext in de.espirit.firstspirit.workflow
Modifier and TypeInterfaceDescriptionstatic interface
Context representing a manual activity in the corresponding workflow process.