Interface TopicView
public interface TopicView
Description of a topic view that has been created.
- Since:
- 6.3
- Author:
- DiffusionData Limited
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the topic view.getRoles()
The roles used by the view when evaluating permissions.The specification of the topic view.
-
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
The roles used by the view when evaluating permissions.- Returns:
- the roles used by the view when evaluating permissions
-