|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobResults
Provides access to properties of job results.
Method Summary | |
---|---|
byte[] |
getBinaryResults()
Job results in binary format. |
void |
getRESTResults(String[] pVal,
byte[][] ppVal)
Job results in REST format. |
int |
getResultsFormat()
Format of job results. |
String |
getStringResults()
Job results in SOAP format. |
boolean |
isRESTFormat()
REST Format of job results. |
void |
setBinaryResults(byte[] ppVal)
Job results in binary format. |
void |
setRESTResults(String val,
byte[] pVal)
Job results in REST format. |
void |
setStringResults(String pVal)
Job results in SOAP format. |
Method Detail |
---|
int getResultsFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStringResults() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStringResults(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getBinaryResults() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBinaryResults(byte[] ppVal) throws IOException, AutomationException
ppVal
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRESTFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getRESTResults(String[] pVal, byte[][] ppVal) throws IOException, AutomationException
pVal
- The pVal (out: use single element array)ppVal
- An unsigned byte (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRESTResults(String val, byte[] pVal) throws IOException, AutomationException
val
- The val (in)pVal
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |