Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.jbpm
Class TaskListImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.jbpm.TaskListImpl
All Implemented Interfaces:
Serializable, TaskList

public class TaskListImpl
extends Object
implements TaskList

See Also:
Serialized Form

Constructor Summary
TaskListImpl(DocumentModel doc)
           
 
Method Summary
 void addTask(VirtualTaskInstance task)
           
 DocumentModel getDocument()
           
 String getName()
           
 List<VirtualTaskInstance> getTasks()
           
 String getUUID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskListImpl

public TaskListImpl(DocumentModel doc)
Method Detail

addTask

public void addTask(VirtualTaskInstance task)
Specified by:
addTask in interface TaskList

getTasks

public List<VirtualTaskInstance> getTasks()
Specified by:
getTasks in interface TaskList

getDocument

public DocumentModel getDocument()
Specified by:
getDocument in interface TaskList

getName

public String getName()
Specified by:
getName in interface TaskList

getUUID

public String getUUID()
Specified by:
getUUID in interface TaskList

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.