Class IntegrationReportBuilder

java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
org.odpi.openmetadata.frameworkservices.oif.builder.IntegrationReportBuilder

public class IntegrationReportBuilder extends OpenMetadataAPIGenericBuilder
IntegrationReportBuilder creates the parts for an entity that represents an integration report.
  • Constructor Details

    • IntegrationReportBuilder

      public IntegrationReportBuilder(String daemonName, String connectorId, String connectorName, Date refreshStartDate, Date refreshCompletionDate, List<String> createdElements, List<String> updatedElements, List<String> deletedElements, Map<String,String> additionalProperties, String typeGUID, String typeName, OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
      Create constructor
      Parameters:
      daemonName - name of the integration daemon
      connectorId - unique identifier of the connector deployment
      connectorName - name of the connector
      refreshStartDate - starting time period for the report
      refreshCompletionDate - ending time period for the report
      createdElements - list of elements that were created
      updatedElements - list of elements that were updated
      deletedElements - list of elements that were deleted (or archived)
      additionalProperties - additional properties for a actor profile
      typeGUID - unique identifier of this element's type
      typeName - unique name of this element's type
      repositoryHelper - helper methods
      serviceName - name of this OMAS
      serverName - name of local server
  • Method Details