|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.5) E22566-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applxdf.comp.Parameters
public class Parameters
Handling of Input parameters
Constructor Summary | |
---|---|
Parameters()
Constructor. |
Method Summary | |
---|---|
void |
addToCommentBuffer(java.lang.String st)
Add the string to comment buffer. |
void |
alterSessionNlsSemantics(java.sql.Connection mConnection)
|
void |
boundaryCheck(java.lang.String nameStr,
java.lang.StringBuffer data,
int maxLength)
check whether data is too long. |
void |
closeConnection()
Close the connection to DB. |
protected void |
establishConnection(java.sql.Connection conn)
Establish the connection to the DB. |
java.util.ArrayList |
getAppOwnerNameVec()
Get apps owner name vec. |
java.sql.Connection |
getAppsConnection()
Returns the apps connection. |
java.lang.String |
getAppShortName()
Get apps shoort name. |
java.lang.String |
getAppsUserName()
Get the apps user name. |
java.lang.String |
getBaseObjectType()
Get the base object type. |
boolean |
getBootstrap()
Get the bootstrap. |
java.lang.String |
getCachedTablespace()
Get the cached tablespace. |
boolean |
getChangeDb()
Get the value to change DB or not. |
java.lang.String |
getCommentSt()
Get the comment string. |
int |
getDbVersion()
Get the db version. |
int |
getDbVersion(java.sql.Connection conn)
Get the db version. |
int |
getDebugLevel()
Get the debugLevel |
java.util.ArrayList |
getDeferedList()
Get defered list. |
boolean |
getDfrindex()
Get the dfrindex flag. |
java.util.ArrayList |
getDropCrList()
Get dropcrlist. |
int |
getExitCode()
Get the exit code. |
boolean |
getForceMode()
Get the forceMode parameter |
boolean |
getFromJdev()
Get the from JDev flag. |
java.lang.String |
getJDBCConStr()
Get the JDBC connectString |
java.lang.String |
getLogFile()
Get the log file. |
java.lang.String |
getLogFileFormat()
Get the log file format. |
boolean |
getMstandalone()
Get the mstandalone flag. |
java.lang.String |
getObjectType()
Get the object type. |
java.lang.String |
getParallelIndexMode()
Get parallel index mode |
long |
getParallelIndexThreshold()
Get parallel index threshold. |
java.lang.String |
getProtocol()
Get the JDBC connectString Protocol |
java.lang.String |
getRuntimeSchema()
Get the runtime schema parameter value. |
java.lang.String |
getSchemaName()
Get the schema name. |
java.lang.String |
getSchemaUserName()
Get the schema user name. |
boolean |
getSkipSynonym()
Get the skip synonym parameter |
boolean |
getStandalone()
Get the stand alone value. |
java.lang.String |
getSXMLFile()
Get the XML file. |
java.lang.String |
getSynonymQuerySchema()
Get the synonym query schema. |
java.lang.String |
getTSpaceConfigPath()
Get the tspace Config path. |
java.lang.String |
getXSLPath()
Get the XSL path. |
boolean |
isEditionView()
Get the edition view choice value. |
boolean |
isNoErr()
Get no_error parameter. |
boolean |
isNoLogging()
Get idxnolog parameter. |
boolean |
isSchemaSeparation()
Get the separation parameter value. |
void |
parseInputArgs(java.lang.String[] args)
Parse the input arguments. |
void |
setAppShortName(java.lang.String appShortName)
Set the apps short name. |
void |
setBaseObjectType(java.lang.String baseObjectType)
Set the base object type. |
void |
setCachedTablespace(java.lang.String cachedTablespace)
Set the cached tablespace. |
void |
setEditionView(boolean bValue)
Set the edition view choice value. |
void |
setExitCode(int theExitCode)
Set the exit code. |
protected void |
setLogger(XDFLogger logger)
Set the logger for the class. |
void |
setObjectType(java.lang.String objectType)
Set the object type. |
java.lang.String |
usageNotes()
Usage note of the xdf comparison utility. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameters()
Method Detail |
---|
public void boundaryCheck(java.lang.String nameStr, java.lang.StringBuffer data, int maxLength) throws java.lang.Exception
nameStr
- Variable namedata
- data to be checkmaxLength
- data's maxlength
java.lang.Exception
- when there is issue with datapublic void parseInputArgs(java.lang.String[] args) throws java.lang.Exception
args
- arguments array
java.lang.Exception
- when there is issue with the parametersprotected void setLogger(XDFLogger logger)
logger
- XDFLogger instanceprotected void establishConnection(java.sql.Connection conn) throws java.lang.Exception
conn
- pass in existing connection
java.lang.Exception
public void closeConnection() throws java.lang.Exception
java.lang.Exception
public java.sql.Connection getAppsConnection()
public boolean getChangeDb()
public boolean getStandalone()
public java.lang.String getObjectType()
public void setObjectType(java.lang.String objectType)
objectType
- public java.lang.String getSXMLFile()
public java.lang.String getXSLPath()
public java.lang.String getTSpaceConfigPath()
public java.lang.String getLogFile()
public java.lang.String getLogFileFormat()
public java.lang.String getSchemaUserName()
public java.lang.String getAppsUserName()
public java.lang.String getSchemaName()
public int getDbVersion(java.sql.Connection conn)
conn
- connection to the db
public int getDbVersion()
public boolean getForceMode()
public boolean getSkipSynonym()
public java.lang.String getAppShortName()
public void setAppShortName(java.lang.String appShortName)
appShortName
- apps short namepublic java.util.ArrayList getAppOwnerNameVec()
public java.lang.String getSynonymQuerySchema()
public int getExitCode()
public void setExitCode(int theExitCode)
theExitCode
- exit codepublic void addToCommentBuffer(java.lang.String st)
st
- message stringpublic java.lang.String getCommentSt()
public java.lang.String getParallelIndexMode()
public long getParallelIndexThreshold()
public java.util.ArrayList getDeferedList()
public java.util.ArrayList getDropCrList()
public boolean getBootstrap()
public boolean getFromJdev()
public boolean getDfrindex()
public boolean getMstandalone()
public java.lang.String getCachedTablespace()
public java.lang.String getBaseObjectType()
public java.lang.String getJDBCConStr()
public java.lang.String getProtocol()
public int getDebugLevel()
public void setCachedTablespace(java.lang.String cachedTablespace)
cachedTablespace
- cached table spacepublic void setBaseObjectType(java.lang.String baseObjectType)
baseObjectType
- base object typepublic boolean isEditionView()
public void setEditionView(boolean bValue)
bValue
- public boolean isSchemaSeparation()
public java.lang.String getRuntimeSchema()
public boolean isNoErr()
public boolean isNoLogging()
public java.lang.String usageNotes()
public void alterSessionNlsSemantics(java.sql.Connection mConnection) throws java.lang.Exception
java.lang.Exception
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.5) E22566-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |