|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.execute.RequestedOutput
public class RequestedOutput
Definition of a format, encoding, schema, and unit-of-measure for an output to be returned from a process as part of
ResponseDocument.
| Constructor Summary | |
|---|---|
RequestedOutput(ProcessletOutputDefinition outputType,
boolean asReference,
java.lang.String mimeType,
java.lang.String encoding,
java.lang.String schemaURL,
java.lang.String uom,
org.deegree.commons.tom.ows.LanguageString title,
org.deegree.commons.tom.ows.LanguageString summary)
Creates a new RequestedOutput instance. |
|
| Method Summary | |
|---|---|
org.deegree.commons.tom.ows.LanguageString |
getAbstract()
Returns the abstract of the process output parameter, normally available for display to a human. |
boolean |
getAsReference()
Returns whether this output should be stored by the process as a web-accessible resource. |
java.lang.String |
getEncoding()
Returns the requested encoding for this output (e.g., UTF-8). |
org.deegree.commons.tom.ows.CodeType |
getIdentifier()
Returns the identifier of the output parameter. |
java.lang.String |
getMimeType()
Returns the requested format for this output (e.g., text/xml). |
ProcessletOutputDefinition |
getOutputType()
Returns the definition of the output parameter from the process description. |
java.lang.String |
getSchemaURL()
Returns the location of a web-accessible XML schema document that defines the content model of the output. |
org.deegree.commons.tom.ows.LanguageString |
getTitle()
Returns the title of the process output parameter, normally available for display to a human. |
java.lang.String |
getUom()
Returns the reference to the unit of measure requested for this output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestedOutput(ProcessletOutputDefinition outputType,
boolean asReference,
java.lang.String mimeType,
java.lang.String encoding,
java.lang.String schemaURL,
java.lang.String uom,
org.deegree.commons.tom.ows.LanguageString title,
org.deegree.commons.tom.ows.LanguageString summary)
RequestedOutput instance.
outputType - type information of the targeted output parameter (includes the identifier)asReference - specifies if this output should be stored by the process as a web-accessible resourcemimeType - the format requested for this output (e.g., text/xml), or null for the default formatencoding - the encoding of requested for this output (e.g., UTF-8), or null for the default encodingschemaURL - web-accessible XML schema document that defines the content model of the output, may be nulluom - reference to the unit of measure (if any) requested for this output, may be nulltitle - title of the process output parameter, normally available for display to a humansummary - brief narrative description of the process output parameter, normally available for display to a human| Method Detail |
|---|
public org.deegree.commons.tom.ows.CodeType getIdentifier()
public ProcessletOutputDefinition getOutputType()
public boolean getAsReference()
public java.lang.String getMimeType()
public java.lang.String getEncoding()
public java.lang.String getSchemaURL()
public java.lang.String getUom()
public org.deegree.commons.tom.ows.LanguageString getTitle()
public org.deegree.commons.tom.ows.LanguageString getAbstract()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||