jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

org.jbpm.console.ng.ht.client.editors.taskform
Class FormDisplayPopupPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskform.FormDisplayPopupPresenter

@Dependent
public class FormDisplayPopupPresenter
extends Object


Nested Class Summary
static interface FormDisplayPopupPresenter.FormDisplayView
           
 
Constructor Summary
FormDisplayPopupPresenter()
           
 
Method Summary
 void close()
           
 void completeTask(String values)
           
 String getTitle()
           
static Map<String,String> getUrlParameters(String values)
           
 org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter> getView()
           
 void init()
           
 void onReveal()
           
 void onStart(org.uberfire.shared.mvp.PlaceRequest place)
           
 void renderProcessForm(String processId)
           
 void renderTaskForm(long taskId)
           
 void saveTaskState(Long taskId, Map<String,String> values)
           
 void saveTaskState(String values)
           
 void startProcess(String values)
           
 void startTask(Long taskId, String identity)
           
 void startTask(String values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDisplayPopupPresenter

public FormDisplayPopupPresenter()
Method Detail

init

@PostConstruct
public void init()

onStart

public void onStart(org.uberfire.shared.mvp.PlaceRequest place)

renderTaskForm

public void renderTaskForm(long taskId)

renderProcessForm

public void renderProcessForm(String processId)

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter> getView()

completeTask

public void completeTask(String values)

saveTaskState

public void saveTaskState(Long taskId,
                          Map<String,String> values)

saveTaskState

public void saveTaskState(String values)

startTask

public void startTask(Long taskId,
                      String identity)

startTask

public void startTask(String values)

startProcess

public void startProcess(String values)

getUrlParameters

public static Map<String,String> getUrlParameters(String values)

onReveal

public void onReveal()

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.