Class IntegrationReportBuilder

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

public class IntegrationReportBuilder extends org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
IntegrationReportBuilder creates the parts for an entity that represents an integration report.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
    Create constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties
    Return the supplied bean properties in an InstanceProperties object.

    Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder

    getEntityClassificationProperties, getEntityClassifications, getExistingEntityClassificationHeader, getInstanceProperties, getInstanceStatus, getTypeGUID, getTypeName, isClassificationSet, setAnchors, setClassification, setEffectivityDates, setLatestChange, setTemplateClassifications, setTemplateSubstitute

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.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

    • getInstanceProperties

      public org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties getInstanceProperties(String methodName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Return the supplied bean properties in an InstanceProperties object.
      Overrides:
      getInstanceProperties in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
      Parameters:
      methodName - name of the calling method
      Returns:
      InstanceProperties object
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - there is a problem with the properties