Class BaseServiceDefinitionModel
java.lang.Object
com.flowable.serviceregistry.engine.impl.repository.BaseServiceDefinitionModel
- All Implemented Interfaces:
ServiceDefinitionModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ColumnMapping>protected Map<String,ColumnMapping> protected com.fasterxml.jackson.databind.JsonNodeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<ServiceOperation>protected List<ServiceOutputParameter>protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnMapping(String name) com.fasterxml.jackson.databind.JsonNodegetKey()getName()getType()voidsetColumnMappings(List<ColumnMapping> columnMappings) voidsetConfig(com.fasterxml.jackson.databind.JsonNode config) voidsetDescription(String description) voidvoidsetLookupId(String lookupId) voidsetLookupIdPrefix(String lookupIdPrefix) voidsetLookupType(String lookupType) voidvoidsetOperations(List<ServiceOperation> operations) voidsetOutputParameters(List<ServiceOutputParameter> outputParameters) voidsetReferenceKey(String referenceKey) voidsetTableName(String tableName) void
-
Field Details
-
key
-
name
-
description
-
type
-
referenceKey
-
lookupId
-
lookupType
-
lookupIdPrefix
-
tableName
-
config
protected com.fasterxml.jackson.databind.JsonNode config -
columnMappings
-
columnMappingsMap
-
operations
-
outputParameters
-
-
Constructor Details
-
BaseServiceDefinitionModel
public BaseServiceDefinitionModel()
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceServiceDefinitionModel
-
setKey
-
getName
- Specified by:
getNamein interfaceServiceDefinitionModel
-
setName
-
getDescription
- Specified by:
getDescriptionin interfaceServiceDefinitionModel
-
setDescription
-
getType
- Specified by:
getTypein interfaceServiceDefinitionModel
-
setType
-
getReferenceKey
- Specified by:
getReferenceKeyin interfaceServiceDefinitionModel
-
setReferenceKey
-
getLookupId
- Specified by:
getLookupIdin interfaceServiceDefinitionModel
-
setLookupId
-
getLookupType
- Specified by:
getLookupTypein interfaceServiceDefinitionModel
-
setLookupType
-
getLookupIdPrefix
- Specified by:
getLookupIdPrefixin interfaceServiceDefinitionModel
-
setLookupIdPrefix
-
getTableName
- Specified by:
getTableNamein interfaceServiceDefinitionModel
-
setTableName
-
getConfig
public com.fasterxml.jackson.databind.JsonNode getConfig()- Specified by:
getConfigin interfaceServiceDefinitionModel
-
setConfig
public void setConfig(com.fasterxml.jackson.databind.JsonNode config) -
getColumnMappings
- Specified by:
getColumnMappingsin interfaceServiceDefinitionModel
-
setColumnMappings
-
getColumnMapping
- Specified by:
getColumnMappingin interfaceServiceDefinitionModel
-
getOperations
- Specified by:
getOperationsin interfaceServiceDefinitionModel
-
setOperations
-
getOutputParameters
- Specified by:
getOutputParametersin interfaceServiceDefinitionModel
-
setOutputParameters
-