public class MdmNamedBuildProcess extends MdmObject
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.| Modifier and Type | Method and Description |
|---|---|
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. |
addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescriptiongetContainedByObject, getID, getName, getNewNamepublic 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.