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, setWindowRelativePositioning
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariables
public 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 GXDebuggableRequest
public boolean isDebugMode()
isDebugMode
in interface GXDebuggableRequest
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractSetToHostRequest
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractSetToHostRequest
IOException
public String toString()
toString
in class GXAbstractSetToHostRequest
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.