Enum Class ITaskQueryService.OptionalInfo
java.lang.Object
java.lang.Enum<ITaskQueryService.OptionalInfo>
oracle.bpel.services.workflow.query.ITaskQueryService.OptionalInfo
- All Implemented Interfaces:
Serializable
,Comparable<ITaskQueryService.OptionalInfo>
,Constable
- Enclosing interface:
- ITaskQueryService
Enumeration for specifying additional information to be retrieved whilst
executing Task Queries
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPopulate action display name field, a localized string describing the last action perfomed on the taskAll actions that can be performed on the taskTask AttachmentsTask Collection target recordsUser CommentsCustom actions applicable to the specific task typeInformation relating to the URI for the task details display pagePopulate mapped flexfield columns and get flexfield mapping information for task.Group-specific actions that can be performed on the taskTask Image URL AttributeMessage Attributes of payloadA concise history of changes made to the taskTask Age AttributePopulate 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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ITaskQueryService.OptionalInfo[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ALL_ACTIONS
All actions that can be performed on the task -
GROUP_ACTIONS
Group-specific actions that can be performed on the task -
CUSTOM_ACTIONS
Custom actions applicable to the specific task type -
SHORT_HISTORY
A concise history of changes made to the task -
DISPLAY_INFO
Information relating to the URI for the task details display page -
ATTACHMENTS
Task Attachments -
COMMENTS
User Comments -
PAYLOAD
Message Attributes of payload -
FLEXFIELD_MAPPINGS
Populate mapped flexfield columns and get flexfield mapping information for task. -
TEMPLATE_TASKS
Template Tasks -
ACTION_DISPLAY_NAME
Populate action display name field, a localized string describing the last action perfomed on 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.). -
TASK_AGE
Task Age Attribute -
IMAGE_URL
Task Image URL Attribute -
COLLECTION_TARGET
Task Collection target records
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-