jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

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

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

@Dependent
public class FormDisplayPopupPresenter
extends Object


Nested Class Summary
static interface FormDisplayPopupPresenter.FormDisplayView
           
 
Field Summary
static String ACTION_COMPLETE_TASK
           
static String ACTION_SAVE_TASK
           
static String ACTION_START_PROCESS
           
static String ACTION_TASK_COMMENTS
           
static String ACTION_TASK_DETAILS
           
 
Constructor Summary
FormDisplayPopupPresenter()
           
 
Method Summary
protected  void changeActionTab()
           
protected  void changeTab(String tabId)
           
 void close()
           
protected  void completeTask()
           
 void completeTask(String values)
           
protected  String createTitle()
           
 String getTitle()
           
static Map<String,String> getUrlParameters(String values)
           
 org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter> getView()
           
 void init()
           
protected  void initTaskForm(String form)
           
 void onFormSubmitted(org.jbpm.formModeler.api.events.FormSubmittedEvent event)
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 void renderProcessForm(String deploymentId, String idProcess)
           
 void renderTaskForm(long taskId)
           
protected  void saveTaskState()
           
 void saveTaskState(Long taskId, Map<String,String> values)
           
 void saveTaskState(String values)
           
 void startFormModelerTask(Long taskId, String identity)
           
protected  void startProcess()
           
 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
 

Field Detail

ACTION_START_PROCESS

public static final String ACTION_START_PROCESS
See Also:
Constant Field Values

ACTION_SAVE_TASK

public static final String ACTION_SAVE_TASK
See Also:
Constant Field Values

ACTION_COMPLETE_TASK

public static final String ACTION_COMPLETE_TASK
See Also:
Constant Field Values

ACTION_TASK_DETAILS

public static final String ACTION_TASK_DETAILS
See Also:
Constant Field Values

ACTION_TASK_COMMENTS

public static final String ACTION_TASK_COMMENTS
See Also:
Constant Field Values
Constructor Detail

FormDisplayPopupPresenter

public FormDisplayPopupPresenter()
Method Detail

init

@PostConstruct
public void init()

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

renderTaskForm

public void renderTaskForm(long taskId)

initTaskForm

protected void initTaskForm(String form)

renderProcessForm

public void renderProcessForm(String deploymentId,
                              String idProcess)

onFormSubmitted

public void onFormSubmitted(@Observes
                            org.jbpm.formModeler.api.events.FormSubmittedEvent event)

getTitle

public String getTitle()

createTitle

protected String createTitle()

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)

startFormModelerTask

public void startFormModelerTask(Long taskId,
                                 String identity)

startTask

public void startTask(Long taskId,
                      String identity)

startTask

public void startTask(String values)

saveTaskState

protected void saveTaskState()

changeActionTab

protected void changeActionTab()

changeTab

protected void changeTab(String tabId)

completeTask

protected void completeTask()

startProcess

protected void startProcess()

startProcess

public void startProcess(String values)

getUrlParameters

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

onOpen

public void onOpen()

close

public void close()

jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

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