Interface Activity


public interface Activity
Interface defining an activity.
Since:
5.2.200905
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides a set of names of groups allowed for this activity.
    Provides the name of this activity.
  • Method Details

    • getName

      String getName()
      Provides the name of this activity.
      Returns:
      The activity's name.
      Since:
      5.2.200905
    • getAllowedGroups

      Set<String> getAllowedGroups()
      Provides a set of names of groups allowed for this activity.
      Returns:
      A set of group names.
      Since:
      5.2.200905