jBPM Console NG - Human Tasks Client 6.0.0.Beta2

org.jbpm.console.ng.ht.client.editors.quicknewtask
Class QuickNewTaskPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.quicknewtask.QuickNewTaskPresenter

@Dependent
public class QuickNewTaskPresenter
extends Object


Nested Class Summary
static interface QuickNewTaskPresenter.QuickNewTaskView
           
 
Constructor Summary
QuickNewTaskPresenter()
           
 
Method Summary
 void addTask(String userId, String taskName, int priority, boolean isQuickTask, Date due)
           
 void close()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<QuickNewTaskPresenter> getView()
           
 void init()
           
 void onReveal()
           
 void onStart(org.uberfire.shared.mvp.PlaceRequest place)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickNewTaskPresenter

public QuickNewTaskPresenter()
Method Detail

onStart

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

getTitle

public String getTitle()

getView

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

init

@PostConstruct
public void init()

addTask

public void addTask(String userId,
                    String taskName,
                    int priority,
                    boolean isQuickTask,
                    Date due)

onReveal

public void onReveal()

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.0.Beta2

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