Class IntegrationReportBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
org.odpi.openmetadata.frameworkservices.oif.builder.IntegrationReportBuilder
IntegrationReportBuilder creates the parts for an entity that represents an integration report.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
errorHandler, existingClassifications, extendedProperties, instanceStatus, newClassifications, repositoryHelper, serverName, serviceName, templateProperties, typeGUID, typeName
-
Constructor Summary
ConstructorDescriptionIntegrationReportBuilder
(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 -
Method Summary
Modifier and TypeMethodDescriptiongetInstanceProperties
(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, setEffectivityDates, setTemplateClassifications, setTemplateSubstitute, updateInstanceProperties
-
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 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
Return the supplied bean properties in an InstanceProperties object.- Overrides:
getInstanceProperties
in classOpenMetadataAPIGenericBuilder
- Parameters:
methodName
- name of the calling method- Returns:
- InstanceProperties object
- Throws:
InvalidParameterException
- there is a problem with the properties
-