|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.output.ProcessletOutputImpl
public abstract class ProcessletOutputImpl
Abstract base implementation of ProcessletOutput.
| Field Summary | |
|---|---|
protected ProcessletOutputDefinition |
definition
|
| Constructor Summary | |
|---|---|
protected |
ProcessletOutputImpl(ProcessletOutputDefinition definition,
boolean isRequested)
|
| Method Summary | |
|---|---|
ProcessletOutputDefinition |
getDefinition()
|
org.deegree.commons.tom.ows.CodeType |
getIdentifier()
Returns the identifier or name of the output parameter as defined in the process description. |
org.deegree.commons.tom.ows.LanguageString |
getSubmittedAbstract()
Returns the narrative description that has been supplied with the request of the output parameter, normally available for display to a human. |
org.deegree.commons.tom.ows.LanguageString |
getSubmittedTitle()
Returns the title that has been supplied with the request of the output parameter, normally available for display to a human. |
boolean |
isRequested()
Returns whether this output parameter has been requested by the client, i.e. if it will be present in the result. |
void |
setAbstract(org.deegree.commons.tom.ows.LanguageString summary)
Sets the parameter abstract in the response sent to the client. |
void |
setTitle(org.deegree.commons.tom.ows.LanguageString title)
Sets the parameter title in the response sent to the client. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ProcessletOutputDefinition definition
| Constructor Detail |
|---|
protected ProcessletOutputImpl(ProcessletOutputDefinition definition,
boolean isRequested)
| Method Detail |
|---|
public org.deegree.commons.tom.ows.CodeType getIdentifier()
ProcessletOutput
getIdentifier in interface ProcessletOutputpublic org.deegree.commons.tom.ows.LanguageString getSubmittedTitle()
ProcessletOutput
getSubmittedTitle in interface ProcessletOutputpublic org.deegree.commons.tom.ows.LanguageString getSubmittedAbstract()
ProcessletOutput
getSubmittedAbstract in interface ProcessletOutputpublic boolean isRequested()
ProcessletOutput
NOTE: If the parameter is requested, the Processlet must set a value for this parameter, if not, it may
or may not do so. However, for complex output parameters that are not requested, it is advised to omit them for
more efficient execution of the Processlet.
isRequested in interface ProcessletOutputProcesslet must set the value of this parameter (in this execution), false otherwisepublic void setTitle(org.deegree.commons.tom.ows.LanguageString title)
ProcessletOutput
setTitle in interface ProcessletOutputtitle - the parameter title in the response sent to the clientpublic void setAbstract(org.deegree.commons.tom.ows.LanguageString summary)
ProcessletOutput
setAbstract in interface ProcessletOutputsummary - the parameter abstract in the response sent to the clientpublic ProcessletOutputDefinition getDefinition()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||