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, getDisplayName, getName, setDescription, setDisplayName, setNameList<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–2018 Softelnet. All rights reserved.