Uses of Interface
de.espirit.firstspirit.agency.SpecialistsBroker
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 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 SpecialistsBroker in de.espirit.firstspirit.access
Modifier and TypeInterfaceDescriptioninterface
A simple base context used for firstspirit hotspots like client plugins.interface
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)Modifier and TypeMethodDescription@NotNull SpecialistsBroker
Connection.getBroker()
Returns broker without project binding. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionOptionFactory.getOptionModel
(SpecialistsBroker broker, Language language, boolean release) Return a model on options, based upon information provided by the given specialists broker.TableCell.getShortContent
(@Nullable SpecialistsBroker broker) Returns a short content text of this table cell -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.project
Modifier and TypeInterfaceDescriptioninterface
-
Uses of SpecialistsBroker in de.espirit.firstspirit.access.schedule
Modifier and TypeInterfaceDescriptioninterface
A context with access to schedule entry execution-related objects. -
Uses of SpecialistsBroker 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 SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeInterfaceDescriptioninterface
Definition of a context container for workflow scripts. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeInterfaceDescriptionstatic interface
Interface providing access to the validation context.Modifier and TypeMethodDescriptionGomIncludeValueProvider.getValues
(@NotNull SpecialistsBroker broker) Get the list of included values. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore.gom.lists
Modifier and TypeMethodDescription<T> @NotNull DataAccessSession<T>
GomIndexSource.createSession
(@NotNull SpecialistsBroker broker, boolean release) Creates a session based on the definition and configuration of this source. -
Uses of SpecialistsBroker in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@Nullable SpecialistsBroker
BrokerAgent.getBroker
(long revision) Get hold of a broker operating on the given revision.@Nullable SpecialistsBroker
Try getting hold of a broker for a remote project registered under the given symbolic name.@Nullable SpecialistsBroker
BrokerAgent.getBrokerByProjectId
(long projectId) Returns a broker related to the project specified by given projectId ornull
if no project exists with the given ID or the current user has no access to the project.@Nullable SpecialistsBroker
BrokerAgent.getBrokerByProjectName
(@NotNull String projectName) Returns a broker related to the project specified by given projectName ornull
if no project exists with the given name or the current user has no access to the project.Modifier and TypeMethodDescription@NotNull IDProvider
ElementValidationReport.getElement
(SpecialistsBroker broker) Get the element this report is generated for.@NotNull Collection<Language>
MultiFormValidationReport.getLanguages
(SpecialistsBroker broker) Provides the languages being reported containing problems, not including meta data problems. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.access.editor
Modifier and TypeMethodDescription@NotNull SpecialistsBroker
ValueEngineerContext.getBroker()
Provides access to a specialitsts broker. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.access.editor.lists
Modifier and TypeMethodDescription<T> @NotNull DataAccessSession<T>
Index.createSession
(@NotNull SpecialistsBroker broker) Creates a session based on the definition and configuration of the underlying source. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.plugin
Modifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for external preview items. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.plugin.report
Modifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for report plugin items.Modifier and TypeMethodDescriptionvoid
DataProvider.start
(SpecialistsBroker broker, ParameterMap parameter) Initialization; called before any other methods. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.plugin.toolbar
Modifier and TypeInterfaceDescriptioninterface
A context used for client plugin toolbar items. -
Uses of SpecialistsBroker in de.espirit.firstspirit.generate
-
Uses of SpecialistsBroker in de.espirit.firstspirit.module
Modifier and TypeMethodDescription@NotNull SpecialistsBroker
GadgetContext.getBroker()
Provides access to a specialists broker.ServerEnvironment.getBroker()
Provides access to a specialists broker. -
Uses of SpecialistsBroker in de.espirit.firstspirit.scheduling
Modifier and TypeInterfaceDescriptioninterface
Context for a task definition, providing specific, task- and job-related agents to access their information.interface
Execution context for a task execution, providing specific, task- and job-related agents to access their information.Modifier and TypeMethodDescriptionScheduleTaskFormFactory.createForm
(@NotNull SpecialistsBroker broker) Create a form for configuring a schedule task. -
Uses of SpecialistsBroker in de.espirit.firstspirit.server.scheduler
Modifier and TypeMethodDescriptionboolean
ScheduleTaskFactory.isLicensed
(@NotNull SpecialistsBroker broker) Is this task type enabled by license? -
Uses of SpecialistsBroker 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 SpecialistsBroker in de.espirit.firstspirit.service.value
Modifier and TypeMethodDescriptionValueService.getValue
(SpecialistsBroker broker, Map<String, ?> parameters) Get the value resolving from the given parameters. -
Uses of SpecialistsBroker in de.espirit.firstspirit.ui.gadgets.swing
Modifier and TypeMethodDescriptionfinal SpecialistsBroker
AbstractValueHoldingSwingGadget.getBroker()
Access the broker providing access to specialists on application knowledge. -
Uses of SpecialistsBroker 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 SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.media
Modifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for media managing items. -
Uses of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeInterfaceDescriptioninterface
Provides context information useful for creating statue notes withWebeditStatusNoteContext.createNote()
. -
Uses of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.translation
Modifier and TypeMethodDescription@NotNull SpecialistsBroker
TranslationContext.getBroker()
A request local specialists broker, providing access to client operations. -
Uses of SpecialistsBroker in de.espirit.firstspirit.webedit.server.gadgets.aspects
Modifier and TypeMethodDescriptionboolean
TransferHandling.HandlerHost.Handler.handle
(@NotNull SpecialistsBroker feededBroker, @NotNull CommodityContainer commodities) Handle the given transfers. -
Uses of SpecialistsBroker in de.espirit.firstspirit.workflow
Modifier and TypeInterfaceDescriptionstatic interface
Context representing a manual activity in the corresponding workflow process.