|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
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.OptionalInfo>
oracle.bpel.services.workflow.query.ITaskQueryService.OptionalInfo
public static enum ITaskQueryService.OptionalInfo
Enumeration for specifying additional information to be retrieved whilst executing Task Queries
Enum Constant Summary | |
---|---|
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 |
|
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 |
---|
public static final ITaskQueryService.OptionalInfo ALL_ACTIONS
public static final ITaskQueryService.OptionalInfo GROUP_ACTIONS
public static final ITaskQueryService.OptionalInfo CUSTOM_ACTIONS
public static final ITaskQueryService.OptionalInfo SHORT_HISTORY
public static final ITaskQueryService.OptionalInfo DISPLAY_INFO
public static final ITaskQueryService.OptionalInfo ATTACHMENTS
public static final ITaskQueryService.OptionalInfo COMMENTS
public static final ITaskQueryService.OptionalInfo PAYLOAD
public static final ITaskQueryService.OptionalInfo FLEXFIELD_MAPPINGS
public static final ITaskQueryService.OptionalInfo TEMPLATE_TASKS
Method Detail |
---|
public static ITaskQueryService.OptionalInfo[] values()
for (ITaskQueryService.OptionalInfo c : ITaskQueryService.OptionalInfo.values()) System.out.println(c);
public static ITaskQueryService.OptionalInfo 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) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |