Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mdm
Class MdmNamedBuildProcess

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mdm.MdmObject
          extended by oracle.olapi.metadata.mdm.MdmNamedBuildProcess

All Implemented Interfaces:
MetadataObject

public class MdmNamedBuildProcess
extends MdmObject

An MdmObject that represents a named oracle.olapi.syntax.BuildProcess for an MdmDatabaseSchema. An application gets an existing MdmNamedBuildProcess or creates a new one by calling the findOrCreateNamedBuildProcess method of the MdmDatabaseSchema.


Method Summary
 java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMdmNamedBuildProcess method of the specified MdmObjectVisitor and passes that method this MdmNamedBuildProcess and an Object.
 BuildProcess getBuildProcess()
          Gets the BuildProcess associated with this MdmNamedBuildProcess.
 MdmDatabaseSchema getOwner()
          Gets the MdmDatabaseSchema that owns this MdmNamedBuildProcess.
 java.util.List getPersistentLanguages()
          Returns the list of all languages used for descriptions of this MdmNamedBuildProcess.
 void setBuildProcess(BuildProcess input)
          Specifies a BuildProcess to associate with this MdmNamedBuildProcess.
 void setOwner(MdmDatabaseSchema owner)
          Specifies an MdmDatabaseSchema as the owner of this MdmNamedBuildProcess.

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
findOrCreateDescription, getDescription, getDescription, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setDescription, setDescription, setName, setShortDescription

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID

 

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

 

Method Detail

acceptVisitor

public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMdmNamedBuildProcess method of the specified MdmObjectVisitor and passes that method this MdmNamedBuildProcess and an Object.
Specified by:
acceptVisitor in class MdmObject
Parameters:
visitor - An Mdm11_ObjectVisitor.
context - An Object.
Returns:
The Object returned by the MdmNamedBuildProcess method.

getBuildProcess

public final BuildProcess getBuildProcess()
Gets the BuildProcess associated with this MdmNamedBuildProcess.
Returns:
The BuildProcess associated with this MdmNamedBuildProcess.

setBuildProcess

public final void setBuildProcess(BuildProcess input)
Specifies a BuildProcess to associate with this MdmNamedBuildProcess.
Parameters:
input - The BuildProcess to associate with this MdmNamedBuildProcess.

getOwner

public final MdmDatabaseSchema getOwner()
Gets the MdmDatabaseSchema that owns this MdmNamedBuildProcess.
Overrides:
getOwner in class BaseMetadataObject
Returns:
The BuildProcess that owns this MdmNamedBuildProcess.

setOwner

public final void setOwner(MdmDatabaseSchema owner)
Specifies an MdmDatabaseSchema as the owner of this MdmNamedBuildProcess.
Parameters:
owner - The MdmDatabaseSchema to own this MdmNamedBuildProcess.

getPersistentLanguages

public java.util.List getPersistentLanguages()
Returns the list of all languages used for descriptions of this MdmNamedBuildProcess.
Returns:
List of Strings representing NLS Languages.

Skip navigation links

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