Uses of Interface
de.espirit.firstspirit.access.BaseContext
Packages that use 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.accessSubinterfaces of BaseContext in de.espirit.firstspirit.accessModifier and TypeInterfaceDescriptioninterfaceScript context providing the currentuserand acontext element.interfaceContext definition for generation tasks.interfaceContext for a script within the generation task.interfaceCommon properties: ------------------ sessionId (java.lang.Long)interfaceCommon 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.projectSubinterfaces of BaseContext in de.espirit.firstspirit.access.projectModifier and TypeInterfaceDescriptioninterface
- 
Uses of BaseContext in de.espirit.firstspirit.access.scheduleSubinterfaces of BaseContext in de.espirit.firstspirit.access.scheduleModifier and TypeInterfaceDescriptioninterfaceA context with access to schedule entry execution-related objects.
- 
Uses of BaseContext in de.espirit.firstspirit.access.store.contentstoreSubinterfaces of BaseContext in de.espirit.firstspirit.access.store.contentstoreModifier and TypeInterfaceDescriptioninterfaceScripts 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.templatestoreSubinterfaces of BaseContext in de.espirit.firstspirit.access.store.templatestoreModifier and TypeInterfaceDescriptioninterfaceDefinition of a context container for workflow scripts.
- 
Uses of BaseContext in de.espirit.firstspirit.client.pluginClasses in de.espirit.firstspirit.client.plugin with type parameters of type BaseContextModifier and TypeInterfaceDescriptioninterfaceClientPluginAction<C extends BaseContext>Deprecated.since 5.0.103 with no replacementinterfaceExecutablePluginItem<C extends BaseContext>Definition of an item providing an executable operation.interfaceGroupingPluginItem<C extends BaseContext,T extends Item<C>> Definition of an item providing sub-items.interfaceItem<C extends BaseContext>General (abstract) definition of a pluggable FirstSpirit item.interfaceJavaClientExecutablePluginItem<C extends BaseContext>Definition of an item providing an executable operation in the java client.interfaceToggleablePluginItem<C extends BaseContext>Definition of an item providing a toggleable state.interfaceWebeditExecutablePluginItem<C extends BaseContext>Definition of an item providing an executable operation in the web client.Subinterfaces of BaseContext in de.espirit.firstspirit.client.pluginModifier and TypeInterfaceDescriptioninterfaceContext providing information and accessors for external preview items.Methods in de.espirit.firstspirit.client.plugin with parameters of type BaseContextModifier and TypeMethodDescriptionvoidClientPlugin.init(BaseContext context) Deprecated.since 5.0.100 use a specificplug-in typeinstead (see hierarchy).voidPlugin.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.dataaccessMethods in de.espirit.firstspirit.client.plugin.dataaccess with parameters of type BaseContextModifier 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.aspectsMethods in de.espirit.firstspirit.client.plugin.dataaccess.aspects that return types with arguments of type BaseContextModifier and TypeMethodDescriptionCollection<? extends Item<BaseContext>>StaticItemsProviding.getStaticItems()Provides an arbitrary number of static items for a data access report.Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type BaseContextModifier and TypeMethodDescriptionvoidDataAccessControlling.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.reportSubinterfaces of BaseContext in de.espirit.firstspirit.client.plugin.reportModifier and TypeInterfaceDescriptioninterfaceContext providing information and accessors for report plugin items.
- 
Uses of BaseContext in de.espirit.firstspirit.client.plugin.toolbarSubinterfaces of BaseContext in de.espirit.firstspirit.client.plugin.toolbarModifier and TypeInterfaceDescriptioninterfaceA context used for client plugin toolbar items.
- 
Uses of BaseContext in de.espirit.firstspirit.generateSubinterfaces of BaseContext in de.espirit.firstspirit.generate
- 
Uses of BaseContext in de.espirit.firstspirit.schedulingSubinterfaces of BaseContext in de.espirit.firstspirit.schedulingModifier and TypeInterfaceDescriptioninterfaceExecution context for a task execution, providing specific, task- and job-related agents to access their information.
- 
Uses of BaseContext in de.espirit.firstspirit.scheduling.agencyMethods in de.espirit.firstspirit.scheduling.agency with parameters of type BaseContextModifier and TypeMethodDescription@Nullable IDProviderFileEntry.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.mediamanagementMethods in de.espirit.firstspirit.service.mediamanagement with parameters of type BaseContextModifier and TypeMethodDescriptionvoidUploadHook.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.voidUploadHook.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.voidUploadHook.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.voidUploadHook.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.voidUploadHook.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.scriptingSubinterfaces of BaseContext in de.espirit.firstspirit.service.permission.scriptingModifier and TypeInterfaceDescriptioninterfaceThis script context is available via variable 'context' in serverside scripts executed in thepermission service.
- 
Uses of BaseContext in de.espirit.firstspirit.webedit.pluginClasses in de.espirit.firstspirit.webedit.plugin with type parameters of type BaseContextModifier and TypeInterfaceDescriptioninterfaceClientScriptProvidingItem<C extends BaseContext>Item providing a native script for client-side execution.
- 
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin.inlineeditSubinterfaces of BaseContext in de.espirit.firstspirit.webedit.plugin.inlineeditModifier and TypeInterfaceDescriptioninterfaceObject providing information and accessors about the context in which inline editing items have been requested.
- 
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin.mediaSubinterfaces of BaseContext in de.espirit.firstspirit.webedit.plugin.mediaModifier and TypeInterfaceDescriptioninterfaceContext providing information and accessors for media managing items.
- 
Uses of BaseContext in de.espirit.firstspirit.webedit.plugin.statusSubinterfaces of BaseContext in de.espirit.firstspirit.webedit.plugin.statusModifier and TypeInterfaceDescriptioninterfaceProvides context information useful for creating statue notes withWebeditStatusNoteContext.createNote().
- 
Uses of BaseContext in de.espirit.firstspirit.workflowSubinterfaces of BaseContext in de.espirit.firstspirit.workflowModifier and TypeInterfaceDescriptionstatic interfaceContext representing a manual activity in the corresponding workflow process.