Class InfrastructureExchangeService
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.catalog.connector.InfrastructureExchangeService
-
public class InfrastructureExchangeService extends Object
InfrastructureExchangeService is the context for managing infrastructure definitions such as applications, servers and hosts.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisForDuplicateProcessing()Return whether retrieval requests from this service are to avoid merging duplicates or not.booleanisForLineage()Return whether retrieval requests from this service are to include elements with the Memento classification attached or not.voidsetForDuplicateProcessing(boolean forDuplicateProcessing)Set up whether retrieval requests from this service are to avoid merging duplicates or not.voidsetForLineage(boolean forLineage)Set up whether retrieval requests from this service are to include elements with the Memento classification attached or not.
-
-
-
Method Detail
-
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
-
-