| 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.5.0) E10660-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
  
java.lang.Enum<ITaskQueryService.AssignmentFilter>
      
oracle.bpel.services.workflow.query.ITaskQueryService.AssignmentFilter
public static enum ITaskQueryService.AssignmentFilter
Enumeration for specifying the assignment filter to be used in Task Queries
| Enum Constant Summary | |
|---|---|
ADMINDeprecated.  | 
|
ALLAll tasks (admins only)  | 
|
CREATORTasks for which the context user is the creator  | 
|
GROUPTasks assigned non-exclusively to the context user  | 
|
MYTasks assigned exclusively to the context user  | 
|
MY_AND_GROUPAll tasks assigned to the context user, exclusively or non exclusively  | 
|
OWNERTasks for which the context user is the owner  | 
|
PREVIOUSTasks which the context user previously updated  | 
|
REPORTEESTasks assigned to the context user's reportees  | 
|
REVIEWERTasks for which the context user is a reviewer  | 
|
| Method Summary | |
|---|---|
static ITaskQueryService.AssignmentFilter | 
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.  | 
static ITaskQueryService.AssignmentFilter[] | 
values()Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final ITaskQueryService.AssignmentFilter MY
public static final ITaskQueryService.AssignmentFilter GROUP
public static final ITaskQueryService.AssignmentFilter MY_AND_GROUP
public static final ITaskQueryService.AssignmentFilter REPORTEES
public static final ITaskQueryService.AssignmentFilter CREATOR
public static final ITaskQueryService.AssignmentFilter OWNER
public static final ITaskQueryService.AssignmentFilter REVIEWER
public static final ITaskQueryService.AssignmentFilter PREVIOUS
public static final ITaskQueryService.AssignmentFilter ALL
public static final ITaskQueryService.AssignmentFilter ADMIN
| Method Detail | 
|---|
public static ITaskQueryService.AssignmentFilter[] values()
for (ITaskQueryService.AssignmentFilter c : ITaskQueryService.AssignmentFilter.values())
    System.out.println(c);
public static ITaskQueryService.AssignmentFilter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
  | 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.5.0) E10660-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||