Uses of Class
com.jalios.jcmsplugin.explorer.rights.ExplorerRightsManager.PublicationRightsState
-
Packages that use ExplorerRightsManager.PublicationRightsState Package Description com.jalios.jcmsplugin.explorer.app com.jalios.jcmsplugin.explorer.rights -
-
Uses of ExplorerRightsManager.PublicationRightsState in com.jalios.jcmsplugin.explorer.app
Methods in com.jalios.jcmsplugin.explorer.app that return ExplorerRightsManager.PublicationRightsState Modifier and Type Method Description ExplorerRightsManager.PublicationRightsState
ExplorerAppHandler. getPublicationRightsState(com.jalios.jcms.Publication pub)
-
Uses of ExplorerRightsManager.PublicationRightsState in com.jalios.jcmsplugin.explorer.rights
Methods in com.jalios.jcmsplugin.explorer.rights that return ExplorerRightsManager.PublicationRightsState Modifier and Type Method Description ExplorerRightsManager.PublicationRightsState
ExplorerRightsManager. getPublicationRightState(com.jalios.jcms.Publication pub, com.jalios.jcms.workspace.Workspace workspace, com.jalios.jcms.Category parentFolder, java.util.Set<com.jalios.jcms.Category> rootCategories)
static ExplorerRightsManager.PublicationRightsState
ExplorerRightsManager.PublicationRightsState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExplorerRightsManager.PublicationRightsState[]
ExplorerRightsManager.PublicationRightsState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-