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
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)Methods in de.espirit.firstspirit.access that return SpecialistsBrokerModifier and TypeMethodDescription@NotNull SpecialistsBroker
Connection.getBroker()
Returns broker without project binding. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value with parameters of type SpecialistsBrokerModifier 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.access.projectModifier and TypeInterfaceDescriptioninterface
-
Uses of SpecialistsBroker in de.espirit.firstspirit.access.schedule
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.access.scheduleModifier and TypeInterfaceDescriptioninterface
A context with access to schedule entry execution-related objects. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.store.contentstore
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.access.store.contentstoreModifier 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
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestoreModifier and TypeInterfaceDescriptioninterface
Definition of a context container for workflow scripts. -
Uses of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore.gom
Subinterfaces of SpecialistsBroker in de.espirit.firstspirit.access.store.templatestore.gomModifier and TypeInterfaceDescriptionstatic interface
Interface providing access to the validation context.Methods in de.espirit.firstspirit.access.store.templatestore.gom that return SpecialistsBrokerMethods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type SpecialistsBrokerModifier and TypeMethodDescription@Nullable Executable
GomButton.getClickExecutable
(@NotNull SpecialistsBroker broker) The executable used on click events@Nullable Executable
GomButton.getDropExecutable
(@NotNull SpecialistsBroker broker) The executable used on drop eventsGomButton.getTransferConstraints
(SpecialistsBroker broker) GomDataset.getTransferConstraints
(SpecialistsBroker broker) GomImageMap.getTransferConstraints
(SpecialistsBroker broker) GomReference.getTransferConstraints
(SpecialistsBroker broker) @Nullable TransferConstraint
GomTransferReceiver.getTransferConstraints
(SpecialistsBroker broker) Returns aTransferConstraint
object for this element, which describes the store element based transfer restrictions.List<TransferType<?>>
GomButton.getTransferTypes
(SpecialistsBroker broker) @Nullable List<TransferType<?>>
GomDom.getTransferTypes
(SpecialistsBroker broker) @Nullable List<TransferType<?>>
GomNumber.getTransferTypes
(SpecialistsBroker broker) List<TransferType<?>>
GomReference.getTransferTypes
(SpecialistsBroker broker) @Nullable List<TransferType<?>>
GomText.getTransferTypes
(SpecialistsBroker broker) @Nullable List<TransferType<?>>
GomTextarea.getTransferTypes
(SpecialistsBroker broker) @Nullable List<TransferType<?>>
GomTransferHandling.getTransferTypes
(SpecialistsBroker broker) Returns a list of supportedTransferType
's, ornull
if transfer is not supported.GomIncludeValueProvider.getValues
(@NotNull SpecialistsBroker broker) Get the list of included values.final void
GomModule.setSpecialistsBroker
(@NotNull SpecialistsBroker specialistsBroker) static GomModule
GomModule.with
(SpecialistsBroker specialistsBroker, GomElement... elements) Creates a new instance containing the given elements -
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.Methods in de.espirit.firstspirit.agency with parameters of type SpecialistsBrokerModifier 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.void
SpecialistsEmployer.setSpecialistsBroker
(@NotNull SpecialistsBroker specialistsBroker) Set the broker to be used by this employer. -
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.