Interface PlatformContentItemPermissionHandler
public interface PlatformContentItemPermissionHandler
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accessContentItem
(CoreContentItem contentItem, String scopeId, String scopeType, SecurityScope securityScope) Whether the security scope has access to the content item with the requested scope
-
Method Details
-
accessContentItem
boolean accessContentItem(CoreContentItem contentItem, String scopeId, String scopeType, SecurityScope securityScope) Whether the security scope has access to the content item with the requested scope- Parameters:
contentItem
- the content item being requested, nevernull
scopeId
- the scope idscopeType
- the scope typesecurityScope
- the user security scope- Returns:
true
if the security scope has access to the content item,false
otherwise
-