com.plumtree.remote.prc.collaboration.tasklist
Class TaskAttribute

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.tasklist.TaskAttribute

public class TaskAttribute
extends java.lang.Object

An enumerated type used to describe the specific fields that can be used in constructing a TaskQueryOrder for Tasks.


Field Summary
static TaskAttribute ASSIGNED_NAME
          Attribute for task's assigned user name.
static TaskAttribute DUE_DATE
          Attribute for task due date.
static TaskAttribute NAME
          Attribute for task name.
static TaskAttribute ORDER
          Attribute for task's order.
static TaskAttribute START_DATE
          Attribute for task start date.
static TaskAttribute STATUS
          Attribute for task status.
 
Method Summary
 java.lang.Object getUnderlyingObject()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASSIGNED_NAME

public static final TaskAttribute ASSIGNED_NAME
Attribute for task's assigned user name.


DUE_DATE

public static final TaskAttribute DUE_DATE
Attribute for task due date.


NAME

public static final TaskAttribute NAME
Attribute for task name.


ORDER

public static final TaskAttribute ORDER
Attribute for task's order.


START_DATE

public static final TaskAttribute START_DATE
Attribute for task start date.


STATUS

public static final TaskAttribute STATUS
Attribute for task status.

Method Detail

toString

public java.lang.String toString()

getUnderlyingObject

public java.lang.Object getUnderlyingObject()


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.