Class ServiceTaskInstallFormPresenter
- java.lang.Object
-
- org.jbpm.workbench.wi.client.workitem.project.ServiceTaskInstallFormPresenter
-
- All Implemented Interfaces:
ServiceTaskInstallFormView.Presenter
public class ServiceTaskInstallFormPresenter extends Object implements ServiceTaskInstallFormView.Presenter
-
-
Constructor Summary
Constructors Constructor Description ServiceTaskInstallFormPresenter(ServiceTaskInstallFormView view, org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.wi.workitems.service.ServiceTaskService> serviceTasksService, org.jboss.errai.ioc.client.container.SyncBeanManager iocManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidinstallWithParameters(String serviceTaskId, String target, List<String> parameterValues)com.google.gwt.user.client.CommandonCloseCommand()voidsetWorkspaceProjectContext(org.guvnor.common.services.project.client.context.WorkspaceProjectContext workspaceProjectContext)voidshowView(com.google.gwt.user.client.Command onSubmitCommand, String serviceTaskId, String target, List<String> parameters, String referenceLink)
-
-
-
Constructor Detail
-
ServiceTaskInstallFormPresenter
@Inject public ServiceTaskInstallFormPresenter(ServiceTaskInstallFormView view, org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.wi.workitems.service.ServiceTaskService> serviceTasksService, org.jboss.errai.ioc.client.container.SyncBeanManager iocManager)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
showView
public void showView(com.google.gwt.user.client.Command onSubmitCommand, String serviceTaskId, String target, List<String> parameters, String referenceLink)
-
installWithParameters
public void installWithParameters(String serviceTaskId, String target, List<String> parameterValues)
- Specified by:
installWithParametersin interfaceServiceTaskInstallFormView.Presenter
-
onCloseCommand
public com.google.gwt.user.client.Command onCloseCommand()
- Specified by:
onCloseCommandin interfaceServiceTaskInstallFormView.Presenter
-
setWorkspaceProjectContext
public void setWorkspaceProjectContext(org.guvnor.common.services.project.client.context.WorkspaceProjectContext workspaceProjectContext)
-
-