Is there a way to specify page-level permissions in my own action ?? I have read the page "Accessing Confluence Components from Plugin Modules" page but no Confuence component seems to do the job.
Community moderators have prevented the ability to post new answers.
Most of the things you can do with the Confluence API is exposted via Managers.
The manager you're looking for is the ContentPermissionManager which allowes you to set certain permissions on a page, or any other content for that matter.
Not so much with Static references: http://docs.atlassian.com/atlassian-confluence/3.2.1_01/com/atlassian/confluence/spaces/SpacesQuery.Builder.html
E.g. SpacesQuery.Builder
Also see my Question: https://answers.atlassian.com/questions/36262/velocity-markup-foreach-range
Andy Brook's comment... I think I see the problem, velocity cant access a static class
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.