Package de.xima.fc.plugin.lifecycle
Class DefaultPluginLifecycleData
java.lang.Object
de.xima.fc.plugin.lifecycle.DefaultPluginLifecycleData
- All Implemented Interfaces:
IPluginDefaultLifecycleData
,IPluginInitializeBeanData
,IPluginInitializeData
,IPluginInstallData
,IPluginShutdownData
,IPluginUninstallData
- Direct Known Subclasses:
DefaultPluginValidationData
public class DefaultPluginLifecycleData
extends Object
implements IPluginInitializeData, IPluginInitializeBeanData, IPluginShutdownData, IPluginInstallData, IPluginUninstallData
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface de.xima.fc.interfaces.plugin.lifecycle.IPluginDefaultLifecycleData
SYSTEM_SCOPE_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the client where the plugin is installed ornull
if it is installed in system-scopeGets the helper-class for working with plugin-filesGets the frontend-server where the plugin is installed ornull
if it is installed on an master-serverGets the manifest of the plugin.Returns the properties of the pluginGets the helper-class for working with resourcesReturns the plugin-runtime-keyReturns the plugin scope-key: Could be theIPluginDefaultLifecycleData.SYSTEM_SCOPE_KEY
or the uuid of the client
-
Constructor Details
-
DefaultPluginLifecycleData
-
-
Method Details
-
getScopeKey
Description copied from interface:IPluginDefaultLifecycleData
Returns the plugin scope-key: Could be theIPluginDefaultLifecycleData.SYSTEM_SCOPE_KEY
or the uuid of the client- Specified by:
getScopeKey
in interfaceIPluginDefaultLifecycleData
- Returns:
String
uuid orIPluginDefaultLifecycleData.SYSTEM_SCOPE_KEY
-
getManifest
Description copied from interface:IPluginDefaultLifecycleData
Gets the manifest of the plugin.- Specified by:
getManifest
in interfaceIPluginDefaultLifecycleData
- Returns:
- The manifest of the plugin.
-
getRuntimeKey
Description copied from interface:IPluginDefaultLifecycleData
Returns the plugin-runtime-key- Specified by:
getRuntimeKey
in interfaceIPluginDefaultLifecycleData
- Returns:
String
the plugin-runtime-key
-
getClient
Description copied from interface:IPluginDefaultLifecycleData
Gets the client where the plugin is installed ornull
if it is installed in system-scope- Specified by:
getClient
in interfaceIPluginDefaultLifecycleData
- Returns:
Mandant
ornull if the plugin is installed in system-scope
-
getFrontendServer
Description copied from interface:IPluginDefaultLifecycleData
Gets the frontend-server where the plugin is installed ornull
if it is installed on an master-server- Specified by:
getFrontendServer
in interfaceIPluginDefaultLifecycleData
- Returns:
FrontendServer
ornull if the plugin is installed in on an master-server
-
getProperties
Description copied from interface:IPluginDefaultLifecycleData
Returns the properties of the plugin- Specified by:
getProperties
in interfaceIPluginDefaultLifecycleData
- Returns:
Properties
-
getFileHelper
Description copied from interface:IPluginDefaultLifecycleData
Gets the helper-class for working with plugin-files- Specified by:
getFileHelper
in interfaceIPluginDefaultLifecycleData
- Returns:
IPluginFileHelper
-
getResourceHelper
Description copied from interface:IPluginDefaultLifecycleData
Gets the helper-class for working with resources- Specified by:
getResourceHelper
in interfaceIPluginDefaultLifecycleData
- Returns:
IPluginResourceHelper
-