public static interface Extension.RestrictedLanguagesProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Language> |
getRestrictedLanguages(Item item)
Return a set of
Languages to allow access only for these languages. |
java.util.Set<Language> getRestrictedLanguages(Item item)
Languages to allow access only for these languages. Returning an empty set
would mean that access is forbidden for all languages!! Return null if you don't want to restrict access for
the given item at all!Copyright © 2018 SAP SE. All Rights Reserved.