public class GXPathResponse extends Object implements Externalizable
Constructor and Description |
---|
GXPathResponse() |
GXPathResponse(GXIScreen[] screens,
GXVariables variables)
Create a new path response
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPathExecutionLog() |
GXIScreenCollection |
getScreens() |
String |
getVariable(String varName) |
String[] |
getVariableArray(String varName) |
String |
getVariableAt(String varName,
int index) |
int |
getVariableCount(String varName) |
String[] |
getVariableNames() |
boolean |
isVariableArray(String varName) |
void |
readExternal(ObjectInput in) |
void |
setPathExecutionLog(String pathExecutionLog)
Set the execution log of the path.
|
void |
writeExternal(ObjectOutput out) |
public GXPathResponse(GXIScreen[] screens, GXVariables variables)
screens
- the path collected screensvariables
- the path returned variablespublic GXPathResponse()
public GXIScreenCollection getScreens()
public String getVariable(String varName)
varName
- the name of the variable.public boolean isVariableArray(String varName)
varName
- the name of the variable.public String[] getVariableNames()
public String[] getVariableArray(String varName)
varName
- the name of the variable array.public String getVariableAt(String varName, int index)
varName
- the name of the variable array.index
- the index in the array.public int getVariableCount(String varName)
varName
- the name of the variable array.public String getPathExecutionLog()
null
.public void setPathExecutionLog(String pathExecutionLog)
pathExecutionLog
- the log to setpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.