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
ConstructorsConstructorDescriptionIntegrationReportBuilder(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 TypeMethodDescriptionorg.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertiesgetInstanceProperties(String methodName) Return the supplied bean properties in an InstanceProperties object.Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
getEntityClassifications, getInstanceProperties, getInstanceStatus, getTypeGUID, getTypeName, isClassificationSet, setAnchors, setClassification, setEffectivityDates, setTemplateClassifications, setTemplateSubstitute
-
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 daemonconnectorId- unique identifier of the connector deploymentconnectorName- name of the connectorrefreshStartDate- starting time period for the reportrefreshCompletionDate- ending time period for the reportcreatedElements- list of elements that were createdupdatedElements- list of elements that were updateddeletedElements- list of elements that were deleted (or archived)additionalProperties- additional properties for a actor profiletypeGUID- unique identifier of this element's typetypeName- unique name of this element's typerepositoryHelper- helper methodsserviceName- name of this OMASserverName- 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:
getInstancePropertiesin classorg.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
-