Interface ServiceOperation
-
- All Known Implementing Classes:
BaseServiceOperation
public interface ServiceOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetConfig()StringgetDescription()List<ServiceInputParameter>getInputParameters()StringgetKey()StringgetName()List<ServiceOutputParameter>getOutputParameters()StringgetOutputType()StringgetType()
-
-
-
Method Detail
-
getKey
String getKey()
-
getName
String getName()
-
getDescription
String getDescription()
-
getOutputType
String getOutputType()
-
getType
String getType()
- See Also:
ServiceOperationType
-
getConfig
com.fasterxml.jackson.databind.JsonNode getConfig()
-
getInputParameters
List<ServiceInputParameter> getInputParameters()
-
getOutputParameters
List<ServiceOutputParameter> getOutputParameters()
-
-