com.bea.wli.worklist.api
Class TaskProperties
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskProperties
public TaskProperties(String taskId,
PropertyInstance[] props)
getTaskId
public String getTaskId()
getProps
public PropertyInstance[] getProps()