Interface CommunityFeature

All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
All Known Subinterfaces:
AgoraPulseFeature, CamundaCommunityFeature
All Known Implementing Classes:
Console, ExternalWorker, GruHttp, Permissions, Platform7, Slack, Worker, Zeebe

public interface CommunityFeature extends Feature
  • Method Details

    • getName

      @NonNull default @NonNull String getName()
      Description copied from interface: Feature
      The name of the feature. It must be unique.
      Specified by:
      getName in interface Feature
      Specified by:
      getName in interface io.micronaut.core.naming.Named
      Returns:
      the name of the feature
    • getTitle

      @NonNull default @NonNull String getTitle()
      Specified by:
      getTitle in interface Feature
      Returns:
      The title of the feature
    • getCommunityFeatureTitle

      @NonNull @NonNull String getCommunityFeatureTitle()
    • getCommunityFeatureName

      @NonNull @NonNull String getCommunityFeatureName()
    • getCommunityContributor

      @NonNull @NonNull String getCommunityContributor()
      Returns:
      Indicates name of the community contributor.
    • isCommunity

      default boolean isCommunity()
      Specified by:
      isCommunity in interface Feature
      Returns:
      Indicates the feature is a community contribution.
    • isVisible

      default boolean isVisible()
      Description copied from interface: Feature
      Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.
      Specified by:
      isVisible in interface Feature
      Returns:
      True if the feature should able to be selected by the user