Package de.xima.fc.mdl.plugin
Class PluginSyncData
- java.lang.Object
 - 
- de.xima.fc.mdl.plugin.PluginSyncData
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PluginSyncData extends Object implements Serializable
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginSyncData(IPluginEntity<?,?,?> pluginEntity)PluginSyncData(IPluginEntity<?,?,?> pluginEntity, boolean deletePlugin) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LonggetClientId()IntegergetConfigVersion()IntegergetJarVersion()LonggetPluginDate()StringgetPluginName()IntegergetPluginVersion()StringgetRuntimeKey()StringgetScopeKey()StringgetScopeyKey()Deprecated.UsegetScopeKey().EPluginServerRestrictionTypegetServerRestrictionType()booleanisActive()booleanisDelete()booleanisRemoteSync()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
PluginSyncData
public PluginSyncData(IPluginEntity<?,?,?> pluginEntity, boolean deletePlugin)
 
- 
PluginSyncData
public PluginSyncData(IPluginEntity<?,?,?> pluginEntity)
 
 - 
 
- 
Method Detail
- 
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
public Long getClientId()
- Returns:
 - For client plugin, the ID of the client where the plugin is installed, or 
nullfor system plugins. 
 
- 
getScopeyKey
@Deprecated public String getScopeyKey()
Deprecated.UsegetScopeKey().- Returns:
 - The scope key of the plugin, either the UIUD of the client or
     
SYSTEM_SCOPE_KEY. 
 
- 
getScopeKey
public String getScopeKey()
- Returns:
 - The scope key of the plugin, either the UIUD of the client or
     
SYSTEM_SCOPE_KEY. 
 
- 
getRuntimeKey
public String getRuntimeKey()
- Returns:
 - The runtime key of the plugin, the UUID of the database entity.
 
 
- 
getPluginDate
public Long getPluginDate()
 
- 
getPluginVersion
public Integer getPluginVersion()
 
- 
getJarVersion
public Integer getJarVersion()
 
- 
getConfigVersion
public Integer getConfigVersion()
 
- 
getPluginName
public String getPluginName()
- Returns:
 - The name of the plugin.
 
 
- 
getServerRestrictionType
public EPluginServerRestrictionType getServerRestrictionType()
 
 - 
 
 -