Interface BoardAdminRaw

All Known Subinterfaces:
BoardAdminAO

public interface BoardAdminRaw
Represents RapidViewAO Admin record taken either from ActiveObjects or database directly. It's solely purpose is to bypass ActiveObjects to gain better performance when querying for large number of RapidViewAO/Admins at the same time.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    The group or user key of this board admin
    The "type" of Board Admin e.g.
  • Method Details

    • getId

      long getId()
    • getKey

      String getKey()
      The group or user key of this board admin
    • getType

      String getType()
      The "type" of Board Admin e.g. A JIRA user or a group, corresponds to the names of the BoardAdmin.Type enumerator