public interface Engine
| Modifier and Type | Method and Description |
|---|---|
org.n52.shetland.ogc.wps.StatusInfo |
dismiss(org.n52.shetland.ogc.wps.JobId identifier) |
org.n52.shetland.ogc.wps.JobId |
execute(org.n52.shetland.ogc.ows.OwsCode identifier,
List<org.n52.shetland.ogc.wps.data.ProcessData> inputs,
List<org.n52.shetland.ogc.wps.OutputDefinition> outputs,
org.n52.shetland.ogc.wps.ResponseMode responseMode) |
Set<org.n52.shetland.ogc.wps.JobId> |
getJobIdentifiers() |
Set<org.n52.shetland.ogc.wps.JobId> |
getJobIdentifiers(org.n52.shetland.ogc.ows.OwsCode identifier) |
Optional<org.n52.shetland.ogc.wps.description.ProcessDescription> |
getProcessDescription(org.n52.shetland.ogc.ows.OwsCode identifier) |
default Set<org.n52.shetland.ogc.wps.description.ProcessDescription> |
getProcessDescriptions() |
Set<org.n52.shetland.ogc.ows.OwsCode> |
getProcessIdentifiers() |
Future<org.n52.shetland.ogc.wps.Result> |
getResult(org.n52.shetland.ogc.wps.JobId jobId) |
org.n52.shetland.ogc.wps.StatusInfo |
getStatus(org.n52.shetland.ogc.wps.JobId jobId) |
default boolean |
hasJob(org.n52.shetland.ogc.wps.JobId jobId) |
default boolean |
hasProcessDescription(org.n52.shetland.ogc.ows.OwsCode identifier) |
Set<org.n52.shetland.ogc.wps.JobId> getJobIdentifiers()
Set<org.n52.shetland.ogc.wps.JobId> getJobIdentifiers(org.n52.shetland.ogc.ows.OwsCode identifier)
default boolean hasJob(org.n52.shetland.ogc.wps.JobId jobId)
Set<org.n52.shetland.ogc.ows.OwsCode> getProcessIdentifiers()
Optional<org.n52.shetland.ogc.wps.description.ProcessDescription> getProcessDescription(org.n52.shetland.ogc.ows.OwsCode identifier)
default boolean hasProcessDescription(org.n52.shetland.ogc.ows.OwsCode identifier)
default Set<org.n52.shetland.ogc.wps.description.ProcessDescription> getProcessDescriptions()
org.n52.shetland.ogc.wps.StatusInfo dismiss(org.n52.shetland.ogc.wps.JobId identifier)
throws JobNotFoundException
JobNotFoundExceptionorg.n52.shetland.ogc.wps.JobId execute(org.n52.shetland.ogc.ows.OwsCode identifier,
List<org.n52.shetland.ogc.wps.data.ProcessData> inputs,
List<org.n52.shetland.ogc.wps.OutputDefinition> outputs,
org.n52.shetland.ogc.wps.ResponseMode responseMode)
throws ProcessNotFoundException,
InputDecodingException
org.n52.shetland.ogc.wps.StatusInfo getStatus(org.n52.shetland.ogc.wps.JobId jobId)
throws EngineException
EngineExceptionFuture<org.n52.shetland.ogc.wps.Result> getResult(org.n52.shetland.ogc.wps.JobId jobId) throws EngineException
EngineExceptionCopyright © 2016–2022 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.