| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.governanceaction |
The interfaces of the Governance Action Framework (GAF)
The governance action framework defines interfaces for governance action services.
|
| org.odpi.openmetadata.frameworks.governanceaction.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
ProvisioningGovernanceContext.createChildProcess(String processTypeName,
ElementStatus initialStatus,
String qualifiedName,
String name,
String description,
String parentGUID)
Create a process that represents the processing instance of this governance action.
|
String |
RemediationGovernanceContext.createMetadataElement(String metadataElementTypeName,
ElementStatus initialStatus,
Date effectiveFrom,
Date effectiveTo,
ElementProperties properties,
String templateGUID)
Create a new metadata element in the metadata store.
|
abstract String |
OpenMetadataClient.createMetadataElementInStore(String metadataElementTypeName,
ElementStatus initialStatus,
Date effectiveFrom,
Date effectiveTo,
ElementProperties properties,
String templateGUID)
Create a new metadata element in the metadata store.
|
String |
ProvisioningGovernanceContext.createProcess(String processTypeName,
ElementStatus initialStatus,
String qualifiedName,
String name,
String description)
Create a new process to represent the processing of this governance action process.
|
String |
ProvisioningGovernanceContext.createProcessFromTemplate(String templateGUID,
ElementStatus initialStatus,
String qualifiedName,
String name,
String description)
Create a new process to represent the processing of this governance action process.
|
void |
RemediationGovernanceContext.updateMetadataElementStatus(String metadataElementGUID,
ElementStatus newElementStatus,
Date effectiveFrom,
Date effectiveTo)
Update the status of specific metadata element.
|
abstract void |
OpenMetadataClient.updateMetadataElementStatusInStore(String metadataElementGUID,
ElementStatus newElementStatus,
Date effectiveFrom,
Date effectiveTo)
Update the status of specific metadata element.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpenMetadataElement> |
OpenMetadataStore.findMetadataElements(String metadataElementTypeName,
List<String> metadataElementSubtypeName,
SearchProperties searchProperties,
List<ElementStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startFrom,
int pageSize)
Return a list of metadata elements that match the supplied criteria.
|
abstract List<OpenMetadataElement> |
OpenMetadataClient.findMetadataElements(String metadataElementTypeName,
List<String> metadataElementSubtypeName,
SearchProperties searchProperties,
List<ElementStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startFrom,
int pageSize)
Return a list of metadata elements that match the supplied criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ElementStatus |
ElementControlHeader.getStatus()
Return the status of this instance.
|
static ElementStatus |
ElementStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementStatus[] |
ElementStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementControlHeader.setStatus(ElementStatus newStatus)
Set up the status of this instance.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.