public class GXPathRequest extends GXAbstractSetToHostRequest implements GXDebuggableRequest
| Constructor and Description |
|---|
GXPathRequest() |
GXPathRequest(String pathName) |
GXPathRequest(String pathName,
boolean isDebugMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathName() |
boolean |
isDebugMode() |
void |
readExternal(ObjectInput in) |
void |
setDebugMode()
Sets the path to be executed in debug mode.
|
void |
setPathName(String pathName)
Sets the name of the path that will be executed.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
addInputField, addInputField, addInputField, addInputField, addInputField, addInputField, addInputFields, changeInputField, getInputFields, getSeqScreenNumber, isWindowRelativePositioning, removeInputField, setSeqScreenNumber, setWindowRelativePositioningaddVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariablespublic GXPathRequest()
public GXPathRequest(String pathName)
pathName - name of the path to execute.public GXPathRequest(String pathName, boolean isDebugMode)
pathName - name of the path to execute.isDebugMode - flag to execute the path in debug mode.
In this mode, a very detailed log of the path execution process is returned.public String getPathName()
public void setPathName(String pathName)
pathName - the name of the path.public void setDebugMode()
setDebugMode in interface GXDebuggableRequestpublic boolean isDebugMode()
isDebugMode in interface GXDebuggableRequestpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractSetToHostRequestIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractSetToHostRequestIOExceptionpublic String toString()
toString in class GXAbstractSetToHostRequestCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.