Uses of Class
com.sas.lsaf.workflow.task.Task

Packages that use Task
Package
Description
Service and class definitions for managing and retrieving process flow tasks and elements.
  • Uses of Task in com.sas.lsaf.workflow.task

    Modifier and Type
    Class
    Description
    class 
    The class that represents a job task in a process flow.
    class 
    The class that represents a job task in a process flow.
    class 
    The class that represents a user task that is in a process flow.
    class 
    The class that represents a user task in a process flow with additional details, which includes data properties and task assignment.
    class 
    The class that represents a user task in a process flow with attributes that can be updated.
    Methods in com.sas.lsaf.workflow.task that return types with arguments of type Task
    Modifier and Type
    Method
    Description
    TaskSearchResults.getTasks()
    The process flow tasks found that match the query.
    Constructor parameters in com.sas.lsaf.workflow.task with type arguments of type Task
    Modifier
    Constructor
    Description
     
    TaskSearchResults(Set<Task> tasks, boolean limitReached)
    It is not intended or recommended that the consumer of this API construct these objects.