|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| 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.TaskSequenceType>
oracle.bpel.services.workflow.query.ITaskQueryService.TaskSequenceType
public static enum ITaskQueryService.TaskSequenceType
Enumeration for specifying the type of task sequence to be retrieved whilst executing Task Sequence Queries
| Enum Constant Summary | |
|---|---|
ALLAll task sequence |
|
APPROVERSOnly Approvers |
|
CURRENTExample: APPROVERS and CURRENT will give all approvals and the current state of the task |
|
FUTUREOnly future participants |
|
PASTAll past task sequence |
|
SHORT_HISTORYTo get the short history |
|
| Method Summary | |
|---|---|
static ITaskQueryService.TaskSequenceType |
get(java.lang.String value) |
static ITaskQueryService.TaskSequenceType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ITaskQueryService.TaskSequenceType[] |
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.TaskSequenceType ALL
public static final ITaskQueryService.TaskSequenceType PAST
public static final ITaskQueryService.TaskSequenceType APPROVERS
public static final ITaskQueryService.TaskSequenceType FUTURE
public static final ITaskQueryService.TaskSequenceType CURRENT
public static final ITaskQueryService.TaskSequenceType SHORT_HISTORY
| Method Detail |
|---|
public static ITaskQueryService.TaskSequenceType[] values()
for (ITaskQueryService.TaskSequenceType c : ITaskQueryService.TaskSequenceType.values())
System.out.println(c);
public static ITaskQueryService.TaskSequenceType 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 nullpublic static ITaskQueryService.TaskSequenceType get(java.lang.String value)
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||