@Dependent public class TaskProcessContextPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskProcessContextPresenter.TaskProcessContextView |
| Modifier and Type | Field and Description |
|---|---|
org.jboss.errai.security.shared.api.identity.User |
identity |
| Constructor and Description |
|---|
TaskProcessContextPresenter(TaskProcessContextPresenter.TaskProcessContextView view,
org.uberfire.client.mvp.PlaceManager placeManager,
org.uberfire.client.mvp.ActivityManager activityManager,
org.uberfire.security.authz.AuthorizationManager authorizationManager,
org.jboss.errai.security.shared.api.identity.User identity) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
goToProcessInstanceDetails() |
void |
init() |
void |
onTaskSelectionEvent(TaskSelectionEvent event) |
void |
setProcessContextData(Long processInstanceId,
String processId) |
@Inject public TaskProcessContextPresenter(TaskProcessContextPresenter.TaskProcessContextView view, org.uberfire.client.mvp.PlaceManager placeManager, org.uberfire.client.mvp.ActivityManager activityManager, org.uberfire.security.authz.AuthorizationManager authorizationManager, org.jboss.errai.security.shared.api.identity.User identity)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.IsWidget getView()
public void goToProcessInstanceDetails()
public void onTaskSelectionEvent(@Observes
TaskSelectionEvent event)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.