Class SurveyActionServiceProvider
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
org.odpi.openmetadata.frameworks.surveyaction.SurveyActionServiceProvider
- All Implemented Interfaces:
AuditLoggingComponent
- Direct Known Subclasses:
CocoClinicalTrialCertifyWeeklyMeasurementsProvider
,CSVSurveyServiceProvider
,FileSurveyServiceProvider
,FolderSurveyServiceProvider
,OMAGServerPlatformSurveyProvider
,OSSUnityCatalogInsideCatalogSurveyProvider
,OSSUnityCatalogInsideSchemaSurveyProvider
,OSSUnityCatalogInsideVolumeSurveyProvider
,OSSUnityCatalogServerSurveyProvider
,PostgresDatabaseSurveyActionProvider
,PostgresServerSurveyActionProvider
,SequentialSurveyPipelineProvider
,SurveyApacheAtlasProvider
,SurveyApacheKafkaServerProvider
SurveyActionServiceProvider implements the base class for the connector provider for a survey action service.
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<AnnotationTypeType>
protected List<AnalysisStepType>
Fields inherited from class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
producedActionTargetTypes, producedGuards, producedRequestParameters, supportedActionTargetTypes, supportedAssetTypeName, supportedDeployedImplementationType, supportedRequestParameters, supportedRequestTypes
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
supportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the supported annotation types.Return the analysis steps that the service supports.Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
getProducedActionTargetTypes, getProducedGuards, getProducedRequestParameters, getSupportedActionTargetTypes, getSupportedRequestParameters, getSupportedRequestTypes
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getClassForConnector, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
Field Details
-
supportedAnalysisSteps
-
producedAnnotationTypes
-
-
Constructor Details
-
SurveyActionServiceProvider
public SurveyActionServiceProvider()Base provider for all survey action services.
-
-
Method Details
-
getSupportedAnalysisSteps
Return the analysis steps that the service supports.- Returns:
- list of analysis steps
-
getProducedAnnotationTypes
Return the supported annotation types.- Returns:
- list of annotation types
-