Enum Class ITaskQueryService.TaskSequenceBuilderContext

java.lang.Object
java.lang.Enum<ITaskQueryService.TaskSequenceBuilderContext>
oracle.bpel.services.workflow.query.ITaskQueryService.TaskSequenceBuilderContext
All Implemented Interfaces:
Serializable, Comparable<ITaskQueryService.TaskSequenceBuilderContext>, Constable
Enclosing interface:
ITaskQueryService

public static enum ITaskQueryService.TaskSequenceBuilderContext extends Enum<ITaskQueryService.TaskSequenceBuilderContext>
  • Enum Constant Details

    • 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 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 parameter of the getTaskSequence method.
  • Method Details