jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

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(List<String> users, List<String> groups, String taskName, int priority, boolean isAssignToMe, long dueDate, long dueDateTime)
           
 void close()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<QuickNewTaskPresenter> getView()
           
 void init()
           
 void onOpen()
           
 void onStartup(org.uberfire.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

onStartup

public void onStartup(org.uberfire.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(List<String> users,
                    List<String> groups,
                    String taskName,
                    int priority,
                    boolean isAssignToMe,
                    long dueDate,
                    long dueDateTime)

onOpen

public void onOpen()

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

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