Class AuthoringPerspective
- java.lang.Object
-
- org.kie.bc.client.perspectives.standalone.AuthoringPerspective
-
@ApplicationScoped public class AuthoringPerspective extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.PerspectiveDefinitiongetPerspective()voidinit()voidonOpen()
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
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
-
init
@PostConstruct public void init()
-
getPerspective
public org.uberfire.workbench.model.PerspectiveDefinition getPerspective()
-
onOpen
public void onOpen()
-
-