org.gcube.portlets.admin.wfdocviewer.client.presenter
Interface Presenter

All Known Implementing Classes:
AppController, WorkflowDocsPresenter

public interface Presenter

Presenter interface is the presenter interface that the actual presenter component of this webapp must implement

Version:
May 2011 (0.1)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it

Method Summary
 void doAddRolesToSelectedStep(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRoleDetails> roles)
           
 void doInstanciateNewWorkflow(String reportid, String reportName)
           
 void go(com.google.gwt.user.client.ui.HasWidgets container)
           
 

Method Detail

go

void go(com.google.gwt.user.client.ui.HasWidgets container)

doInstanciateNewWorkflow

void doInstanciateNewWorkflow(String reportid,
                              String reportName)

doAddRolesToSelectedStep

void doAddRolesToSelectedStep(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRoleDetails> roles)


Copyright © 2014. All Rights Reserved.