Class GovernanceServerOMASConverter<B>


public class GovernanceServerOMASConverter<B> extends OpenMetadataStoreConverter<B>
GovernanceServerOMASConverter provides the generic methods for the Governance Server 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

    • GovernanceServerOMASConverter

      public GovernanceServerOMASConverter(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