public class GenerateDDLRequest extends RequestIN
RequestIN.CallerType, RequestIN.RequestType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
INPUT_FILE_MISSING |
static java.lang.String |
OUTPUT_DIRECTORY_INVALID |
static java.lang.String |
OUTPUT_DIRECTORY_MISSING |
static java.lang.StringBuilder |
usage |
static java.lang.String |
VERSION |
| Constructor and Description |
|---|
GenerateDDLRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputFile()
Gets the input file.
|
java.lang.String |
getOutputDirectory()
Gets the output directory.
|
java.io.File |
getOutputFileDirectory()
Gets the output file directory.
|
void |
setInputFile(java.lang.String inputFile)
Sets the input file.
|
void |
setOutputDirectory(java.lang.String outputDirectory)
Sets the output directory.
|
java.lang.String |
toString() |
void |
validate()
The validate method needs to be overridden by subclass to perform the validations.
|
void |
validateInput()
Validate input.
|
void |
validateOutput()
Validate output.
|
get, getCallerType, getEngineDatabase, getJobID, getLogPage, getMoveLog, getPRThread, getQueryObjects, getRequestType, getRunWithRequestor, isFirstRequest, isLastRequest, set, setCallerType, setEngineDatabase, setFirstRequest, setJobID, setLastRequest, setLogPage, setMoveLog, setPersistMoveLog, setPRThread, setQueryObjects, setRequestType, setRunWithRequestor, setSendRequestBackInResponse, setThrowExceptionBack, shouldPersistMoveLog, shouldSendRequestBackInResponse, shouldThrowExceptionBackpublic static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public static final java.lang.String OUTPUT_DIRECTORY_INVALID
public static final java.lang.String OUTPUT_DIRECTORY_MISSING
public static final java.lang.String INPUT_FILE_MISSING
public static java.lang.StringBuilder usage
public java.lang.String getInputFile()
public void setInputFile(java.lang.String inputFile)
inputFile - the new input filepublic java.lang.String getOutputDirectory()
public void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory - the new output directorypublic java.io.File getOutputFileDirectory()
public void validate()
throws PRException
RequestINvalidate in class RequestINPRExceptionRequestIN.validate()public void validateInput()
public void validateOutput()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 Pegasystems Inc. All Rights Reserved.