Enum Class ActivityPluginType

java.lang.Object
java.lang.Enum<ActivityPluginType>
org.exoplatform.social.core.activity.model.ActivityPluginType
All Implemented Interfaces:
Serializable, Comparable<ActivityPluginType>, Constable

public enum ActivityPluginType extends Enum<ActivityPluginType>
Enum of eXo activity plugin types This enum is a hack to apply customizations based on the activity plugin type. Ideally these customizations are done only by the plugins, not by the core. The existence of this class means there is a lack of pluggability.