Class BaseServiceDefinitionModel
java.lang.Object
com.flowable.serviceregistry.engine.impl.repository.BaseServiceDefinitionModel
- All Implemented Interfaces:
ServiceDefinitionModel
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ColumnMapping>
protected Map<String,
ColumnMapping> protected com.fasterxml.jackson.databind.JsonNode
protected String
protected String
protected String
protected String
protected String
protected String
protected List<ServiceOperation>
protected List<ServiceOutputParameter>
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnMapping
(String name) com.fasterxml.jackson.databind.JsonNode
getKey()
getName()
getType()
void
setColumnMappings
(List<ColumnMapping> columnMappings) void
setConfig
(com.fasterxml.jackson.databind.JsonNode config) void
setDescription
(String description) void
void
setLookupId
(String lookupId) void
setLookupIdPrefix
(String lookupIdPrefix) void
setLookupType
(String lookupType) void
void
setOperations
(List<ServiceOperation> operations) void
setOutputParameters
(List<ServiceOutputParameter> outputParameters) void
setReferenceKey
(String referenceKey) void
setTableName
(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:
getKey
in interfaceServiceDefinitionModel
-
setKey
-
getName
- Specified by:
getName
in interfaceServiceDefinitionModel
-
setName
-
getDescription
- Specified by:
getDescription
in interfaceServiceDefinitionModel
-
setDescription
-
getType
- Specified by:
getType
in interfaceServiceDefinitionModel
-
setType
-
getReferenceKey
- Specified by:
getReferenceKey
in interfaceServiceDefinitionModel
-
setReferenceKey
-
getLookupId
- Specified by:
getLookupId
in interfaceServiceDefinitionModel
-
setLookupId
-
getLookupType
- Specified by:
getLookupType
in interfaceServiceDefinitionModel
-
setLookupType
-
getLookupIdPrefix
- Specified by:
getLookupIdPrefix
in interfaceServiceDefinitionModel
-
setLookupIdPrefix
-
getTableName
- Specified by:
getTableName
in interfaceServiceDefinitionModel
-
setTableName
-
getConfig
public com.fasterxml.jackson.databind.JsonNode getConfig()- Specified by:
getConfig
in interfaceServiceDefinitionModel
-
setConfig
public void setConfig(com.fasterxml.jackson.databind.JsonNode config) -
getColumnMappings
- Specified by:
getColumnMappings
in interfaceServiceDefinitionModel
-
setColumnMappings
-
getColumnMapping
- Specified by:
getColumnMapping
in interfaceServiceDefinitionModel
-
getOperations
- Specified by:
getOperations
in interfaceServiceDefinitionModel
-
setOperations
-
getOutputParameters
- Specified by:
getOutputParameters
in interfaceServiceDefinitionModel
-
setOutputParameters
-