Uses of Class
com.jalios.jcmsplugin.explorer.rights.ExplorerRightsManager.FolderRightsState
-
Packages that use ExplorerRightsManager.FolderRightsState Package Description com.jalios.jcmsplugin.explorer.app com.jalios.jcmsplugin.explorer.rights -
-
Uses of ExplorerRightsManager.FolderRightsState in com.jalios.jcmsplugin.explorer.app
Methods in com.jalios.jcmsplugin.explorer.app that return ExplorerRightsManager.FolderRightsState Modifier and Type Method Description ExplorerRightsManager.FolderRightsState
ExplorerAppHandler. getFolderRightsState(com.jalios.jcms.Category cat)
-
Uses of ExplorerRightsManager.FolderRightsState in com.jalios.jcmsplugin.explorer.rights
Methods in com.jalios.jcmsplugin.explorer.rights that return ExplorerRightsManager.FolderRightsState Modifier and Type Method Description ExplorerRightsManager.FolderRightsState
ExplorerRightsManager. getFolderRightsState(com.jalios.jcms.Category cat)
static ExplorerRightsManager.FolderRightsState
ExplorerRightsManager.FolderRightsState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExplorerRightsManager.FolderRightsState[]
ExplorerRightsManager.FolderRightsState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-