Uses of Class
com.jalios.jcmsplugin.explorer.rights.FolderRightInformation
-
Packages that use FolderRightInformation Package Description com.jalios.jcmsplugin.explorer.handler com.jalios.jcmsplugin.explorer.rights -
-
Uses of FolderRightInformation in com.jalios.jcmsplugin.explorer.handler
Methods in com.jalios.jcmsplugin.explorer.handler that return types with arguments of type FolderRightInformation Modifier and Type Method Description java.util.List<FolderRightInformation>
ExplorerModalCategoryRightsHandler. getInheritedManagementRights()
java.util.List<FolderRightInformation>
ExplorerModalCategoryRightsHandler. getInheritedReadRights()
java.util.List<FolderRightInformation>
ExplorerModalCategoryRightsHandler. getInheritedUseRights()
Method parameters in com.jalios.jcmsplugin.explorer.handler with type arguments of type FolderRightInformation Modifier and Type Method Description java.util.Set<com.jalios.jcms.Group>
ExplorerModalCategoryRightsHandler. getAllGroupsFromInfos(java.util.List<FolderRightInformation> infos)
java.util.Set<com.jalios.jcms.Member>
ExplorerModalCategoryRightsHandler. getAllMembersFromInfos(java.util.List<FolderRightInformation> infos)
-
Uses of FolderRightInformation in com.jalios.jcmsplugin.explorer.rights
Methods in com.jalios.jcmsplugin.explorer.rights that return types with arguments of type FolderRightInformation Modifier and Type Method Description java.util.List<FolderRightInformation>
FolderInheritedRightsInformation. getInheritedManageRightsInformations()
java.util.List<FolderRightInformation>
FolderInheritedRightsInformation. getInheritedReadRightsInformations()
java.util.List<FolderRightInformation>
FolderInheritedRightsInformation. getInheritedUseRightsInformations()
Method parameters in com.jalios.jcmsplugin.explorer.rights with type arguments of type FolderRightInformation Modifier and Type Method Description void
FolderInheritedRightsInformation. setInheritedManageRightsInformations(java.util.List<FolderRightInformation> manageRightsInformations)
void
FolderInheritedRightsInformation. setInheritedReadRightsInformations(java.util.List<FolderRightInformation> readRightsInformations)
void
FolderInheritedRightsInformation. setInheritedUseRightsInformations(java.util.List<FolderRightInformation> useRightsInformations)
-