public abstract class GovernanceActionServiceProviderBase extends ConnectorProviderBase
auditLog, connectorTypeBean| Constructor and Description |
|---|
GovernanceActionServiceProviderBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<String> |
supportedActionTargetNames()
The action target names returned are those that affect the governance action service's behaviour.
|
abstract List<String> |
supportedGuards()
The guards describe the output assessment from the governance action service.
|
abstract List<String> |
supportedRequestParameters()
The request parameters returned are used by the governance action service to control its behaviour.
|
abstract List<String> |
supportedRequestSourceNames()
The request source names returned are the request source names that affect the governance action service's behaviour.
|
abstract List<String> |
supportedRequestTypes()
The request types returned are those that affect the governance action service's behaviour.
|
equals, getConnector, getConnector, getConnectorClassName, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toStringpublic abstract List<String> supportedRequestTypes()
public abstract List<String> supportedRequestParameters()
public abstract List<String> supportedRequestSourceNames()
public abstract List<String> supportedActionTargetNames()
public abstract List<String> supportedGuards()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.