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.JsonNode
getConfig()
String
getDescription()
List<ServiceInputParameter>
getInputParameters()
String
getKey()
String
getName()
List<ServiceOutputParameter>
getOutputParameters()
String
getOutputType()
String
getType()
-
-
-
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()
-
-