<%@ page import="com.imcode.imcms.api.*" errorPage="error.jsp" %> <% ContentManagementSystem imcmsSystem = ContentManagementSystem.fromRequest( request ); DocumentService documentService = imcmsSystem.getDocumentService(); int documentId = 1189; Document document = documentService.getTextDocument( documentId ); DocumentPermissionSet restrictedOne = document.getPermissionSetRestrictedOne(); %> In document <%=documentId%> the permission set "<%=restrictedOne.getType()%>" has the following rights:
<% if( null != restrictedOne.getEditableTemplateGroupNames() ){ %> "<%=restrictedOne.getType()%>" allows editing template groups, the following groups are allowed to change: <% } %>