Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.workflow.query
Enum ITaskQueryService.AssignmentFilter

java.lang.Object
  extended by java.lang.Enum<ITaskQueryService.AssignmentFilter>
      extended by oracle.bpel.services.workflow.query.ITaskQueryService.AssignmentFilter
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ITaskQueryService.AssignmentFilter>
Enclosing interface:
ITaskQueryService

public static enum ITaskQueryService.AssignmentFilter
extends java.lang.Enum<ITaskQueryService.AssignmentFilter>

Enumeration for specifying the assignment filter to be used in Task Queries


Enum Constant Summary
ADMIN
          Deprecated.  
ALL
          All tasks (admins only)
CREATOR
          Tasks for which the context user is the creator
GROUP
          Tasks assigned non-exclusively to the context user
MY
          Tasks assigned exclusively to the context user
MY_AND_GROUP
          All tasks assigned to the context user, exclusively or non exclusively
MY_AND_GROUP_ALL
          All tasks assigned to the context user, exclusively or to all his group based tasks
OWNER
          Tasks for which the context user is the owner
PREVIOUS
          Tasks which the context user previously updated
REPORTEES
          Tasks assigned to the context user's reportees
REVIEWER
          Tasks 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

MY

public static final ITaskQueryService.AssignmentFilter MY
Tasks assigned exclusively to the context user


GROUP

public static final ITaskQueryService.AssignmentFilter GROUP
Tasks assigned non-exclusively to the context user


MY_AND_GROUP

public static final ITaskQueryService.AssignmentFilter MY_AND_GROUP
All tasks assigned to the context user, exclusively or non exclusively


MY_AND_GROUP_ALL

public static final ITaskQueryService.AssignmentFilter MY_AND_GROUP_ALL
All tasks assigned to the context user, exclusively or to all his group based tasks


REPORTEES

public static final ITaskQueryService.AssignmentFilter REPORTEES
Tasks assigned to the context user's reportees


CREATOR

public static final ITaskQueryService.AssignmentFilter CREATOR
Tasks for which the context user is the creator


OWNER

public static final ITaskQueryService.AssignmentFilter OWNER
Tasks for which the context user is the owner


REVIEWER

public static final ITaskQueryService.AssignmentFilter REVIEWER
Tasks for which the context user is a reviewer


PREVIOUS

public static final ITaskQueryService.AssignmentFilter PREVIOUS
Tasks which the context user previously updated


ALL

public static final ITaskQueryService.AssignmentFilter ALL
All tasks (admins only)


ADMIN

public static final ITaskQueryService.AssignmentFilter ADMIN
Deprecated. 
Method Detail

values

public static ITaskQueryService.AssignmentFilter[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ITaskQueryService.AssignmentFilter c : ITaskQueryService.AssignmentFilter.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ITaskQueryService.AssignmentFilter valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.