I am new to alfresco. I am integrating Alfresco with the web application as an library for my application. I am logging to alfresco as a admin and I can see the Data Dictionary in my repository. I want to hide it. Is it possible?
相关问题
- How to get a slug name for a page without creating
- Upload linux binary file to maven repository
- Joomla 2.5 creating component and saving data
- Error in calling CMIS Query if String contains sin
- TypeError when trying to “repo init” on Python 3.3
相关文章
- Make input invisible through css?
- How do I hide a site from search engines? [closed]
- How to keep Stored Procedures and other scripts in
- Hide Eclipse Menu Bar (auto-hide)
- Maven deploy hangs while downloading maven_metadat
- Hide a GridView column by name at runtime in ASP.N
- How do you centralize the Entity Framework data co
- How can I keep a subfolder of a git repo in sync w
In order to hide the Data Dictionary folder for normal users you have to properly configure permissions. By default, all folders in Alfresco use the default ACL, which makes everyone Consumer (i.e. read only). This is what makes them visible to every user.
Try one the following:
[From Alfresco Explorer]
[From Alfresco Share]
This way you hide the Data Dictionary folder to normal users. Admin users always get access to everything. With similar procedures you can configure more fine grained access levels on folders, e.g. to enable some users to access them.