Package de.xima.fc.mdl.plugin
Class PluginSyncData
java.lang.Object
de.xima.fc.mdl.plugin.PluginSyncData
- All Implemented Interfaces:
Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginSyncData(IPluginEntity<?, ?, ?> pluginEntity) PluginSyncData(IPluginEntity<?, ?, ?> pluginEntity, boolean deletePlugin) -
Method Summary
-
Constructor Details
-
PluginSyncData
-
PluginSyncData
-
-
Method Details
-
isActive
public boolean isActive()- Returns:
trueto enable the plugin,falseto disable it.
-
isRemoteSync
public boolean isRemoteSync() -
isDelete
public boolean isDelete()- Returns:
trueto delete the plugin,falseto update it.
-
getClientId
- Returns:
- For client plugin, the ID of the client where the plugin is installed, or
nullfor system plugins.
-
getScopeyKey
Deprecated.UsegetScopeKey().- Returns:
- The scope key of the plugin, either the UIUD of the client or
SYSTEM_SCOPE_KEY.
-
getScopeKey
- Returns:
- The scope key of the plugin, either the UIUD of the client or
SYSTEM_SCOPE_KEY.
-
getRuntimeKey
- Returns:
- The runtime key of the plugin, the UUID of the database entity.
-
getPluginDate
-
getPluginVersion
-
getJarVersion
-
getConfigVersion
-
getPluginName
- Returns:
- The name of the plugin.
-
toString
-
getServerRestrictionType
-
getScopeKey().