public interface ActionOperations extends ProcessorOperations
| Modifier and Type | Method and Description |
|---|---|
List<ArgMeta<?>> |
getArgsMeta()
Returns the arguments metadata or
null in not specified. |
ResultMeta<?> |
getResultMeta()
Returns the result metadata or
null in not specified. |
void |
setArgsMeta(List<ArgMeta<?>> argsMeta)
Sets the (optional) arguments metadata.
|
void |
setResultMeta(ResultMeta<?> resultMeta)
Sets the (optional) result metadata.
|
getFeatures, getKnowledgeBase, setFeaturesgetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersionList<ArgMeta<?>> getArgsMeta()
null in not specified.void setArgsMeta(List<ArgMeta<?>> argsMeta)
argsMeta - the arguments metadata.ResultMeta<?> getResultMeta()
null in not specified.void setResultMeta(ResultMeta<?> resultMeta)
resultMeta - the result metadata.Copyright © 2016–2019 Softelnet. All rights reserved.