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.OptionalInfo

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

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

Enumeration for specifying additional information to be retrieved whilst executing Task Queries


Enum Constant Summary
ACTION_DISPLAY_NAME
          Populate action display name field, a localized string describing the last action perfomed on the task
ALL_ACTIONS
          All actions that can be performed on the task
ATTACHMENTS
          Task Attachments
COMMENTS
          User Comments
CUSTOM_ACTIONS
          Custom actions applicable to the specific task type
DISPLAY_INFO
          Information relating to the URI for the task details display page
FLEXFIELD_MAPPINGS
          Populate mapped flexfield columns and get flexfield mapping information for task.
GROUP_ACTIONS
          Group-specific actions that can be performed on the task
PAYLOAD
          Message Attributes of payload
SHORT_HISTORY
          A concise history of changes made to the task
TASK_VIEW_CONTEXT
          Populate task view context field, a localized string decribing the context for which the current user is able to view the task (creator, action required etc.).
TEMPLATE_TASKS
          Template Tasks
 
Method Summary
static ITaskQueryService.OptionalInfo valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITaskQueryService.OptionalInfo[] 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

ALL_ACTIONS

public static final ITaskQueryService.OptionalInfo ALL_ACTIONS
All actions that can be performed on the task


GROUP_ACTIONS

public static final ITaskQueryService.OptionalInfo GROUP_ACTIONS
Group-specific actions that can be performed on the task


CUSTOM_ACTIONS

public static final ITaskQueryService.OptionalInfo CUSTOM_ACTIONS
Custom actions applicable to the specific task type


SHORT_HISTORY

public static final ITaskQueryService.OptionalInfo SHORT_HISTORY
A concise history of changes made to the task


DISPLAY_INFO

public static final ITaskQueryService.OptionalInfo DISPLAY_INFO
Information relating to the URI for the task details display page


ATTACHMENTS

public static final ITaskQueryService.OptionalInfo ATTACHMENTS
Task Attachments


COMMENTS

public static final ITaskQueryService.OptionalInfo COMMENTS
User Comments


PAYLOAD

public static final ITaskQueryService.OptionalInfo PAYLOAD
Message Attributes of payload


FLEXFIELD_MAPPINGS

public static final ITaskQueryService.OptionalInfo FLEXFIELD_MAPPINGS
Populate mapped flexfield columns and get flexfield mapping information for task.


TEMPLATE_TASKS

public static final ITaskQueryService.OptionalInfo TEMPLATE_TASKS
Template Tasks


ACTION_DISPLAY_NAME

public static final ITaskQueryService.OptionalInfo ACTION_DISPLAY_NAME
Populate action display name field, a localized string describing the last action perfomed on the task


TASK_VIEW_CONTEXT

public static final ITaskQueryService.OptionalInfo TASK_VIEW_CONTEXT
Populate task view context field, a localized string decribing the context for which the current user is able to view the task (creator, action required etc.).

Method Detail

values

public static ITaskQueryService.OptionalInfo[] 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.OptionalInfo c : ITaskQueryService.OptionalInfo.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.OptionalInfo 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.