Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.ElementStatus
-
Packages that use ElementStatus 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 -
-
Uses of ElementStatus in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type ElementStatus Modifier and Type Method Description StringProvisioningGovernanceContext. 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.StringRemediationGovernanceContext. createMetadataElement(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.abstract StringOpenMetadataClient. createMetadataElementInStore(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.StringProvisioningGovernanceContext. createProcess(String processTypeName, ElementStatus initialStatus, String qualifiedName, String name, String description)Create a new process to represent the processing of this governance action process.StringProvisioningGovernanceContext. createProcessFromTemplate(String templateGUID, ElementStatus initialStatus, String qualifiedName, String name, String description)Create a new process to represent the processing of this governance action process.voidRemediationGovernanceContext. updateMetadataElementStatus(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, ElementStatus newElementStatus, Date effectiveFrom, Date effectiveTo, Date effectiveTime)Update the status of specific metadata element.abstract voidOpenMetadataClient. updateMetadataElementStatusInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, ElementStatus newElementStatus, Date effectiveFrom, Date effectiveTo, Date effectiveTime)Update the status of specific metadata element. -
Uses of ElementStatus in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return ElementStatus Modifier and Type Method Description ElementStatusElementControlHeader. getStatus()Return the status of this instance.static ElementStatusElementStatus. 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.Methods in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ElementStatus Modifier and Type Method Description voidElementControlHeader. setStatus(ElementStatus newStatus)Set up the status of this instance.
-