public class HotFixRequest extends RequestIN
RequestIN.CallerType, RequestIN.RequestType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The Constant COPYRIGHT.
|
static java.lang.String |
VERSION
The Constant VERSION.
|
| Constructor and Description |
|---|
HotFixRequest() |
| Modifier and Type | Method and Description |
|---|---|
com.pega.pegarules.priv.updatemanager.InstallerAPI.InstallMode |
getHotFixInstallMode() |
java.lang.String |
getInputFile()
Gets the input file.
|
PRFile |
getInputPRFile()
Gets the input pr file.
|
java.lang.String |
getOutputDirectory()
Gets the output directory.
|
java.io.File |
getOutputFileDirectory()
Gets the output file directory.
|
boolean |
isAutocommit() |
boolean |
isByPassSchema()
Checks if is by pass schema.
|
boolean |
isInstallFNIBUM()
Checks if is install fnibum.
|
void |
setAutocommit(boolean autocommit) |
void |
setByPassSchema(boolean byPassSchema)
Sets the by pass schema.
|
void |
setHotFixInstallMode(com.pega.pegarules.priv.updatemanager.InstallerAPI.InstallMode mode) |
void |
setInputFile(java.lang.String inputFile)
Sets the input file.
|
void |
setInputPRFile(PRFile inputPRFile)
Sets the input pr file.
|
void |
setInstallFNIBUM(boolean installFNIBUM)
Sets the install fnibum.
|
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.
|
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 java.lang.String getOutputDirectory()
public void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory - the new output directorypublic java.io.File getOutputFileDirectory()
public java.lang.String getInputFile()
public void setInputFile(java.lang.String inputFile)
inputFile - the new input filepublic PRFile getInputPRFile()
public void setInputPRFile(PRFile inputPRFile)
inputPRFile - the new input pr filepublic boolean isInstallFNIBUM()
public void setInstallFNIBUM(boolean installFNIBUM)
installFNIBUM - the new install fnibumpublic boolean isByPassSchema()
public void setByPassSchema(boolean byPassSchema)
byPassSchema - the new by pass schemapublic void setAutocommit(boolean autocommit)
public boolean isAutocommit()
public void setHotFixInstallMode(com.pega.pegarules.priv.updatemanager.InstallerAPI.InstallMode mode)
public com.pega.pegarules.priv.updatemanager.InstallerAPI.InstallMode getHotFixInstallMode()
public void validate()
RequestINvalidate in class RequestINRequestIN.validate()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()Copyright © 2018 Pegasystems Inc. All Rights Reserved.