Skip navigation links

Oracle® OLAP Java API Reference
12c Release 1 (12.1)

E17708-05


oracle.olapi.syntax
Class ModelCommand

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.BuildCommand
          extended by oracle.olapi.syntax.SimpleCommand
              extended by oracle.olapi.syntax.ModelCommand

All Implemented Interfaces:
ConsistentSolveCommand

public final class ModelCommand
extends SimpleCommand
implements ConsistentSolveCommand

A SimpleCommand that represents an MdmDimensionCalculationModel in a BuildSpecification.


Field Summary
static java.lang.String DEFAULT_OPTION
          A constant that represents the default option to an OLAP DML command.
static java.lang.String PARALLEL_OPTION
          A constant that represents an option that specifies parallel processing for an OLAP DML command.
static java.lang.String SERIAL_OPTION
          A constant that represents an option that specifies serial processing for an OLAP DML command.

 

Constructor Summary
ModelCommand(MdmDimensionCalculationModel model)
          Creates a ModelCommand object for the specified MdmDimensionCalculationModel.
ModelCommand(MdmDimensionCalculationModel model, java.lang.String option)
          Creates a ModelCommand object for the specified MdmDimensionCalculationModel.

 

Method Summary
 MdmDimensionCalculationModel getModel()
          Gets the MdmDimensionCalculationModel that is associated with this ModelCommand.
 java.lang.String getModelID()
          Gets the ID of the MdmDimensionCalculationModel that is associated with this ModelCommand.
 java.lang.String getOption()
          Gets the option specified for this ModelCommand.
 java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
          Calls the visitModelCommand method of the SyntaxObjectVisitor and passes that method this ModelCommand 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

 

Field Detail

DEFAULT_OPTION

public static final java.lang.String DEFAULT_OPTION
A constant that represents the default option to an OLAP DML command. The default is to specify no option.
See Also:
Constant Field Values

SERIAL_OPTION

public static final java.lang.String SERIAL_OPTION
A constant that represents an option that specifies serial processing for an OLAP DML command.
See Also:
Constant Field Values

PARALLEL_OPTION

public static final java.lang.String PARALLEL_OPTION
A constant that represents an option that specifies parallel processing for an OLAP DML command.
See Also:
Constant Field Values

Constructor Detail

ModelCommand

public ModelCommand(MdmDimensionCalculationModel model,
                    java.lang.String option)
Creates a ModelCommand object for the specified MdmDimensionCalculationModel.
Parameters:
model - The MdmDimensionCalculationModel to include in the build specification.
option - A String that contains one of the options for this class: DEFAULT_OPTION, SERIAL_OPTION, or PARALLEL_OPTION.

ModelCommand

public ModelCommand(MdmDimensionCalculationModel model)
Creates a ModelCommand object for the specified MdmDimensionCalculationModel.
Parameters:
model - The MdmDimensionCalculationModel to include in the build specification.

Method Detail

getModel

public MdmDimensionCalculationModel getModel()
Gets the MdmDimensionCalculationModel that is associated with this ModelCommand.
Returns:
The MdmDimensionCalculationModel to build.

getModelID

public java.lang.String getModelID()
Gets the ID of the MdmDimensionCalculationModel that is associated with this ModelCommand.
Returns:
A String that contains the ID of the MdmDimensionCalculationModel to build.

visit

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

getOption

public java.lang.String getOption()
Gets the option specified for this ModelCommand. The option is the value of one of the contants of this class: DEFAULT_OPTION, SERIAL_OPTION, or PARALLEL_OPTION.
Returns:
A String that contains the option for the command of this ModelCommand.

Skip navigation links

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