Uses of Interface
de.espirit.firstspirit.client.plugin.Plugin
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 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.-
Uses of Plugin in de.espirit.firstspirit.ai
Modifier and TypeInterfaceDescriptioninterface
Plugin for connecting to a specific generative AI.interface
Plugin providing default prompt configuration.interface
Plugin providing testing capabilities for prompt operations during their configuration. -
Uses of Plugin in de.espirit.firstspirit.client.plugin
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing specific items providing integrations for external preview services.interface
ItemsPlugin<A extends Item<?>>
General type definition of plug-ins providing an arbitrary number of items of a specific item type.interface
Definition of a plug-in providing specific items for the "new" sub-menu of context menus of the java client.interface
Definition of a plug-in providing specific items targeting the plugins menu of the java client.interface
Definition of a plug-in providing specific items targetting the editorial toolbar of the java client.interface
JavaClientItemsPlugin<T extends Item<?>>
JavaClient plug-in providing items.interface
A marker for a FirstSpirit plug-in that is to run permanently, i.e., throughout a java client's lifetime.interface
ReportPlugin<T>
Interface for report plug-ins integrated in both clients ContentCreator and SiteArchitect.interface
A marker for a FirstSpirit plug-in that is to run permanently throughout a WebEdit session's lifetime. -
Uses of Plugin in de.espirit.firstspirit.client.plugin.dataaccess
Modifier and TypeInterfaceDescriptioninterface
Plug-in allowing access to data managed by some sort of container. -
Uses of Plugin in de.espirit.firstspirit.client.plugin.timeline
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing entries for the future timeline of the multi-perspective-preview.interface
Definition of a plug-in providing entries for the historical timeline of the multi-perspective-preview. -
Uses of Plugin in de.espirit.firstspirit.server.application
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in describing an application connected to FirstSpirit. -
Uses of Plugin in de.espirit.firstspirit.store
Modifier and TypeInterfaceDescriptioninterface
This interface maps a givenSiteStoreFolder
to a (maybe new)PageFolder
and is used during create and move operations in the FirstSpirit WebClient. -
Uses of Plugin in de.espirit.firstspirit.webedit
Modifier and TypeInterfaceDescriptioninterface
Handler for element associations. -
Uses of Plugin in de.espirit.firstspirit.webedit.plugin
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing resource urls to be loaded in webedit.interface
Definition of a plug-in providing specific items for inline editing.interface
WebeditItemsPlugin<T extends Item<?>>
Webedit plug-in providing items.interface
Deprecated.interface
Plug-in definition targeting the 'Actions' drop-down menu of the WebClient toolbar to provide customized, project-specific actions. -
Uses of Plugin in de.espirit.firstspirit.webedit.plugin.focus
Modifier and TypeInterfaceDescriptioninterface
A plugin providing capabilities for detecting focus areas inside an image. -
Uses of Plugin in de.espirit.firstspirit.webedit.plugin.media
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing specific items for media management. -
Uses of Plugin in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing specific items for status information in webedit. -
Uses of Plugin in de.espirit.firstspirit.webedit.plugin.translation
Modifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing access to translation services. -
Uses of Plugin in de.espirit.firstspirit.workflow
Modifier and TypeInterfaceDescriptioninterface
Provides information of which elements should be available for workflow actions and in which release state is a given element.
ReportPlugin
instead