Class GovernanceExchangeService

java.lang.Object
org.odpi.openmetadata.integrationservices.catalog.connector.GovernanceExchangeService

public class GovernanceExchangeService extends Object
GovernanceExchangeService is the context for managing governance definitions such as policies and rules.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return whether retrieval requests from this service are to avoid merging duplicates or not.
    boolean
    Return whether retrieval requests from this service are to include elements with the Memento classification attached or not.
    void
    setForDuplicateProcessing(boolean forDuplicateProcessing)
    Set up whether retrieval requests from this service are to avoid merging duplicates or not.
    void
    setForLineage(boolean forLineage)
    Set up whether retrieval requests from this service are to include elements with the Memento classification attached or not.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isForLineage

      public boolean isForLineage()
      Return whether retrieval requests from this service are to include elements with the Memento classification attached or not.
      Returns:
      boolean flag
    • setForLineage

      public void setForLineage(boolean forLineage)
      Set up whether retrieval requests from this service are to include elements with the Memento classification attached or not.
      Parameters:
      forLineage - boolean flag
    • isForDuplicateProcessing

      public boolean isForDuplicateProcessing()
      Return whether retrieval requests from this service are to avoid merging duplicates or not.
      Returns:
      boolean flag
    • setForDuplicateProcessing

      public void setForDuplicateProcessing(boolean forDuplicateProcessing)
      Set up whether retrieval requests from this service are to avoid merging duplicates or not.
      Parameters:
      forDuplicateProcessing - boolean flag