Package | Description |
---|---|
org.uberfire.client.authz |
Modifier and Type | Class and Description |
---|---|
class |
ActivityCheck<C extends ActivityCheck>
A check executed over an
Activity instance. |
Modifier and Type | Class and Description |
---|---|
class |
PerspectiveCheck
A check executed over an
PerspectiveActivity instance. |
Modifier and Type | Method and Description |
---|---|
ActivityCheck |
DefaultWorkbenchController.editor(String editorId) |
ActivityCheck |
WorkbenchController.editor(String editorId)
Creates a brand new instance for checking actions over
WorkbenchEditorActivity instances. |
static ActivityCheck |
WorkbenchControllerHelper.editor(WorkbenchEditorActivity editor)
|
ActivityCheck |
DefaultWorkbenchController.editor(WorkbenchEditorActivity editor) |
ActivityCheck |
WorkbenchController.editor(WorkbenchEditorActivity editor)
Creates a brand new instance for checking actions over
WorkbenchEditorActivity instances. |
static ActivityCheck |
WorkbenchControllerHelper.editors()
|
ActivityCheck |
DefaultWorkbenchController.editors() |
ActivityCheck |
WorkbenchController.editors()
Creates a brand new instance for checking global perspective actions actions.
|
static ActivityCheck |
WorkbenchControllerHelper.popupScreen(PopupActivity popup)
|
ActivityCheck |
DefaultWorkbenchController.popupScreen(PopupActivity popup) |
ActivityCheck |
WorkbenchController.popupScreen(PopupActivity popup)
Creates a brand new instance for checking actions over
PopupActivity instances. |
ActivityCheck |
DefaultWorkbenchController.popupScreen(String popupId) |
ActivityCheck |
WorkbenchController.popupScreen(String popupId)
Creates a brand new instance for checking actions over
PopupActivity instances. |
static ActivityCheck |
WorkbenchControllerHelper.popupScreens()
|
ActivityCheck |
DefaultWorkbenchController.popupScreens() |
ActivityCheck |
WorkbenchController.popupScreens()
Creates a brand new instance for checking global popup screen actions.
|
ActivityCheck |
ActivityCheck.read() |
ActivityCheck |
DefaultWorkbenchController.screen(String screenId) |
ActivityCheck |
WorkbenchController.screen(String screenId)
Creates a brand new instance for checking actions over
WorkbenchScreenActivity instances. |
static ActivityCheck |
WorkbenchControllerHelper.screen(WorkbenchScreenActivity screen)
|
ActivityCheck |
DefaultWorkbenchController.screen(WorkbenchScreenActivity screen) |
ActivityCheck |
WorkbenchController.screen(WorkbenchScreenActivity screen)
Creates a brand new instance for checking actions over
WorkbenchScreenActivity instances. |
static ActivityCheck |
WorkbenchControllerHelper.screens()
|
ActivityCheck |
DefaultWorkbenchController.screens() |
ActivityCheck |
WorkbenchController.screens()
Creates a brand new instance for checking global screen actions.
|
static ActivityCheck |
WorkbenchControllerHelper.splashScreen(SplashScreenActivity splash)
|
ActivityCheck |
DefaultWorkbenchController.splashScreen(SplashScreenActivity splash) |
ActivityCheck |
WorkbenchController.splashScreen(SplashScreenActivity splash)
Creates a brand new instance for checking actions over
SplashScreenActivity instances. |
ActivityCheck |
DefaultWorkbenchController.splashScreen(String splashId) |
ActivityCheck |
WorkbenchController.splashScreen(String splashId)
Creates a brand new instance for checking actions over
SplashScreenActivity instances. |
static ActivityCheck |
WorkbenchControllerHelper.splashScreens()
|
ActivityCheck |
DefaultWorkbenchController.splashScreens() |
ActivityCheck |
WorkbenchController.splashScreens()
Creates a brand new instance for checking global splash screen actions.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.