Class RelatedElementsIterator

java.lang.Object
org.odpi.openmetadata.frameworks.integration.iterator.IntegrationIterator
org.odpi.openmetadata.frameworks.integration.iterator.RelatedElementsIterator

public class RelatedElementsIterator extends IntegrationIterator
MetadataCollectionIterator is ued to iterate through the elements of a particular type within a metadata collection.
  • Constructor Details

    • RelatedElementsIterator

      public RelatedElementsIterator(String metadataCollectionGUID, String metadataCollectionQualifiedName, String externalScopeGUID, String externalScopeName, String catalogTargetName, String connectorName, String parentGUID, String parentRelationshipTypeName, int parentAtEnd, String metadataTypeName, OpenMetadataAccess openMetadataAccess, PermittedSynchronization targetPermittedSynchronization, int maxPageSize, AuditLog auditLog)
      Create the iterator.
      Parameters:
      metadataCollectionGUID - unique identifier of the metadata collection
      metadataCollectionQualifiedName - unique name of the metadata collection
      externalScopeGUID - unique identifier for the owning scope (typically a catalog)
      externalScopeName - unique name for the owning scope (typically a catalog)
      catalogTargetName - name of target
      connectorName - name of the calling connector
      parentGUID - unique identifier of element that the desired results are linked to
      parentRelationshipTypeName - type of relationship - may be null
      parentAtEnd - which end of the relationship to start from: 0 (either); 1 or 2
      metadataTypeName - type of element to receive
      openMetadataAccess - client to access metadata
      targetPermittedSynchronization - the synchronization policy for this target
      maxPageSize - max page size for the server
      auditLog - logging destination
  • Method Details