|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.owb.deploy.DeployServiceManager
DeployServiceManager contains operations (e.g. export) to handle deploying data and metadata.
| Field Summary | |
protected static DeployServiceManager |
s_instanceInstance for DeployServiceManager singleton. |
| Constructor Summary | |
protected |
DeployServiceManager() |
| Method Summary | |
int |
exportMetaDataToFile(java.lang.String exportFileName, java.lang.String logFileName, java.lang.String fieldSeparator, OWBNamedObject[] exportComponents)Export metadata to a file for selected components. |
int |
exportMetaDataToFile(java.lang.String exportFileName, java.lang.String logFileName, java.lang.String fieldSeparator, OWBNamedObject[] exportComponents, java.lang.String definitionFileName)Export metadata to a file for selected components and metameta definitions. |
int |
exportMetaDataToFile(java.lang.String exportFileName, java.lang.String logFileName, java.lang.String fieldSeparator, java.lang.String projectName)Export metadata to a file for an entire project. |
int |
exportMetaDataToFile(java.lang.String exportFileName, java.lang.String logFileName, java.lang.String fieldSeparator, java.lang.String projectName, java.lang.String definitionFileName)Export metadata to a file for an entire project and metameta definitions. |
int |
exportSnapshotsToFile(java.lang.String exportFileName, java.lang.String logFileName, java.lang.String fieldSeparator, java.lang.String[] snapshotNames)Export metadata to a file for snapshot(s). |
int |
exportSnapshotsToFile(java.lang.String exportFileName, java.lang.String logFileName, java.lang.String fieldSeparator, java.lang.String[] snapshotNames, java.lang.String definitionFileName)Export metadata to a file for for snapshot(s). |
protected java.lang.String |
getControlFileName()Get the optional control file name to be used by MDL. |
static DeployServiceManager |
getInstance()Returns the instance value for DeployServiceManager. |
void |
setControlFileName(java.lang.String controlFile)Set the optional control file name to be used by MDL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static DeployServiceManager s_instance
| Constructor Detail |
protected DeployServiceManager()
| Method Detail |
public static DeployServiceManager getInstance()
public void setControlFileName(java.lang.String controlFile)
controlFile - Control file name to be used by MDL.getControlFileName()protected java.lang.String getControlFileName()
setControlFileName(java.lang.String)
public int exportMetaDataToFile(java.lang.String exportFileName,
java.lang.String logFileName,
java.lang.String fieldSeparator,
java.lang.String projectName)
throws OWBException
exportFileName - Name of MDL export data file.logFileName - Name of MDL export log file.fieldSeparator - Value to be used as field separator in MDL data file. Use null to have default used.projectName - Name of project to be exported.OWBException - if any error occurs.
public int exportMetaDataToFile(java.lang.String exportFileName,
java.lang.String logFileName,
java.lang.String fieldSeparator,
java.lang.String projectName,
java.lang.String definitionFileName)
throws OWBException
exportFileName - Name of MDL export data file.logFileName - Name of MDL export log file.fieldSeparator - Value to be used as field separator in MDL data file. Use null to have default used.projectName - Name of project to be exported.definitionFileName - Name of MDL Metameta definition data file.OWBException - if any error occurs.
public int exportMetaDataToFile(java.lang.String exportFileName,
java.lang.String logFileName,
java.lang.String fieldSeparator,
OWBNamedObject[] exportComponents)
throws OWBException
exportFileName - Name of MDL export data file.logFileName - Name of MDL export log file.fieldSeparator - Value to be used as field separator in MDL data file. Use null to have default used.exportComponents - Array of components to be exported.OWBException - if any error occurs.
public int exportMetaDataToFile(java.lang.String exportFileName,
java.lang.String logFileName,
java.lang.String fieldSeparator,
OWBNamedObject[] exportComponents,
java.lang.String definitionFileName)
throws OWBException
exportFileName - Name of MDL export data file.logFileName - Name of MDL export log file.fieldSeparator - Value to be used as field separator in MDL data file. Use null to have default used.exportComponents - Array of components to be exported.definitionFileName - Name of MDL Metameta definition data file.OWBException - if any error occurs.
public int exportSnapshotsToFile(java.lang.String exportFileName,
java.lang.String logFileName,
java.lang.String fieldSeparator,
java.lang.String[] snapshotNames)
throws OWBException
exportFileName - Name of MDL export data file.logFileName - Name of MDL export log file.fieldSeparator - Value to be used as field separator in MDL data file. Use null to have default used.snapshotNames - An array of names of snapshots to be exported.OWBException - if any error occurs.
public int exportSnapshotsToFile(java.lang.String exportFileName,
java.lang.String logFileName,
java.lang.String fieldSeparator,
java.lang.String[] snapshotNames,
java.lang.String definitionFileName)
throws OWBException
exportFileName - Name of MDL export data file.logFileName - Name of MDL export log file.fieldSeparator - Value to be used as field separator in MDL data file. Use null to have default used.snapshotNames - An array of names of snapshots to be exported.definitionFileName - Name of MDL Metameta definition data file.OWBException - if any error occurs.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||