Uses of Class
com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderPermissionCheck
-
Packages that use ContentPropertyFinderPermissionCheck Package Description com.atlassian.confluence.plugins.contentproperty -
-
Uses of ContentPropertyFinderPermissionCheck in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return ContentPropertyFinderPermissionCheck Modifier and Type Method Description static ContentPropertyFinderPermissionCheckContentPropertyFinderPermissionCheck. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentPropertyFinderPermissionCheck[]ContentPropertyFinderPermissionCheck. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentPropertyFinderPermissionCheck Modifier and Type Method Description ContentPropertyService.ContentPropertyFinderContentPropertyFinderFactory. createContentPropertyFinder(ContentPropertyFinderPermissionCheck permissionCheck, Expansion... expansions)
-