public interface PlatformContentItemPermissionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
accessContentItem(CoreContentItem contentItem,
String scopeId,
String scopeType,
SecurityScope securityScope)
Whether the security scope has access to the content item with the requested scope
|
boolean accessContentItem(CoreContentItem contentItem, String scopeId, String scopeType, SecurityScope securityScope)
contentItem
- the content item being requested, never null
scopeId
- the scope idscopeType
- the scope typesecurityScope
- the user security scopetrue
if the security scope has access to the content item, false
otherwise