Package | Description |
---|---|
de.espirit.firstspirit.access | |
de.espirit.firstspirit.client.plugin |
Provides interfaces and types for client plugins.
|
de.espirit.firstspirit.client.plugin.contextmenu |
Provides interfaces and types for java client context menu plugins.
|
de.espirit.firstspirit.client.plugin.toolbar |
Provides interfaces and types for client toolbar plugins.
|
de.espirit.firstspirit.service.mediamanagement | |
de.espirit.firstspirit.service.permission.scripting | |
de.espirit.firstspirit.webedit.plugin |
Provides interfaces and types for web client plugins.
|
de.espirit.firstspirit.webedit.plugin.inlineedit |
Provides interfaces and types for web client inline edit plugins.
|
de.espirit.firstspirit.workflow |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptContext |
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 | 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 | Interface and Description |
---|---|
interface |
ToolbarContext
A context used for client plugin toolbar items.
|
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
Context providing information and accessors for inline editing items.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
WorkflowAgent.WorkflowProcessContext
Context representing a manual activity in the corresponding workflow process.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500