Interface ProcessDescription
-
- All Superinterfaces:
Comparable<ProcessDescription>,Description,ProcessInputDescriptionContainer,ProcessOutputDescriptionContainer
- All Known Implementing Classes:
ProcessDescriptionImpl
public interface ProcessDescription extends ProcessInputDescriptionContainer, ProcessOutputDescriptionContainer, Comparable<ProcessDescription>
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescription.Builder<T,B>>
-
Field Summary
Fields Modifier and Type Field Description static Comparator<ProcessDescription>COMPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompareTo(ProcessDescription o)StringgetVersion()booleanisStatusSupported()booleanisStoreSupported()ProcessDescription.Builder<?,?>newBuilder()-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescriptionContainer
getInput, getInput, getInputDescriptions, getInputs
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescriptionContainer
getOutput, getOutput, getOutputDescriptions, getOutputs
-
-
-
-
Field Detail
-
COMPARATOR
static final Comparator<ProcessDescription> COMPARATOR
-
-
Method Detail
-
getVersion
String getVersion()
-
isStatusSupported
boolean isStatusSupported()
-
isStoreSupported
boolean isStoreSupported()
-
newBuilder
ProcessDescription.Builder<?,?> newBuilder()
-
compareTo
default int compareTo(ProcessDescription o)
- Specified by:
compareToin interfaceComparable<ProcessDescription>
-
-