Class AuthoringPerspective


  • @ApplicationScoped
    public class AuthoringPerspective
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String IDENTIFIER  
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthoringPerspective​(org.uberfire.client.mvp.PlaceManager placeManager, org.jboss.errai.common.client.api.Caller<org.uberfire.backend.vfs.VFSService> vfsServices, javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> workspaceProjectContextChangeEvent, org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> workspaceProjectService, org.guvnor.common.services.project.client.security.ProjectController projectController, org.uberfire.client.promise.Promises promises, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)  
    • Constructor Detail

      • AuthoringPerspective

        @Inject
        public AuthoringPerspective​(org.uberfire.client.mvp.PlaceManager placeManager,
                                    org.jboss.errai.common.client.api.Caller<org.uberfire.backend.vfs.VFSService> vfsServices,
                                    javax.enterprise.event.Event<org.guvnor.common.services.project.context.WorkspaceProjectContextChangeEvent> workspaceProjectContextChangeEvent,
                                    org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> workspaceProjectService,
                                    org.guvnor.common.services.project.client.security.ProjectController projectController,
                                    org.uberfire.client.promise.Promises promises,
                                    javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
    • Method Detail

      • getPerspective

        public org.uberfire.workbench.model.PerspectiveDefinition getPerspective()
      • onOpen

        public void onOpen()