All Known Implementing Classes:
GroupImpl

@AlfrescoPublicApi public interface Group
Group interface
Since:
2.1
Author:
Tuna Aksoy
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the id of a group (Get the id of the group)
    int
    Gets the index of a group
    Gets the title of a group
  • Method Details

    • getId

      String getId()
      Gets the id of a group (Get the id of the group)
      Returns:
      String the group id
    • getTitle

      String getTitle()
      Gets the title of a group
      Returns:
      String the group title
    • getIndex

      int getIndex()
      Gets the index of a group
      Returns:
      int the group index