Modifier and Type | Interface and Description |
---|---|
interface |
ClientScriptContext
Script context providing the current
user and a context element . |
interface |
GenerationContext
Context definition for generation tasks.
|
interface |
GenerationScriptContext
Context for a script within the generation task.
|
interface |
GuiScriptContext
Common properties:
------------------
sessionId (java.lang.Long)
|
interface |
ScriptContext
Common properties :------------------ |
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectScriptContext
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScheduleContext
A context with access to schedule entry execution-related objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Content2ScriptContext
Scripts which are started on an contentstore entity entry (e.g. in java client)
have an instance of Content2ScriptContext stored in variable 'context'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowScriptContext
Definition of a context container for workflow scripts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientPluginAction<C extends BaseContext>
Deprecated.
since 5.0.103 with no replacement
|
interface |
ExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation.
|
interface |
GroupingPluginItem<C extends BaseContext,T extends Item<C>>
Definition of an item providing sub-items.
|
interface |
Item<C extends BaseContext>
General (abstract) definition of a pluggable FirstSpirit item.
|
interface |
JavaClientExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation in the java client.
|
interface |
ToggleablePluginItem<C extends BaseContext>
Definition of an item providing a toggleable state.
|
interface |
WebeditExecutablePluginItem<C extends BaseContext>
Definition of an item providing an executable operation in the web client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalPreviewContext
Context providing information and accessors for external preview items.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientPlugin.init(BaseContext context)
Deprecated.
since 5.0.100 use a specific
plug-in type instead (see hierarchy). |
void |
Plugin.setUp(BaseContext context)
Defines the beginning of this plug-in's life providing a context that allows access to the
plug-ins programmatic environment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContextMenuContext
A context used for client plug-in context menu items.
|
Modifier and Type | Method and Description |
---|---|
DataAccessSession<D> |
DataAccessSessionBuilder.createSession(BaseContext context)
Create a session based on the given configuration.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Item<BaseContext>> |
StaticItemsProviding.getStaticItems()
Provides an arbitrary number of static items for a data access report.
|
Modifier and Type | Method and Description |
---|---|
void |
DataAccessControlling.requireAccess(BaseContext context)
Requires the session to enable accessing its data and provide the current access state.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReportContext<T>
Context providing information and accessors for report plugin items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ToolbarContext
A context used for client plugin toolbar items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UrlFactoryContext
Context to be given to the
UrlFactory . |
Modifier and Type | Interface and Description |
---|---|
interface |
ScheduleTaskExecutionContext
Execution context for a task execution, providing specific, task- and job-related agents to access their information.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
FileEntry.getElement(BaseContext context,
boolean release)
Provides the element this file is based upon with respect to the given context.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadHook.postProcess(BaseContext baseContext,
Media media,
File file,
long length)
Hook method will be called on media upload AFTER the uploaded file is transmitted into the FirstSpirit-Server-Repository.
|
void |
UploadHook.postProcess(BaseContext baseContext,
Media media,
Picture picture,
long length)
Hook method will be called on media upload AFTER the uploaded file is transmitted into the FirstSpirit-Server-Repository.
|
void |
UploadHook.preProcess(BaseContext baseContext,
Media media,
File file,
InputStream inputStream,
long length)
Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository.
|
void |
UploadHook.preProcess(BaseContext baseContext,
Media media,
Picture picture,
Resolution resolution,
InputStream inputStream,
long length)
Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository.
|
void |
UploadHook.uploadAborted(BaseContext baseContext,
Media media,
MediaElement mediaElement)
This method will be called if an upload has been rejected by any upload-hook instance and this hook has been already executed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionServiceScriptContext
This script context is available via variable 'context' in serverside scripts executed in the
permission service . |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientScriptProvidingItem<C extends BaseContext>
Item providing a native script for client-side execution.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InlineEditContext
Object providing information and accessors about the context in which inline editing items have been requested.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MediaManagementContext
Context providing information and accessors for media managing items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebeditStatusNoteContext
Provides context information useful for creating statue notes with
WebeditStatusNoteContext.createNote() . |
Modifier and Type | Interface and Description |
---|---|
static interface |
WorkflowAgent.WorkflowProcessContext
Context representing a manual activity in the corresponding workflow process.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210