|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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,
String mimeType,
String encoding,
String schemaURL,
String uom,
LanguageString title,
LanguageString summary)
Creates a new RequestedOutput instance. |
Method Summary | |
---|---|
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. |
String |
getEncoding()
Returns the requested encoding for this output (e.g., UTF-8). |
CodeType |
getIdentifier()
Returns the identifier of the output parameter. |
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. |
String |
getSchemaURL()
Returns the location of a web-accessible XML schema document that defines the content model of the output. |
LanguageString |
getTitle()
Returns the title of the process output parameter, normally available for display to a human. |
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, String mimeType, String encoding, String schemaURL, String uom, LanguageString title, 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 humanMethod Detail |
---|
public CodeType getIdentifier()
public ProcessletOutputDefinition getOutputType()
public boolean getAsReference()
public String getMimeType()
public String getEncoding()
public String getSchemaURL()
public String getUom()
public LanguageString getTitle()
public LanguageString getAbstract()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |