|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mdm.MdmObject
oracle.olapi.metadata.mdm.MdmNamedBuildProcess
public class MdmNamedBuildProcess
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 method of the
findOrCreateNamedBuildProcessMdmDatabaseSchema.
| 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 |
|---|
addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getName, getNewName, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getContainedByObject, getID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
visitMdmNamedBuildProcess method of the specified
MdmObjectVisitor and passes that method this
MdmNamedBuildProcess and an Object.
acceptVisitor in class MdmObjectvisitor - An Mdm11_ObjectVisitor.context - An Object.
Object returned by the
MdmNamedBuildProcess method.public final BuildProcess getBuildProcess()
BuildProcess associated with this
MdmNamedBuildProcess.
BuildProcess associated with this
MdmNamedBuildProcess.public final void setBuildProcess(BuildProcess input)
BuildProcess to associate with this
MdmNamedBuildProcess.
input - The BuildProcess to associate with this
MdmNamedBuildProcess.public final MdmDatabaseSchema getOwner()
MdmDatabaseSchema that owns this
MdmNamedBuildProcess.
getOwner in class BaseMetadataObjectBuildProcess that owns this
MdmNamedBuildProcess.public final void setOwner(MdmDatabaseSchema owner)
MdmDatabaseSchema as the owner of this
MdmNamedBuildProcess.
owner - The MdmDatabaseSchema to own this
MdmNamedBuildProcess.public java.util.List getPersistentLanguages()
MdmNamedBuildProcess.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||