Package net.opengis.wps10
Interface ProcessDescriptionType
- All Superinterfaces:
- DescriptionType,- EObject,- Notifier,- ProcessBriefType
- All Known Implementing Classes:
- ProcessDescriptionTypeImpl
 A representation of the model object 'Process Description Type'.
 
 
 Full description of a process.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Data Inputs' containment reference.Returns the value of the 'Process Outputs' containment reference.booleanReturns whether the value of the 'Status Supported' attribute is set.booleanReturns whether the value of the 'Store Supported' attribute is set.booleanReturns the value of the 'Status Supported' attribute.booleanReturns the value of the 'Store Supported' attribute.voidsetDataInputs(DataInputsType value) Sets the value of the 'Data Inputs' containment reference.voidSets the value of the 'Process Outputs' containment reference.voidsetStatusSupported(boolean value) Sets the value of the 'Status Supported' attribute.voidsetStoreSupported(boolean value) Sets the value of the 'Store Supported' attribute.voidUnsets the value of the 'Status Supported' attribute.voidUnsets the value of the 'Store Supported' attribute.Methods inherited from interface DescriptionTypegetAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitleMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface ProcessBriefTypegetProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDL
- 
Method Details- 
getDataInputsDataInputsType getDataInputs()Returns the value of the 'Data Inputs' containment reference. List of the inputs to this process. In almost all cases, at least one process input is required. However, no process inputs may be identified when all the inputs are predetermined fixed resources. In this case, those resources shall be identified in the ows:Abstract element that describes the process.- Returns:
- the value of the 'Data Inputs' containment reference.
- See Also:
 
- 
setDataInputsSets the value of the 'Data Inputs' containment reference.- Parameters:
- value- the new value of the 'Data Inputs' containment reference.
- See Also:
 
- 
getProcessOutputsProcessOutputsType getProcessOutputs()Returns the value of the 'Process Outputs' containment reference. List of outputs which will or can result from executing the process.- Returns:
- the value of the 'Process Outputs' containment reference.
- See Also:
 
- 
setProcessOutputsSets the value of the 'Process Outputs' containment reference.- Parameters:
- value- the new value of the 'Process Outputs' containment reference.
- See Also:
 
- 
isStatusSupportedboolean isStatusSupported()Returns the value of the 'Status Supported' attribute. The default value is"false". Indicates if ongoing status information can be provided for this process. If "true", the Status element of the stored Execute response document shall be kept up to date. If "false" then the Status element shall not be updated until processing is complete. By default, status information is not provided for this process.- Returns:
- the value of the 'Status Supported' attribute.
- See Also:
 
- 
setStatusSupportedvoid setStatusSupported(boolean value) Sets the value of the 'Status Supported' attribute.- Parameters:
- value- the new value of the 'Status Supported' attribute.
- See Also:
 
- 
unsetStatusSupportedvoid unsetStatusSupported()Unsets the value of the 'Status Supported' attribute.
- 
isSetStatusSupportedboolean isSetStatusSupported()Returns whether the value of the 'Status Supported' attribute is set.- Returns:
- whether the value of the 'Status Supported' attribute is set.
- See Also:
 
- 
isStoreSupportedboolean isStoreSupported()Returns the value of the 'Store Supported' attribute. The default value is"false". Indicates if ComplexData outputs from this process can be stored by the WPS server as web-accessible resources. If "storeSupported" is "true", the Execute operation request may include "asReference" equals "true" for any complex output, directing that the output of the process be stored so that the client can retrieve it as required. By default for this process, storage is not supported and all outputs are returned encoded in the Execute response.- Returns:
- the value of the 'Store Supported' attribute.
- See Also:
 
- 
setStoreSupportedvoid setStoreSupported(boolean value) Sets the value of the 'Store Supported' attribute.- Parameters:
- value- the new value of the 'Store Supported' attribute.
- See Also:
 
- 
unsetStoreSupportedvoid unsetStoreSupported()Unsets the value of the 'Store Supported' attribute.
- 
isSetStoreSupportedboolean isSetStoreSupported()Returns whether the value of the 'Store Supported' attribute is set.- Returns:
- whether the value of the 'Store Supported' attribute is set.
- See Also:
 
 
-