public interface IPluginDefaultLifecycleData
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_SCOPE_KEY |
Modifier and Type | Method and Description |
---|---|
Mandant |
getClient()
Gets the client where the plugin is installed or
null if it is installed in system-scope |
IPluginFileHelper |
getFileHelper()
Gets the helper-class for working with plugin-files
|
FrontendServer |
getFrontendServer()
Gets the frontend-server where the plugin is installed or
null if it is installed on an master-server |
Properties |
getProperties()
Returns the properties of the plugin
|
IPluginResourceHelper |
getResourceHelper()
Gets the helper-class for working with resources
|
String |
getRuntimeKey()
Returns the plugin-runtime-key
|
String |
getScopeKey()
Returns the plugin scope-key: Could be the
SYSTEM_SCOPE_KEY or the uuid of the client |
static final String SYSTEM_SCOPE_KEY
String getScopeKey()
SYSTEM_SCOPE_KEY
or the uuid of the clientString
uuid or SYSTEM_SCOPE_KEY
String getRuntimeKey()
String
the plugin-runtime-keyMandant getClient()
null
if it is installed in system-scopeMandant
or null if the plugin is installed in system-scope
Properties getProperties()
Properties
FrontendServer getFrontendServer()
null
if it is installed on an master-serverFrontendServer
or null if the plugin is installed in on an master-server
IPluginFileHelper getFileHelper()
IPluginFileHelper
IPluginResourceHelper getResourceHelper()
IPluginResourceHelper
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.