Class PluginInfo
- java.lang.Object
-
- org.exoplatform.commons.api.notification.model.PluginInfo
-
public class PluginInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginInfoend()booleanequals(Object o)List<String>getAllChannelActive()StringgetBundlePath()List<String>getDefaultConfig()intgetOrder()StringgetResourceBundleKey()StringgetType()inthashCode()booleanisChannelActive(String channelId)PluginInfosetBundlePath(String bundlePath)PluginInfosetChannelActive(String channelId)PluginInfosetChannelActives(List<String> channelActives)voidsetDefaultConfig(List<String> defaultConfig)PluginInfosetOrder(int order)PluginInfosetResourceBundleKey(String resourceBundleKey)PluginInfosetType(String type)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
- Returns:
- the type
-
setType
public PluginInfo setType(String type)
- Parameters:
type- the id to set
-
getOrder
public int getOrder()
- Returns:
- the order
-
setOrder
public PluginInfo setOrder(int order)
- Parameters:
order- the order to set
-
setDefaultConfig
public void setDefaultConfig(List<String> defaultConfig)
- Parameters:
defaultConfig- the defaultConfig to set
-
getResourceBundleKey
public String getResourceBundleKey()
- Returns:
- the resourceBundleKey
-
setResourceBundleKey
public PluginInfo setResourceBundleKey(String resourceBundleKey)
- Parameters:
resourceBundleKey- the resourceBundleKey to set
-
getBundlePath
public String getBundlePath()
- Returns:
- the bundlePath
-
setBundlePath
public PluginInfo setBundlePath(String bundlePath)
- Parameters:
bundlePath- the bundlePath to set
-
isChannelActive
public boolean isChannelActive(String channelId)
- Returns:
-
setChannelActive
public PluginInfo setChannelActive(String channelId)
- Parameters:
channelId-
-
setChannelActives
public PluginInfo setChannelActives(List<String> channelActives)
- Parameters:
channelActives-
-
end
public PluginInfo end()
-
-