Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.bpel.services.workflow.activityguide.query
Enum IAGQueryService.AGAssignmentFilter

java.lang.Object
  extended by java.lang.Enum<IAGQueryService.AGAssignmentFilter>
      extended by oracle.bpel.services.workflow.activityguide.query.IAGQueryService.AGAssignmentFilter

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IAGQueryService.AGAssignmentFilter>
Enclosing interface:
IAGQueryService

public static enum IAGQueryService.AGAssignmentFilter
extends java.lang.Enum<IAGQueryService.AGAssignmentFilter>

Enum Constant Summary
ADMIN
          All AG instances (AG admins only)
CREATOR
          AG instances for which the context user is the creator
MY
          AG instances containing active tasks assigned to the context user.
PREVIOUS
          AG instances containing tasks previously updated by the context user.
REPORTEES
          AG instances containing active tasks assigned to reportees of the context user.

 

Method Summary
static IAGQueryService.AGAssignmentFilter valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IAGQueryService.AGAssignmentFilter[] 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 IAGQueryService.AGAssignmentFilter MY
AG instances containing active tasks assigned to the context user.

REPORTEES

public static final IAGQueryService.AGAssignmentFilter REPORTEES
AG instances containing active tasks assigned to reportees of the context user.

CREATOR

public static final IAGQueryService.AGAssignmentFilter CREATOR
AG instances for which the context user is the creator

PREVIOUS

public static final IAGQueryService.AGAssignmentFilter PREVIOUS
AG instances containing tasks previously updated by the context user.

ADMIN

public static final IAGQueryService.AGAssignmentFilter ADMIN
All AG instances (AG admins only)

Method Detail

values

public static IAGQueryService.AGAssignmentFilter[] 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 (IAGQueryService.AGAssignmentFilter c : IAGQueryService.AGAssignmentFilter.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IAGQueryService.AGAssignmentFilter 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

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


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