com.bea.wli.worklist.api
Class TaskProperties

java.lang.Object
  extended by com.bea.wli.worklist.api.TaskProperties
All Implemented Interfaces:
Serializable

public class TaskProperties
extends Object
implements Serializable

Represents the properties for a given task instance.

Since:
9.2
See Also:
Serialized Form

Constructor Summary
TaskProperties(String taskId, PropertyInstance[] props)
           
 
Method Summary
 PropertyInstance[] getProps()
           
 String getTaskId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskProperties

public TaskProperties(String taskId,
                      PropertyInstance[] props)
Method Detail

getTaskId

public String getTaskId()

getProps

public PropertyInstance[] getProps()