Interface Group

All Known Implementing Classes:
JaxbGroup, JpaGroup

public interface Group
Represent a group in Opencast
  • Field Details

  • Method Details

    • getGroupId

      String getGroupId()
      Gets the group identifier.
      Returns:
      the group identifier
    • getName

      String getName()
      Gets the group name.
      Returns:
      the group name
    • getOrganization

      Organization getOrganization()
      Gets the user's organization.
      Returns:
      the organization
    • getDescription

      String getDescription()
      Gets the role description.
      Returns:
      the description
    • getRole

      String getRole()
      Gets the group role.
      Returns:
      the group role
    • getMembers

      Set<String> getMembers()
      Gets the group members
      Returns:
      the group members
    • getRoles

      Set<Role> getRoles()
      Gets the group's roles.
      Returns:
      the group's roles