Uses of Class
com.nurelm.nucontent.model.Task

Packages that use Task
com.nurelm.nucontent.model This package provides an object oriented interface to NuContent's data model from which any piece of content in an entire NuContent-powered site can be accessed or modified. 
 

Uses of Task in com.nurelm.nucontent.model
 

Methods in com.nurelm.nucontent.model that return Task
 Task Page.getFirstOpenTaskByType(int type)
          Finds the first open task of the specified type in this object and returns it.
 Task Page.getFirstOpenTask()
          Finds the first open task in this object and returns it.