public interface TopicView
Description of a topic view that has been created.
Since:
6.3
Author:
DiffusionData Limited
See Also:
  • Method Details

    • getName

      String getName()
      The name of the topic view.
      Returns:
      the name of the topic view
    • getSpecification

      String getSpecification()
      The specification of the topic view.
      Returns:
      the specification of the topic view
    • getRoles

      Set<String> getRoles()
      The roles used by the view when evaluating permissions.
      Returns:
      the roles used by the view when evaluating permissions