Uses of Class
com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
-
Packages that use ContentRestrictionServiceImpl.MergeMode Package Description com.atlassian.confluence.api.impl.service.permissions -
-
Uses of ContentRestrictionServiceImpl.MergeMode in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return ContentRestrictionServiceImpl.MergeMode Modifier and Type Method Description static ContentRestrictionServiceImpl.MergeModeContentRestrictionServiceImpl.MergeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentRestrictionServiceImpl.MergeMode[]ContentRestrictionServiceImpl.MergeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type ContentRestrictionServiceImpl.MergeMode Modifier and Type Method Description protected @NonNull Map<String,Collection<ContentPermission>>ContentRestrictionServiceImpl. getMergedContentPermissions(@NonNull ContentEntityObject ceo, @NonNull Collection<? extends ContentRestriction> givenContentRestrictions, @NonNull ContentRestrictionServiceImpl.MergeMode mergeMode)Builds a Map ofContentPermissions mapped to their PermissionType fromgivenContentRestrictionsprovided and the ones already existing onContentEntityObject
-