|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| 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_ACTIONSAll actions that can be performed on the task |
|
ATTACHMENTSTask Attachments |
|
COMMENTSUser Comments |
|
CUSTOM_ACTIONSCustom actions applicable to the specific task type |
|
DISPLAY_INFOInformation relating to the URI for the task details display page |
|
FLEXFIELD_MAPPINGSPopulate mapped flexfield columns and get flexfield mapping information for task. |
|
GROUP_ACTIONSGroup-specific actions that can be performed on the task |
|
PAYLOADMessage Attributes of payload |
|
SHORT_HISTORYA concise history of changes made to the task |
|
TEMPLATE_TASKSTemplate 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-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||