Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.workflow.query
Enum ITaskQueryService.TaskSequenceBuilderContext

java.lang.Object
  extended by java.lang.Enum<ITaskQueryService.TaskSequenceBuilderContext>
      extended by oracle.bpel.services.workflow.query.ITaskQueryService.TaskSequenceBuilderContext

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ITaskQueryService.TaskSequenceBuilderContext>
Enclosing interface:
ITaskQueryService

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

Enum Constant Summary
INCLUDE_SEQUENCE_FOR_SINGLE_CHILD
          If there are more than one node in any parallel branch in the TaskSequence tree, then all those nodes will be wrapped by a Sequence object.
STAGE
          Reserved for future use
WORKFLOW_PATTERN
          If the client wants workflow patterns to be captured as SequenceGroup objects in the TaskSequence tree, it could pass TaskSequenceBuilderContext.WORKFLOW_PATTERN in the List<TaskSequenceBuilderContext> parameter of the getTaskSequence method.

 

Method Summary
static ITaskQueryService.TaskSequenceBuilderContext get(java.lang.String value)
           
static ITaskQueryService.TaskSequenceBuilderContext valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITaskQueryService.TaskSequenceBuilderContext[] 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

STAGE

public static final ITaskQueryService.TaskSequenceBuilderContext STAGE
Reserved for future use

WORKFLOW_PATTERN

public static final ITaskQueryService.TaskSequenceBuilderContext WORKFLOW_PATTERN
If the client wants workflow patterns to be captured as SequenceGroup objects in the TaskSequence tree, it could pass TaskSequenceBuilderContext.WORKFLOW_PATTERN in the List<TaskSequenceBuilderContext> parameter of the getTaskSequence method.

INCLUDE_SEQUENCE_FOR_SINGLE_CHILD

public static final ITaskQueryService.TaskSequenceBuilderContext INCLUDE_SEQUENCE_FOR_SINGLE_CHILD
If there are more than one node in any parallel branch in the TaskSequence tree, then all those nodes will be wrapped by a Sequence object. If the client wants each parallel branch to be wrapped with a TaskSequence object, it could pass TaskSequenceBuilderContext.INCLUDE_SEQUENCE_FOR_SINGLE_CHILD in the List<TaskSequenceBuilderContext> parameter of the getTaskSequence method.

Method Detail

values

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

get

public static ITaskQueryService.TaskSequenceBuilderContext get(java.lang.String value)

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.