@ApplicationScoped public class DefaultWorkbenchController extends Object implements WorkbenchController
| Constructor and Description |
|---|
DefaultWorkbenchController(AuthorizationManager authorizationManager,
org.jboss.errai.security.shared.api.identity.User user) |
| Modifier and Type | Method and Description |
|---|---|
ActivityCheck |
editor(String editorId)
Creates a brand new instance for checking actions over
WorkbenchEditorActivity instances. |
ActivityCheck |
editor(WorkbenchClientEditorActivity editor)
Creates a brand new instance for checking actions over
WorkbenchClientEditorActivity instances. |
ActivityCheck |
editor(WorkbenchEditorActivity editor)
Creates a brand new instance for checking actions over
WorkbenchEditorActivity instances. |
ActivityCheck |
editors()
Creates a brand new instance for checking global perspective actions actions.
|
static DefaultWorkbenchController |
get() |
PerspectiveCheck |
perspective(PerspectiveActivity perspective)
Creates a brand new instance for checking actions over
PerspectiveActivity instances. |
PerspectiveCheck |
perspective(String perspectiveId)
Creates a brand new instance for checking actions over
PerspectiveActivity instances. |
PerspectiveCheck |
perspectives()
Creates a brand new instance for checking global perspective actions.
|
ActivityCheck |
popupScreen(PopupActivity popup)
Creates a brand new instance for checking actions over
PopupActivity instances. |
ActivityCheck |
popupScreen(String popupId)
Creates a brand new instance for checking actions over
PopupActivity instances. |
ActivityCheck |
popupScreens()
Creates a brand new instance for checking global popup screen actions.
|
ActivityCheck |
screen(String screenId)
Creates a brand new instance for checking actions over
WorkbenchScreenActivity instances. |
ActivityCheck |
screen(WorkbenchScreenActivity screen)
Creates a brand new instance for checking actions over
WorkbenchScreenActivity instances. |
ActivityCheck |
screens()
Creates a brand new instance for checking global screen actions.
|
ActivityCheck |
splashScreen(SplashScreenActivity splash)
Creates a brand new instance for checking actions over
SplashScreenActivity instances. |
ActivityCheck |
splashScreen(String splashId)
Creates a brand new instance for checking actions over
SplashScreenActivity instances. |
ActivityCheck |
splashScreens()
Creates a brand new instance for checking global splash screen actions.
|
@Inject public DefaultWorkbenchController(AuthorizationManager authorizationManager, org.jboss.errai.security.shared.api.identity.User user)
public static DefaultWorkbenchController get()
public PerspectiveCheck perspectives()
WorkbenchControllerperspectives in interface WorkbenchControllerpublic ActivityCheck screens()
WorkbenchControllerscreens in interface WorkbenchControllerpublic ActivityCheck popupScreens()
WorkbenchControllerpopupScreens in interface WorkbenchControllerpublic ActivityCheck splashScreens()
WorkbenchControllersplashScreens in interface WorkbenchControllerpublic ActivityCheck editors()
WorkbenchControllereditors in interface WorkbenchControllerpublic PerspectiveCheck perspective(PerspectiveActivity perspective)
WorkbenchControllerPerspectiveActivity instances.perspective in interface WorkbenchControllerpublic ActivityCheck screen(WorkbenchScreenActivity screen)
WorkbenchControllerWorkbenchScreenActivity instances.screen in interface WorkbenchControllerpublic ActivityCheck popupScreen(PopupActivity popup)
WorkbenchControllerPopupActivity instances.popupScreen in interface WorkbenchControllerpublic ActivityCheck editor(WorkbenchEditorActivity editor)
WorkbenchControllerWorkbenchEditorActivity instances.editor in interface WorkbenchControllerpublic ActivityCheck editor(WorkbenchClientEditorActivity editor)
WorkbenchControllerWorkbenchClientEditorActivity instances.editor in interface WorkbenchControllerpublic ActivityCheck splashScreen(SplashScreenActivity splash)
WorkbenchControllerSplashScreenActivity instances.splashScreen in interface WorkbenchControllerpublic PerspectiveCheck perspective(String perspectiveId)
WorkbenchControllerPerspectiveActivity instances.perspective in interface WorkbenchControllerpublic ActivityCheck screen(String screenId)
WorkbenchControllerWorkbenchScreenActivity instances.screen in interface WorkbenchControllerpublic ActivityCheck popupScreen(String popupId)
WorkbenchControllerPopupActivity instances.popupScreen in interface WorkbenchControllerpublic ActivityCheck editor(String editorId)
WorkbenchControllerWorkbenchEditorActivity instances.editor in interface WorkbenchControllerpublic ActivityCheck splashScreen(String splashId)
WorkbenchControllerSplashScreenActivity instances.splashScreen in interface WorkbenchControllerCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.