Class GovernanceEngineOMASConverter<B>

Direct Known Subclasses:
GovernanceActionConverter, GovernanceActionProcessConverter, GovernanceActionTypeConverter, GovernanceEngineConverter, GovernanceServiceConverter, IntegrationConnectorConverter, IntegrationGroupConverter, MetadataElementConverter, RelatedElementConverter, RelatedElementsConverter

public class GovernanceEngineOMASConverter<B> extends OpenMetadataStoreConverter<B>
GovernanceEngineOMASConverter provides the generic methods for the Governance Engine beans converters. Generic classes have limited knowledge of the classes these are working on and this means creating a new instance of a class from within a generic is a little involved. This class provides the generic method for creating and initializing a Governance Engine bean.
  • Constructor Details

    • GovernanceEngineOMASConverter

      public GovernanceEngineOMASConverter(OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
      Constructor
      Parameters:
      repositoryHelper - helper object to parse entity
      serviceName - name of this component
      serverName - name of this server
  • Method Details

    • removeGovernanceActionStatus

      protected GovernanceActionStatus removeGovernanceActionStatus(String propertyName, InstanceProperties properties)
      Retrieve and delete the GovernanceActionStatus enum property from the instance properties of an entity
      Parameters:
      properties - entity properties
      Returns:
      AssetOwnerType enum value