String |
GovernanceActionContext.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 |
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 |
GovernanceActionContext.createMetadataElement(String metadataElementTypeName,
ElementStatus initialStatus,
Date effectiveFrom,
Date effectiveTo,
ElementProperties properties,
String templateGUID) |
Create a new metadata element in the metadata store.
|
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 |
GovernanceActionContext.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.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 |
GovernanceActionContext.createProcessFromTemplate(String templateGUID,
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 |
GovernanceActionContext.updateMetadataElementStatus(String metadataElementGUID,
boolean forLineage,
boolean forDuplicateProcessing,
ElementStatus newElementStatus,
Date effectiveFrom,
Date effectiveTo,
Date effectiveTime) |
Update the status of specific metadata element.
|
void |
RemediationGovernanceContext.updateMetadataElementStatus(String metadataElementGUID,
boolean forLineage,
boolean forDuplicateProcessing,
ElementStatus newElementStatus,
Date effectiveFrom,
Date effectiveTo,
Date effectiveTime) |
Update the status of specific metadata element.
|
abstract void |
OpenMetadataClient.updateMetadataElementStatusInStore(String metadataElementGUID,
boolean forLineage,
boolean forDuplicateProcessing,
ElementStatus newElementStatus,
Date effectiveFrom,
Date effectiveTo,
Date effectiveTime) |
Update the status of specific metadata element.
|