Uses of Interface
de.espirit.firstspirit.agency.SpecialistsBroker
Packages that use 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.accessModifier and TypeInterfaceDescriptioninterface
A simple base context used for firstspirit hotspots like client plugins.interface
-
Uses of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type SpecialistsBrokerModifier and TypeMethodDescriptionGomIncludeValueProvider.getValues
(@NotNull SpecialistsBroker broker) Get the list of included values. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore.gom.lists
Methods in de.espirit.firstspirit.access.store.templatestore.gom.lists with parameters of type SpecialistsBrokerModifier 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
Methods in de.espirit.firstspirit.agency that return SpecialistsBrokerModifier 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. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.access.editor
Methods in de.espirit.firstspirit.client.access.editor that return SpecialistsBrokerModifier and TypeMethodDescription@NotNull SpecialistsBroker
ValueEngineerContext.getBroker()
Provides access to a specialitsts broker. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.access.editor.lists
Methods in de.espirit.firstspirit.client.access.editor.lists with parameters of type SpecialistsBrokerModifier 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.client.pluginModifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for external preview items. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.plugin.report
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.client.plugin.reportModifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for report plugin items.Methods in de.espirit.firstspirit.client.plugin.report with parameters of type SpecialistsBrokerModifier and TypeMethodDescriptionvoid
DataProvider.start
(SpecialistsBroker broker, ParameterMap parameter) Initialization; called before any other methods. -
Uses of SpecialistsBroker in de.espirit.firstspirit.client.plugin.toolbar
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.client.plugin.toolbarModifier and TypeInterfaceDescriptioninterface
A context used for client plugin toolbar items. -
Uses of SpecialistsBroker in de.espirit.firstspirit.generate
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.generate -
Uses of SpecialistsBroker in de.espirit.firstspirit.module
Methods in de.espirit.firstspirit.module that return SpecialistsBrokerModifier 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.schedulingModifier 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.Methods in de.espirit.firstspirit.scheduling with parameters of type SpecialistsBrokerModifier and TypeMethodDescriptionScheduleTaskFormFactory.createForm
(@NotNull SpecialistsBroker broker) Create a form for configuring a schedule task. -
Uses of SpecialistsBroker in de.espirit.firstspirit.server.scheduler
Methods in de.espirit.firstspirit.server.scheduler with parameters of type SpecialistsBrokerModifier and TypeMethodDescriptionboolean
ScheduleTaskFactory.isLicensed
(@NotNull SpecialistsBroker broker) Is this task type enabled by license? -
Uses of SpecialistsBroker in de.espirit.firstspirit.service.permission.scripting
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.service.permission.scriptingModifier 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
Methods in de.espirit.firstspirit.service.value with parameters of type SpecialistsBrokerModifier 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
Methods in de.espirit.firstspirit.ui.gadgets.swing that return SpecialistsBrokerModifier 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.inlineeditModifier 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.mediaModifier and TypeInterfaceDescriptioninterface
Context providing information and accessors for media managing items. -
Uses of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.status
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.statusModifier and TypeInterfaceDescriptioninterface
Provides context information useful for creating statue notes withWebeditStatusNoteContext.createNote()
. -
Uses of SpecialistsBroker in de.espirit.firstspirit.webedit.plugin.translation
Methods in de.espirit.firstspirit.webedit.plugin.translation that return SpecialistsBrokerModifier 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
Methods in de.espirit.firstspirit.webedit.server.gadgets.aspects with parameters of type SpecialistsBrokerModifier and TypeMethodDescriptionboolean
TransferHandling.HandlerHost.Handler.handle
(@NotNull SpecialistsBroker feededBroker, @NotNull CommodityContainer commodities) Handle the given transfers. -
Uses of SpecialistsBroker in de.espirit.firstspirit.workflow
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.workflowModifier and TypeInterfaceDescriptionstatic interface
Context representing a manual activity in the corresponding workflow process.