Uses of Class
org.n52.shetland.ogc.wps.JobId
-
Packages that use JobId Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.request -
-
Uses of JobId in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return JobId Modifier and Type Method Description JobIdStatusInfo. getJobId()Methods in org.n52.shetland.ogc.wps that return types with arguments of type JobId Modifier and Type Method Description Optional<JobId>Result. getJobId()Methods in org.n52.shetland.ogc.wps with parameters of type JobId Modifier and Type Method Description voidResult. setJobId(JobId jobId)voidStatusInfo. setJobId(JobId jobId) -
Uses of JobId in org.n52.shetland.ogc.wps.request
Methods in org.n52.shetland.ogc.wps.request that return JobId Modifier and Type Method Description JobIdAbstractJobIdRequest. getJobId()Methods in org.n52.shetland.ogc.wps.request with parameters of type JobId Modifier and Type Method Description voidAbstractJobIdRequest. setJobId(JobId jobId)
-