Interface ServiceDefinitionModel
- All Known Implementing Classes:
BaseServiceDefinitionModel
public interface ServiceDefinitionModel
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnMapping
(String name) com.fasterxml.jackson.databind.JsonNode
getKey()
getName()
getType()
-
Method Details
-
getName
String getName() -
getKey
String getKey() -
getDescription
String getDescription() -
getType
String getType() -
getReferenceKey
String getReferenceKey() -
getLookupId
String getLookupId() -
getLookupType
String getLookupType() -
getLookupIdPrefix
String getLookupIdPrefix() -
getTableName
String getTableName() -
getColumnMappings
List<ColumnMapping> getColumnMappings() -
getColumnMapping
-
getOutputParameters
List<ServiceOutputParameter> getOutputParameters() -
getOperations
List<ServiceOperation> getOperations() -
getConfig
com.fasterxml.jackson.databind.JsonNode getConfig()
-