Interface TopicView
public interface TopicView
Description of a topic view that has been created.
- Since:
- 6.3
- See Also:
- 
Method SummaryModifier 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- 
getNameString getName()The name of the topic view.- Returns:
- the name of the topic view
 
- 
getSpecificationString getSpecification()The specification of the topic view.- Returns:
- the specification of the topic view
 
- 
getRolesThe roles used by the view when evaluating permissions.- Returns:
- the roles used by the view when evaluating permissions
 
 
-