jBPM Console NG - Human Tasks Forms Client 6.1.0.Beta3

org.jbpm.console.ng.ht.forms.client.editors.taskform
Class FormDisplayPresenter

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

@Dependent
public class FormDisplayPresenter
extends Object


Nested Class Summary
static interface FormDisplayPresenter.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
FormDisplayPresenter()
           
 
Method Summary
protected  void changeActionTab()
           
protected  void changeTab(String tabId)
           
 void claimTask(String values)
           
 void close()
           
protected  void completeTask()
           
 void completeTask(String values)
           
 void dispose()
           
 String getTitle()
           
static Map<String,String> getUrlParameters(String values)
           
 org.uberfire.client.mvp.UberView<FormDisplayPresenter> 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 onTaskRefreshedEvent(TaskRefreshedEvent event)
           
 void releaseTask(String values)
           
 void renderProcessForm()
           
 void renderTaskForm()
           
protected  void saveTaskState()
           
 void saveTaskState(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

FormDisplayPresenter

public FormDisplayPresenter()
Method Detail

init

@PostConstruct
public void init()

onStartup

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

renderTaskForm

public void renderTaskForm()

initTaskForm

protected void initTaskForm(String form)

renderProcessForm

public void renderProcessForm()

onFormSubmitted

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

getTitle

public String getTitle()

getView

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

completeTask

public void completeTask(String values)

saveTaskState

public void saveTaskState(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)

releaseTask

public void releaseTask(String values)

claimTask

public void claimTask(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()

dispose

public void dispose()

close

public void close()

onTaskRefreshedEvent

public void onTaskRefreshedEvent(@Observes
                                 TaskRefreshedEvent event)

jBPM Console NG - Human Tasks Forms Client 6.1.0.Beta3

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