|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
|
CodeType |
getIdentifier()
Returns the identifier or name of the output parameter as defined in the process description. |
LanguageString |
getSubmittedAbstract()
Returns the narrative description that has been supplied with the request of the output parameter, normally available for display to a human. |
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(LanguageString summary)
Sets the parameter abstract in the response sent to the client. |
void |
setTitle(LanguageString title)
Sets the parameter title in the response sent to the client. |
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 CodeType getIdentifier()
ProcessletOutput
getIdentifier
in interface ProcessletOutput
public LanguageString getSubmittedTitle()
ProcessletOutput
getSubmittedTitle
in interface ProcessletOutput
public LanguageString getSubmittedAbstract()
ProcessletOutput
getSubmittedAbstract
in interface ProcessletOutput
public 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 ProcessletOutput
Processlet
must set the value of this parameter (in this execution), false otherwisepublic void setTitle(LanguageString title)
ProcessletOutput
setTitle
in interface ProcessletOutput
title
- the parameter title in the response sent to the clientpublic void setAbstract(LanguageString summary)
ProcessletOutput
setAbstract
in interface ProcessletOutput
summary
- the parameter abstract in the response sent to the clientpublic ProcessletOutputDefinition getDefinition()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |