org.jbpm.console.ng.ht.forms.client.editors.taskform.popup
Class FormDisplayPopupPresenter
java.lang.Object
org.jbpm.console.ng.ht.forms.client.editors.taskform.popup.FormDisplayPopupPresenter
@Dependent
public class FormDisplayPopupPresenter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FormDisplayPopupPresenter
public FormDisplayPopupPresenter()
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.