Uses of Interface
de.espirit.firstspirit.access.Public
Packages that use Public
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 Public in de.espirit.firstspirit.access.script
Subinterfaces of Public in de.espirit.firstspirit.access.script -
Uses of Public in de.espirit.firstspirit.ai
Subinterfaces of Public in de.espirit.firstspirit.aiModifier 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 Public in de.espirit.firstspirit.client.plugin
Subinterfaces of Public in de.espirit.firstspirit.client.pluginModifier 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
Deprecated.interface
General type of FirstSpirit plug-ins.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 Public in de.espirit.firstspirit.client.plugin.dataaccess
Subinterfaces of Public in de.espirit.firstspirit.client.plugin.dataaccessModifier and TypeInterfaceDescriptioninterface
Plug-in allowing access to data managed by some sort of container. -
Uses of Public in de.espirit.firstspirit.client.plugin.timeline
Subinterfaces of Public in de.espirit.firstspirit.client.plugin.timelineModifier 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 Public in de.espirit.firstspirit.generate
Subinterfaces of Public in de.espirit.firstspirit.generateModifier and TypeInterfaceDescriptioninterface
A content processor can alter or transform the produced content during the generation process.
During generation the usage of a content processor instance comprises three steps: The methodContentProcessor.init(de.espirit.firstspirit.access.GenerationContext,java.io.OutputStream)
is called. A writer is requested where the content is directed to (ContentProcessor.getWriter()
). The end of the content stream is signaled by a call toContentProcessor.finish()
. -
Uses of Public in de.espirit.firstspirit.server.application
Subinterfaces of Public in de.espirit.firstspirit.server.applicationModifier and TypeInterfaceDescriptioninterface
Definition of a plug-in describing an application connected to FirstSpirit. -
Uses of Public in de.espirit.firstspirit.server.mediamanagement.exif
Subinterfaces of Public in de.espirit.firstspirit.server.mediamanagement.exifModifier and TypeInterfaceDescriptioninterface
Format a given object value of typeExifValueFormatter.getValueType()
ifExifValueFormatter.getSupportedTags()
return an array of length 0 or all defined tags returned byExifValueFormatter.getSupportedTags()
.static interface
A more complex value formatter which could return different types of <S> and <C> where S=simple value and C is the complex one. -
Uses of Public in de.espirit.firstspirit.service.mediamanagement
Subinterfaces of Public in de.espirit.firstspirit.service.mediamanagementModifier and TypeInterfaceDescriptioninterface
Marker Interface defining exif data upload hooks.interface
Media upload hook hot spot interface of FirstSpirit. -
Uses of Public in de.espirit.firstspirit.service.value
Subinterfaces of Public in de.espirit.firstspirit.service.valueModifier and TypeInterfaceDescriptioninterface
Service providing a value based on parameterization. -
Uses of Public in de.espirit.firstspirit.store
Subinterfaces of Public in de.espirit.firstspirit.storeModifier 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 Public in de.espirit.firstspirit.webedit
Subinterfaces of Public in de.espirit.firstspirit.webeditModifier and TypeInterfaceDescriptioninterface
Handler for element associations. -
Uses of Public in de.espirit.firstspirit.webedit.plugin
Subinterfaces of Public in de.espirit.firstspirit.webedit.pluginModifier 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.since 5.1.5 - useReportPlugin
insteadinterface
Plug-in definition targeting the 'Actions' drop-down menu of the WebClient toolbar to provide customized, project-specific actions. -
Uses of Public in de.espirit.firstspirit.webedit.plugin.focus
Subinterfaces of Public in de.espirit.firstspirit.webedit.plugin.focusModifier and TypeInterfaceDescriptioninterface
A plugin providing capabilities for detecting focus areas inside an image. -
Uses of Public in de.espirit.firstspirit.webedit.plugin.media
Subinterfaces of Public in de.espirit.firstspirit.webedit.plugin.mediaModifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing specific items for media management. -
Uses of Public in de.espirit.firstspirit.webedit.plugin.status
Subinterfaces of Public in de.espirit.firstspirit.webedit.plugin.statusModifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing specific items for status information in webedit. -
Uses of Public in de.espirit.firstspirit.webedit.plugin.translation
Subinterfaces of Public in de.espirit.firstspirit.webedit.plugin.translationModifier and TypeInterfaceDescriptioninterface
Definition of a plug-in providing access to translation services. -
Uses of Public in de.espirit.firstspirit.workflow
Subinterfaces of Public in de.espirit.firstspirit.workflowModifier and TypeInterfaceDescriptioninterface
Provides information of which elements should be available for workflow actions and in which release state is a given element.
plug-in type
instead (see hierarchy).