|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.geoprocessing.GPJobResource
public class GPJobResource
This class represents a job submitted using Geoprocessor#submitJob
. It provides basic information about the job such as the
job ID, status and messages. Additionally, if the job has successfully completed, it provides information about the output parameters as well as input parameters.
Nested Class Summary | |
---|---|
static class |
GPJobResource.JobStatus
The job status. |
Constructor Summary | |
---|---|
GPJobResource()
|
Method Summary | |
---|---|
static GPJobResource |
fromJson(org.codehaus.jackson.JsonParser parser)
Static method generating a GP Parameter based on the GPParameter Json representation the Json Parser is pointing to. |
GPJobParameter[] |
getInputParameters()
Gets the array of input GPParameter. |
String |
getJobID()
Gets the job ID. |
GPJobResource.JobStatus |
getJobStatus()
Gets the job status. |
GPMessage[] |
getMessages()
Gets the array of GPMessage. |
GPJobParameter[] |
getOutputParameters()
Gets the array of output GPParameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPJobResource()
Method Detail |
---|
public String getJobID()
public GPJobResource.JobStatus getJobStatus()
public GPJobParameter[] getInputParameters()
public GPJobParameter[] getOutputParameters()
public GPMessage[] getMessages()
public static GPJobResource fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- a Json parser pointing to a Json representation of a GP Parameter object.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |