Enum ActivityPluginType

  • All Implemented Interfaces:
    Serializable, Comparable<ActivityPluginType>

    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.