public abstract class GovernanceActionServiceProviderBase extends ConnectorProviderBase
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
supportedGuards |
protected List<String> |
supportedRequestParameters |
protected List<String> |
supportedRequestSourceNames |
protected List<String> |
supportedRequestTypes |
protected List<String> |
supportedTargetActionNames |
auditLog, connectorTypeBean| Constructor and Description |
|---|
GovernanceActionServiceProviderBase() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
supportedActionTargetNames()
The action target names returned are those that affect the governance action service's behaviour.
|
List<String> |
supportedGuards()
The guards describe the output assessment from the governance action service.
|
List<String> |
supportedRequestParameters()
The request parameters returned are used by the governance action service to control its behaviour.
|
List<String> |
supportedRequestSourceNames()
The request source names returned are the request source names that affect the governance action service's behaviour.
|
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 List<String> supportedRequestTypes()
public List<String> supportedRequestParameters()
public List<String> supportedRequestSourceNames()
public List<String> supportedActionTargetNames()
public List<String> supportedGuards()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.