Interface Activity
public interface Activity
Interface defining an activity.
- Since:
 - 5.2.200905
 
- 
Method Summary
Modifier and TypeMethodDescriptionProvides a set of names of groups allowed for this activity.getName()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
Provides a set of names of groups allowed for this activity.- Returns:
 - A set of group names.
 - Since:
 - 5.2.200905
 
 
 -