public abstract static class ProcessDescriptionImpl.AbstractBuilder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>> extends AbstractDescription.AbstractBuilder<T,B> implements ProcessDescription.Builder<T,B>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory) |
protected |
AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory,
ProcessDescription entity) |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessInputDescription> |
getInputs() |
Set<ProcessOutputDescription> |
getOutputs() |
String |
getVersion() |
boolean |
isStatusSupported() |
boolean |
isStoreSupported() |
B |
statusSupported(boolean statusSupported) |
B |
storeSupported(boolean storeSupported) |
B |
withInput(ProcessInputDescription input) |
B |
withOutput(ProcessOutputDescription output) |
B |
withVersion(String version) |
getAbstract, getId, getKeywords, getMetadata, getTitle, withAbstract, withIdentifier, withKeyword, withMetadata, withTitlegetFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithInput, withInput, withInput, withInputwithOutput, withOutput, withOutput, withOutputwithAbstract, withAbstract, withAbstract, withDescription, withIdentifier, withIdentifier, withIdentifier, withIdentifier, withKeyword, withKeyword, withKeywords, withKeywords, withMetadata, withMetadata, withMetadata, withTitle, withTitle, withTitleprotected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ProcessDescription entity)
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
public B withVersion(String version)
withVersion in interface ProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>>public B storeSupported(boolean storeSupported)
storeSupported in interface ProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>>public B statusSupported(boolean statusSupported)
statusSupported in interface ProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>>public B withInput(ProcessInputDescription input)
withInput in interface ProcessInputDescriptionContainer.Builder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>>public B withOutput(ProcessOutputDescription output)
withOutput in interface ProcessOutputDescriptionContainer.Builder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>>public Set<ProcessInputDescription> getInputs()
public Set<ProcessOutputDescription> getOutputs()
public boolean isStoreSupported()
public boolean isStatusSupported()
public String getVersion()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.