|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessProvider
Implementations are responsible for making WPSProcess
instances available to the ProcessManager
.
Method Summary | |
---|---|
WPSProcess |
getProcess(CodeType id)
Returns the process with the specified identifier. |
Map<CodeType,? extends WPSProcess> |
getProcesses()
Returns all currently available processes. |
Methods inherited from interface org.deegree.commons.config.Resource |
---|
destroy, init |
Method Detail |
---|
Map<CodeType,? extends WPSProcess> getProcesses()
null
or emptyWPSProcess getProcess(CodeType id)
id
- identifier of the requested process, never null
null
if no such process exists (anymore)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |