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:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent
- Direct Known Subclasses:
SequentialSurveyPipelineProvider
public abstract class SurveyActionServiceProvider
extends org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
SurveyActionServiceProvider implements the base class for the connector provider for a survey action service.
-
Constructor Summary
Constructors -
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, getSupportedRequestTypesMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, hashCode, setAuditLog, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
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
-