Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-06


oracle.olapi.syntax
Class BuildProcess

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.BuildProcess


public final class BuildProcess
extends SyntaxObject

A SyntaxObject that contains one or more BuildItem objects, each of which specifies a database object to build and how to build it.


Constructor Summary
BuildProcess(BuildItem[] items)
          Creates a BuildProcess that has the BuildItem objects in the specified array.
BuildProcess(java.util.List<BuildItem> items)
          Creates a BuildProcess that has the BuildItem objects in the specified list.

 

Method Summary
 BuildItem[] getBuildItems()
          Gets the BuildItem objects that are contained by this BuildProcess.
 java.lang.String getLogOptions()
          Get the String representing the specification of build log options.
 java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
          Calls the visitBuildProcess method of the SyntaxObjectVisitor and passes that method this BuildProcess and an Object.

 

Methods inherited from class oracle.olapi.syntax.SyntaxObject
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BuildProcess

public BuildProcess(BuildItem[] items)
Creates a BuildProcess that has the BuildItem objects in the specified array.
Parameters:
items - An array of BuildItem objects.

BuildProcess

public BuildProcess(java.util.List<BuildItem> items)
Creates a BuildProcess that has the BuildItem objects in the specified list.
Parameters:
items - A List of BuildItem objects.

Method Detail

visit

public java.lang.Object visit(SyntaxObjectVisitor visitor,
                              java.lang.Object context)
Calls the visitBuildProcess method of the SyntaxObjectVisitor and passes that method this BuildProcess and an Object.
Specified by:
visit in class SyntaxObject
Parameters:
visitor - A SyntaxObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitBuildProcess method.

getBuildItems

public BuildItem[] getBuildItems()
Gets the BuildItem objects that are contained by this BuildProcess.
Returns:
An array of the BuildItem objects contained by this BuildProcess.

getLogOptions

public java.lang.String getLogOptions()
Get the String representing the specification of build log options. The options are not themselves represented in the API syntax, but are handled as a string.
Returns:
A String representing the build log options, or null if no build log options specified.

Skip navigation links

Copyright © 2002, 2010, Oracle. All rights reserved.