@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()
WorkbenchController
perspectives
in interface WorkbenchController
public ActivityCheck screens()
WorkbenchController
screens
in interface WorkbenchController
public ActivityCheck popupScreens()
WorkbenchController
popupScreens
in interface WorkbenchController
public ActivityCheck splashScreens()
WorkbenchController
splashScreens
in interface WorkbenchController
public ActivityCheck editors()
WorkbenchController
editors
in interface WorkbenchController
public PerspectiveCheck perspective(PerspectiveActivity perspective)
WorkbenchController
PerspectiveActivity
instances.perspective
in interface WorkbenchController
public ActivityCheck screen(WorkbenchScreenActivity screen)
WorkbenchController
WorkbenchScreenActivity
instances.screen
in interface WorkbenchController
public ActivityCheck popupScreen(PopupActivity popup)
WorkbenchController
PopupActivity
instances.popupScreen
in interface WorkbenchController
public ActivityCheck editor(WorkbenchEditorActivity editor)
WorkbenchController
WorkbenchEditorActivity
instances.editor
in interface WorkbenchController
public ActivityCheck editor(WorkbenchClientEditorActivity editor)
WorkbenchController
WorkbenchClientEditorActivity
instances.editor
in interface WorkbenchController
public ActivityCheck splashScreen(SplashScreenActivity splash)
WorkbenchController
SplashScreenActivity
instances.splashScreen
in interface WorkbenchController
public PerspectiveCheck perspective(String perspectiveId)
WorkbenchController
PerspectiveActivity
instances.perspective
in interface WorkbenchController
public ActivityCheck screen(String screenId)
WorkbenchController
WorkbenchScreenActivity
instances.screen
in interface WorkbenchController
public ActivityCheck popupScreen(String popupId)
WorkbenchController
PopupActivity
instances.popupScreen
in interface WorkbenchController
public ActivityCheck editor(String editorId)
WorkbenchController
WorkbenchEditorActivity
instances.editor
in interface WorkbenchController
public ActivityCheck splashScreen(String splashId)
WorkbenchController
SplashScreenActivity
instances.splashScreen
in interface WorkbenchController
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.