public abstract class OpenMetadataAPIGenericConverter<B> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OMRSRepositoryHelper |
repositoryHelper |
protected String |
serverName |
protected String |
serviceName |
| Constructor and Description |
|---|
OpenMetadataAPIGenericConverter(OMRSRepositoryHelper repositoryHelper,
String serviceName,
String serverName)
Constructor captures the initial content
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getAdditionalValues(InstanceProperties instanceProperties)
Extract the additionalValues property from the supplied instance properties.
|
protected String |
getAnchorGUID(InstanceProperties instanceProperties)
Extract the anchorGUID property from the supplied instance properties.
|
protected Map<String,Object> |
getArguments(InstanceProperties instanceProperties)
Extract the arguments property from the supplied instance properties.
|
protected String |
getAssetSummary(InstanceProperties instanceProperties)
Extract the assetSummary property from the supplied instance properties.
|
protected String |
getAssociationDescription(InstanceProperties instanceProperties)
Extract the associationDescription property from the supplied instance properties.
|
protected String |
getCertificationGUID(InstanceProperties instanceProperties)
Extract the certificationGUID property from the supplied instance properties.
|
protected String |
getCertifiedBy(InstanceProperties instanceProperties)
Extract the certifiedBy property from the supplied instance properties.
|
protected InstanceProperties |
getClassificationProperties(String classificationName,
EntityDetail entity)
Extract the properties for the requested classification from the entity.
|
protected InstanceProperties |
getClassificationProperties(String classificationName,
List<Classification> entityClassifications)
Extract the properties for the requested classification from the list of classifications.
|
protected String |
getConditions(InstanceProperties instanceProperties)
Extract the conditions property from the supplied instance properties.
|
protected int |
getConfidence(InstanceProperties instanceProperties)
Extract the confidence property from the supplied instance properties.
|
protected String |
getCustodian(InstanceProperties instanceProperties)
Extract the custodian property from the supplied instance properties.
|
protected String |
getDataStoreEncodingDescription(InstanceProperties instanceProperties)
Extract the encoding description property from the supplied instance properties.
|
protected String |
getDataStoreEncodingLanguage(InstanceProperties instanceProperties)
Extract the encoding language property from the supplied instance properties.
|
protected String |
getDataStoreEncodingType(InstanceProperties instanceProperties)
Extract the encoding property from the supplied instance properties.
|
protected String |
getDescription(InstanceProperties instanceProperties)
Extract the description property from the supplied instance properties.
|
protected String |
getDisplayName(InstanceProperties instanceProperties)
Extract the displayName property from the supplied instance properties.
|
protected Map<String,String> |
getEncodingProperties(InstanceProperties instanceProperties)
Extract the encoding properties property from the supplied instance properties.
|
protected String |
getEncryption(InstanceProperties instanceProperties)
Extract and delete the encryption property from the supplied instance properties.
|
protected Date |
getEnd(InstanceProperties instanceProperties)
Extract the end property from the supplied instance properties.
|
protected String |
getFormat(InstanceProperties instanceProperties)
Extract and delete the format property from the supplied instance properties.
|
protected String |
getFormula(InstanceProperties instanceProperties)
Extract the formula property from the supplied instance properties.
|
protected String |
getGuard(InstanceProperties instanceProperties)
Extract the guard property from the supplied instance properties.
|
protected String |
getImplementationLanguage(InstanceProperties instanceProperties)
Extract the implementationLanguage property from the supplied instance properties.
|
protected String |
getImplementationValue(InstanceProperties instanceProperties)
Extract the implementationValue property from the supplied instance properties.
|
protected boolean |
getIsPublic(InstanceProperties instanceProperties)
Extract the isPublic property from the supplied instance properties.
|
protected String |
getLicensedBy(InstanceProperties instanceProperties)
Extract the licensedBy property from the supplied instance properties.
|
protected String |
getLicensee(InstanceProperties instanceProperties)
Extract the licensee property from the supplied instance properties.
|
protected String |
getLicenseGUID(InstanceProperties instanceProperties)
Extract the licenseGUID property from the supplied instance properties.
|
B |
getNewBean(Class<B> beanClass,
EntityDetail entity,
Relationship relationship,
String methodName)
Using the supplied instances, return a new instance of the bean.
|
B |
getNewBean(Class<B> beanClass,
EntityDetail entity,
String methodName)
Using the supplied entity, return a new instance of the bean.
|
B |
getNewComplexBean(Class<B> beanClass,
EntityDetail primaryEntity,
List<EntityDetail> supplementaryEntities,
List<Relationship> relationships,
String methodName)
Using the supplied instances, return a new instance of the bean.
|
B |
getNewComplexBean(Class<B> beanClass,
EntityDetail primaryEntity,
List<Relationship> relationships,
String methodName)
Using the supplied instances, return a new instance of the bean.
|
B |
getNewRelationshipBean(Class<B> beanClass,
Relationship relationship,
String methodName)
Using the supplied relationship, return a new instance of the bean.
|
<T> B |
getNewSchemaAttributeBean(Class<B> beanClass,
EntityDetail schemaAttributeEntity,
Class<T> typeClass,
T schemaType,
List<Relationship> schemaAttributeRelationships,
String methodName)
Extract the properties from the schema attribute entity.
|
B |
getNewSchemaTypeBean(Class<B> beanClass,
InstanceHeader schemaRootHeader,
String schemaTypeTypeName,
InstanceProperties instanceProperties,
List<Classification> schemaRootClassifications,
int attributeCount,
String validValueSetGUID,
B externalSchemaType,
B mapFromSchemaType,
B mapToSchemaType,
List<B> schemaTypeOptions,
String methodName)
Return the converted bean.
|
B |
getNewSchemaTypeBean(Class<B> beanClass,
InstanceHeader schemaRootHeader,
String schemaTypeTypeName,
InstanceProperties instanceProperties,
List<Classification> schemaRootClassifications,
int attributeCount,
String validValueSetGUID,
String externalSchemaTypeGUID,
B externalSchemaType,
B mapFromSchemaType,
B mapToSchemaType,
List<B> schemaTypeOptions,
String methodName)
Return the converted bean.
|
protected String |
getNotes(InstanceProperties instanceProperties)
Extract the notes property from the supplied instance properties.
|
protected String |
getOriginBusinessCapabilityGUID(InstanceProperties instanceProperties)
Extract the businessCapabilityGUID property from the supplied instance properties.
|
protected String |
getOriginOrganizationGUID(InstanceProperties instanceProperties)
Extract the organizationGUID property from the supplied instance properties.
|
protected Map<String,String> |
getOtherOriginValues(InstanceProperties instanceProperties)
Extract the otherOriginValues property from the supplied instance properties.
|
protected String |
getOwner(InstanceProperties instanceProperties)
Extract the owner property from the supplied instance properties.
|
protected int |
getPosition(InstanceProperties instanceProperties)
Extract the position property from the supplied instance properties.
|
protected String |
getQualifiedName(InstanceProperties instanceProperties)
Extract the qualifiedName property from the supplied instance properties.
|
protected String |
getRecipient(InstanceProperties instanceProperties)
Extract the recipient property from the supplied instance properties.
|
protected Map<String,Object> |
getRemainingExtendedProperties(InstanceProperties instanceProperties)
Convert the remaining properties into a map that is returned as the extended properties.
|
protected Date |
getStart(InstanceProperties instanceProperties)
Extract the start property from the supplied instance properties.
|
protected String |
getSteward(InstanceProperties instanceProperties)
Extract the steward property from the supplied instance properties.
|
protected boolean |
getStrictRequirement(InstanceProperties instanceProperties)
Extract the strictRequirement property from the supplied instance properties.
|
protected String |
getSymbolicName(InstanceProperties instanceProperties)
Extract the symbolicName property from the supplied instance properties.
|
protected List<String> |
getZoneMembership(InstanceProperties instanceProperties)
Retrieve the zone membership from the properties of the zone membership classification.
|
protected void |
handleInvalidBeanClass(String beanClassName,
Exception error,
String methodName)
Throw an exception to indicate that one of the update methods has not been implemented by an OMAS.
|
protected void |
handleMissingMetadataInstance(String beanClassName,
TypeDefCategory typeDefCategory,
String methodName)
Throw an exception to indicate that a critical instance (typically the main entity) has not been passed
to the converter.
|
protected void |
handleUnexpectedBeanClass(String beanClassName,
String expectedBeanClass,
String methodName)
Throw an exception to indicate that one of the update methods has not been implemented by an OMAS.
|
protected Map<String,String> |
removeActionProperties(InstanceProperties instanceProperties)
Extract the actionProperties property from the supplied instance properties.
|
protected String |
removeActionRequested(InstanceProperties instanceProperties)
Extract and delete the actionRequested standing property from the supplied instance properties.
|
protected String |
removeActionTargetName(InstanceProperties instanceProperties)
Extract and delete the actionTargetName property from the supplied instance properties.
|
protected Map<String,String> |
removeAdditionalProperties(InstanceProperties instanceProperties)
Extract and delete the qualifiedName property from the supplied instance properties.
|
protected List<String> |
removeAliases(InstanceProperties instanceProperties)
Extract and delete the aliases property from the supplied instance properties.
|
protected boolean |
removeAllowsDuplicateValues(InstanceProperties instanceProperties)
Retrieve the allowsDuplicateValues flag from the properties of the zone membership classification.
|
protected Map<String,String> |
removeAnalysisParameters(InstanceProperties instanceProperties)
Extract the analysis parameters property from the supplied instance properties.
|
protected String |
removeAnalysisStep(InstanceProperties instanceProperties)
Extract the analysis step property from the supplied instance properties.
|
protected String |
removeAnchorGUID(InstanceProperties instanceProperties)
Extract and delete the anchorGUID property from the supplied instance properties.
|
protected String |
removeAnnotationType(InstanceProperties instanceProperties)
Extract the annotation type property from the supplied instance properties.
|
protected String |
removeAttachmentGUID(InstanceProperties instanceProperties)
Extract and delete the attachmentGUID standing property from the supplied instance properties.
|
protected String |
removeAuthor(InstanceProperties instanceProperties)
Extract and delete the author property from the supplied instance properties.
|
protected String |
removeAverageValue(InstanceProperties instanceProperties)
Extract and delete the averageValue property from the supplied instance properties.
|
protected Map<String,String> |
removeCandidateClassifications(InstanceProperties instanceProperties)
Extract the candidateClassifications property from the supplied instance properties.
|
protected List<String> |
removeCandidateDataClassGUIDs(InstanceProperties instanceProperties)
Extract the candidateDataClassGUIDs property from the supplied instance properties.
|
protected List<String> |
removeCandidateGlossaryCategoryGUIDs(InstanceProperties instanceProperties)
Extract the candidateGlossaryCategoryGUIDs property from the supplied instance properties.
|
protected List<String> |
removeCandidateGlossaryTermGUIDs(InstanceProperties instanceProperties)
Extract the candidateGlossaryTermGUIDs property from the supplied instance properties.
|
protected String |
removeCapabilityVersion(InstanceProperties instanceProperties)
Extract and delete the capabilityVersion property from the supplied instance properties.
|
protected String |
removeClearPassword(InstanceProperties instanceProperties)
Extract and delete the clear password property from the supplied instance properties.
|
protected String |
removeComment(InstanceProperties instanceProperties)
Extract the comment property from the supplied instance properties.
|
protected String |
removeCommentText(InstanceProperties instanceProperties)
Extract and delete the commentText property from the supplied instance properties.
|
protected Date |
removeCompletionDate(InstanceProperties instanceProperties)
Extract and delete the completionDate property from the supplied instance properties.
|
protected List<String> |
removeCompletionGuards(InstanceProperties instanceProperties)
Extract and delete the completionGuards property from the supplied instance properties.
|
protected int |
removeConfidenceLevel(InstanceProperties instanceProperties)
Extract the confidence level property from the supplied instance properties.
|
protected Map<String,Object> |
removeConfigurationProperties(InstanceProperties instanceProperties)
Extract and delete the configuration properties property from the supplied instance properties.
|
protected String |
removeConnectorProviderClassName(InstanceProperties instanceProperties)
Extract and delete the connector provider class name property from the supplied instance properties.
|
protected String |
removeCoordinates(InstanceProperties instanceProperties)
Extract and delete the coordinates property from the supplied instance properties.
|
protected String |
removeCriteria(InstanceProperties instanceProperties)
Extract and delete the description property from the supplied instance properties.
|
protected String |
removeDatabaseImportedFrom(InstanceProperties instanceProperties)
Extract and delete the database importedFrom property from the supplied instance properties.
|
protected String |
removeDatabaseInstance(InstanceProperties instanceProperties)
Extract and delete the database instance property from the supplied instance properties.
|
protected String |
removeDatabaseType(InstanceProperties instanceProperties)
Extract and delete the database type property from the supplied instance properties.
|
protected String |
removeDatabaseVersion(InstanceProperties instanceProperties)
Extract and delete the database version property from the supplied instance properties.
|
protected List<String> |
removeDataFieldAliases(InstanceProperties instanceProperties)
Extract the dataFieldAliases property from the supplied instance properties.
|
protected String |
removeDataFieldDescription(InstanceProperties instanceProperties)
Extract and delete the dataFieldDescription standing property from the supplied instance properties.
|
protected String |
removeDataFieldName(InstanceProperties instanceProperties)
Extract and delete the dataFieldName standing property from the supplied instance properties.
|
protected String |
removeDataFieldType(InstanceProperties instanceProperties)
Extract and delete the dataFieldType standing property from the supplied instance properties.
|
protected Map<String,String> |
removeDataSourceProperties(InstanceProperties instanceProperties)
Extract and delete the dataSourceProperties property from the supplied instance properties.
|
protected String |
removeDataType(InstanceProperties instanceProperties)
Extract and delete the data type property from the supplied instance properties.
|
protected String |
removeDefaultValue(InstanceProperties instanceProperties)
Extract and delete the defaultValue property from the supplied instance properties.
|
protected String |
removeDefaultValueOverride(InstanceProperties instanceProperties)
Extract and delete the defaultValueOverride property from the supplied instance properties.
|
protected String |
removeDeployedImplementationType(InstanceProperties instanceProperties)
Extract and delete the type property from the supplied instance properties.
|
protected String |
removeDescription(InstanceProperties instanceProperties)
Extract and delete the description property from the supplied instance properties.
|
protected String |
removeDiscoveryActivity(InstanceProperties instanceProperties)
Extract and delete the discoveryActivity standing property from the supplied instance properties.
|
protected String |
removeDisplayName(InstanceProperties instanceProperties)
Extract and delete the displayName property from the supplied instance properties.
|
protected String |
removeDivergentClassificationName(InstanceProperties instanceProperties)
Extract and delete the divergentClassificationName standing property from the supplied instance properties.
|
protected List<String> |
removeDivergentClassificationPropertyNames(InstanceProperties instanceProperties)
Extract the divergentClassificationPropertyNames property from the supplied instance properties.
|
protected List<String> |
removeDivergentPropertyNames(InstanceProperties instanceProperties)
Extract the divergentPropertyNames property from the supplied instance properties.
|
protected String |
removeDivergentRelationshipGUID(InstanceProperties instanceProperties)
Extract and delete the divergentRelationshipGUID standing property from the supplied instance properties.
|
protected List<String> |
removeDivergentRelationshipPropertyNames(InstanceProperties instanceProperties)
Extract the divergentRelationshipPropertyNames property from the supplied instance properties.
|
protected int |
removeDomainIdentifier(InstanceProperties instanceProperties)
Extract and delete the domain identifier property from the supplied instance properties.
|
protected String |
removeDuplicateAnchorGUID(InstanceProperties instanceProperties)
Extract and delete the duplicateAnchorGUID standing property from the supplied instance properties.
|
protected List<String> |
removeDuplicateAnchorGUIDs(InstanceProperties instanceProperties)
Extract the duplicateAnchorGUIDs property from the supplied instance properties.
|
protected String |
removeDuplicateAttachmentGUID(InstanceProperties instanceProperties)
Extract and delete the duplicateAttachmentGUID standing property from the supplied instance properties.
|
protected String |
removeEncoding(InstanceProperties instanceProperties)
Extract and delete the encoding standing property from the supplied instance properties.
|
protected String |
removeEncodingStandard(InstanceProperties instanceProperties)
Extract and delete the encoding standing property from the supplied instance properties.
|
protected String |
removeEncryptedPassword(InstanceProperties instanceProperties)
Extract and delete the encrypted password property from the supplied instance properties.
|
protected String |
removeEncryptionMethod(InstanceProperties instanceProperties)
Extract and delete the encryption method property from the supplied instance properties.
|
protected Date |
removeExecutionDate(InstanceProperties instanceProperties)
Extract the executionDate property from the supplied instance properties.
|
protected String |
removeExplanation(InstanceProperties instanceProperties)
Extract the explanation property from the supplied instance properties.
|
protected String |
removeExpression(InstanceProperties instanceProperties)
Extract the expression property from the supplied instance properties.
|
protected String |
removeFileType(InstanceProperties instanceProperties)
Extract and delete the fileType property from the supplied instance properties.
|
protected String |
removeFixedValue(InstanceProperties instanceProperties)
Extract and delete the defaultValue property from the supplied instance properties.
|
protected String |
removeFormula(InstanceProperties instanceProperties)
Extract and delete the formula property from the supplied instance properties.
|
protected String |
removeIdentifier(InstanceProperties instanceProperties)
Extract and delete the identifier property from the supplied instance properties.
|
protected String |
removeImplementationLanguage(InstanceProperties instanceProperties)
Extract and remove the implementationLanguage property from the supplied instance properties.
|
protected List<String> |
removeImplications(InstanceProperties instanceProperties)
Extract and delete the implications property from the supplied instance properties.
|
protected String |
removeInferredDataType(InstanceProperties instanceProperties)
Extract the inferredDataType property from the supplied instance properties.
|
protected String |
removeInferredFormat(InstanceProperties instanceProperties)
Extract the inferredFormat property from the supplied instance properties.
|
protected int |
removeInferredLength(InstanceProperties instanceProperties)
Extract the inferredLength property from the supplied instance properties.
|
protected int |
removeInferredPrecision(InstanceProperties instanceProperties)
Extract the inferredPrecision property from the supplied instance properties.
|
protected int |
removeInferredScale(InstanceProperties instanceProperties)
Extract the inferredScale property from the supplied instance properties.
|
protected String |
removeInformalTerm(InstanceProperties instanceProperties)
Extract and delete the informalTerm standing property from the supplied instance properties.
|
protected String |
removeInformalTopic(InstanceProperties instanceProperties)
Extract and delete the informalTopic standing property from the supplied instance properties.
|
protected boolean |
removeIsDeprecated(InstanceProperties instanceProperties)
Retrieve the isDeprecated flag from the properties from the supplied instance properties.
|
protected boolean |
removeIsNullable(InstanceProperties instanceProperties)
Retrieve the isNullable flag from the properties from the supplied instance properties.
|
protected boolean |
removeIsPublic(InstanceProperties instanceProperties)
Extract the isPublic property from the supplied instance properties.
|
protected String |
removeJsonProperties(InstanceProperties instanceProperties)
Extract the jsonProperties property from the supplied instance properties.
|
protected String |
removeLanguage(InstanceProperties instanceProperties)
Extract and delete the language property from the supplied instance properties.
|
protected Date |
removeLastSynchronized(InstanceProperties instanceProperties)
Extract and delete the lastSynchronized property from the supplied instance properties.
|
protected int |
removeLength(InstanceProperties instanceProperties)
Extract and delete the length property from the supplied instance properties.
|
protected String |
removeLevel(InstanceProperties instanceProperties)
Extract and delete the level property from the supplied instance properties.
|
protected List<String> |
removeMandatoryGuards(InstanceProperties instanceProperties)
Extract and delete the mandatoryGuards property from the supplied instance properties.
|
protected Map<String,String> |
removeMappingProperties(InstanceProperties instanceProperties)
Extract and delete the mappingProperties property from the supplied instance properties.
|
protected String |
removeMapProjection(InstanceProperties instanceProperties)
Extract and delete the mapProjection property from the supplied instance properties.
|
protected List<String> |
removeMatchingAttachmentGUIDs(InstanceProperties instanceProperties)
Extract the matchingAttachmentGUIDs property from the supplied instance properties.
|
protected List<String> |
removeMatchingClassificationNames(InstanceProperties instanceProperties)
Extract the matchingClassificationNames property from the supplied instance properties.
|
protected List<String> |
removeMatchingPropertyNames(InstanceProperties instanceProperties)
Extract the matchingPropertyNames property from the supplied instance properties.
|
protected List<String> |
removeMatchingRelationshipGUIDs(InstanceProperties instanceProperties)
Extract the matchingRelationshipGUIDs property from the supplied instance properties.
|
protected int |
removeMaxCardinality(InstanceProperties instanceProperties)
Extract and delete the maxCardinality property from the supplied instance properties.
|
protected int |
removeMinCardinality(InstanceProperties instanceProperties)
Extract and delete the minCardinality property from the supplied instance properties.
|
protected int |
removeMinimumLength(InstanceProperties instanceProperties)
Extract and delete the minimumLength property from the supplied instance properties.
|
protected String |
removeName(InstanceProperties instanceProperties)
Extract and delete the name property from the supplied instance properties.
|
protected String |
removeNamespace(InstanceProperties instanceProperties)
Extract and delete the namespace property from the supplied instance properties.
|
protected String |
removeNativeClass(InstanceProperties instanceProperties)
Extract and delete the native class property from the supplied instance properties.
|
protected String |
removeNetworkAddress(InstanceProperties instanceProperties)
Extract and delete the networkAddress property from the supplied instance properties.
|
protected boolean |
removeOrderedValues(InstanceProperties instanceProperties)
Retrieve the orderedValues flag from the properties of the zone membership classification.
|
protected String |
removeOriginGovernanceEngine(InstanceProperties instanceProperties)
Extract the originGovernanceEngine property from the supplied instance properties.
|
protected String |
removeOriginGovernanceService(InstanceProperties instanceProperties)
Extract the originGovernanceService property from the supplied instance properties.
|
protected List<String> |
removeOutcomes(InstanceProperties instanceProperties)
Extract and delete the outcomes property from the supplied instance properties.
|
protected String |
removeOwner(InstanceProperties instanceProperties)
Extract and delete the owner property from the supplied instance properties.
|
protected String |
removePatchLevel(InstanceProperties instanceProperties)
Extract and delete the patchLevel property from the supplied instance properties.
|
protected String |
removePathName(InstanceProperties instanceProperties)
Extract and delete the pathName property from the supplied instance properties.
|
protected int |
removePosition(InstanceProperties instanceProperties)
Extract and delete the position property from the supplied instance properties.
|
protected String |
removePostalAddress(InstanceProperties instanceProperties)
Extract and delete the postalAddress property from the supplied instance properties.
|
protected int |
removePrecision(InstanceProperties instanceProperties)
Extract and delete the significant digits property from the supplied instance properties.
|
protected String |
removePreferredValue(InstanceProperties instanceProperties)
Extract and delete the description property from the supplied instance properties.
|
protected String |
removePriority(InstanceProperties instanceProperties)
Extract the priority property from the supplied instance properties.
|
protected String |
removeProcessingEngineUserId(InstanceProperties instanceProperties)
Extract and delete the processingEngineUserId property from the supplied instance properties.
|
protected List<String> |
removeProducedGuards(InstanceProperties instanceProperties)
Extract and delete the producedGuards property from the supplied instance properties.
|
protected Map<String,Long> |
removeProfileCounts(InstanceProperties instanceProperties)
Extract the profileCounts property from the supplied instance properties.
|
protected Map<String,Boolean> |
removeProfileFlags(InstanceProperties instanceProperties)
Extract the profileFlags property from the supplied instance properties.
|
protected Map<String,String> |
removeProfileProperties(InstanceProperties instanceProperties)
Extract the profileProperties property from the supplied instance properties.
|
protected String |
removeProtocol(InstanceProperties instanceProperties)
Extract and delete the protocol property from the supplied instance properties.
|
protected String |
removeQualifiedName(InstanceProperties instanceProperties)
Extract and delete the qualifiedName property from the supplied instance properties.
|
protected String |
removeQualityDimension(InstanceProperties instanceProperties)
Extract and delete the qualityDimension standing property from the supplied instance properties.
|
protected int |
removeQualityScore(InstanceProperties instanceProperties)
Extract and delete the qualityScore property from the supplied instance properties.
|
protected List<String> |
removeReceivedGuards(InstanceProperties instanceProperties)
Extract and delete the receivedGuards property from the supplied instance properties.
|
protected List<String> |
removeRecognizedAdditionalProperties(InstanceProperties instanceProperties)
Extract and delete the recognized additional properties property from the supplied instance properties.
|
protected List<String> |
removeRecognizedConfigurationProperties(InstanceProperties instanceProperties)
Extract and delete the recognized configuration properties property from the supplied instance properties.
|
protected List<String> |
removeRecognizedSecuredProperties(InstanceProperties instanceProperties)
Extract and delete the recognized secured properties property from the supplied instance properties.
|
protected String |
removeRelatedEntityGUID(InstanceProperties instanceProperties)
Extract and delete the relatedEntityGUID standing property from the supplied instance properties.
|
protected Map<String,String> |
removeRelationshipProperties(InstanceProperties instanceProperties)
Extract the relationshipProperties property from the supplied instance properties.
|
protected String |
removeRelationshipTypeName(InstanceProperties instanceProperties)
Extract and delete the relatedEntityGUID standing property from the supplied instance properties.
|
protected Map<String,String> |
removeRequestParameters(InstanceProperties instanceProperties)
Extract and delete the requestParameters property from the supplied instance properties.
|
protected String |
removeRequestSourceName(InstanceProperties instanceProperties)
Extract and delete the requestSourceName property from the supplied instance properties.
|
protected String |
removeRequestType(InstanceProperties instanceProperties)
Extract and delete the requestType property from the supplied instance properties.
|
protected List<String> |
removeResults(InstanceProperties instanceProperties)
Extract and delete the results property from the supplied instance properties.
|
protected String |
removeReview(InstanceProperties instanceProperties)
Extract the review property from the supplied instance properties.
|
protected Date |
removeReviewDate(InstanceProperties instanceProperties)
Extract the reviewDate property from the supplied instance properties.
|
protected String |
removeSchemaName(InstanceProperties instanceProperties)
Extract the schemaName property from the supplied instance properties.
|
protected String |
removeSchemaType(InstanceProperties instanceProperties)
Extract the schemaType property from the supplied instance properties.
|
protected String |
removeScope(InstanceProperties instanceProperties)
Extract and delete the scope property from the supplied instance properties.
|
protected Map<String,String> |
removeSecuredProperties(InstanceProperties instanceProperties)
Extract and delete the secured properties property from the supplied instance properties.
|
protected int |
removeSize(InstanceProperties instanceProperties)
Extract and delete the size property from the supplied instance properties.
|
protected String |
removeSource(InstanceProperties instanceProperties)
Extract and delete the type property from the supplied instance properties.
|
protected Date |
removeSourceCreateTime(InstanceProperties instanceProperties)
Extract and delete the sourceCreateTime property from the supplied instance properties.
|
protected Date |
removeSourceUpdateTime(InstanceProperties instanceProperties)
Extract and delete the sourceUpdateTime property from the supplied instance properties.
|
protected Date |
removeStartDate(InstanceProperties instanceProperties)
Extract and delete the startDate property from the supplied instance properties.
|
protected String |
removeSteward(InstanceProperties instanceProperties)
Extract the steward property from the supplied instance properties.
|
protected Date |
removeStoreCreateTime(InstanceProperties instanceProperties)
Extract and delete the sourceCreateTime property from the supplied instance properties.
|
protected Date |
removeStoreUpdateTime(InstanceProperties instanceProperties)
Extract and delete the storeUpdateTime property from the supplied instance properties.
|
protected String |
removeSummary(InstanceProperties instanceProperties)
Extract the summary property from the supplied instance properties.
|
protected String |
removeTagDescription(InstanceProperties instanceProperties)
Extract the tagDescription property from the supplied instance properties.
|
protected String |
removeTagName(InstanceProperties instanceProperties)
Extract the tagName property from the supplied instance properties.
|
protected String |
removeTimeZone(InstanceProperties instanceProperties)
Extract and delete the timeZone property from the supplied instance properties.
|
protected String |
removeTitle(InstanceProperties instanceProperties)
Extract the title property from the supplied instance properties.
|
protected String |
removeUsage(InstanceProperties instanceProperties)
Extract and delete the usage property from the supplied instance properties.
|
protected String |
removeUserId(InstanceProperties instanceProperties)
Extract and delete the userId property from the supplied instance properties.
|
protected Map<String,Integer> |
removeValueCount(InstanceProperties instanceProperties)
Extract the valueCount property from the supplied instance properties.
|
protected List<String> |
removeValueList(InstanceProperties instanceProperties)
Extract the valueList property from the supplied instance properties.
|
protected String |
removeValueRangeFrom(InstanceProperties instanceProperties)
Extract and delete the valueRangeFrom property from the supplied instance properties.
|
protected String |
removeValueRangeTo(InstanceProperties instanceProperties)
Extract and delete the valueRangeTo property from the supplied instance properties.
|
protected String |
removeVersionNumber(InstanceProperties instanceProperties)
Extract and delete the version number property from the supplied instance properties.
|
protected List<String> |
removeZoneMembership(InstanceProperties instanceProperties)
Retrieve the zone membership from the properties of the zone membership classification.
|
protected void |
validateInstanceType(String expectedTypeName,
String beanClassName,
String actualTypeName,
String methodName)
Throw an exception to indicate that a critical instance (typically the main entity) has not been passed
to the converter.
|
protected OMRSRepositoryHelper repositoryHelper
protected String serviceName
protected String serverName
public OpenMetadataAPIGenericConverter(OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
repositoryHelper - helper object to parse entityserviceName - name of this componentserverName - name of this serverpublic B getNewBean(Class<B> beanClass, EntityDetail entity, String methodName) throws PropertyServerException
beanClass - name of the class to createentity - entity containing the propertiesmethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic B getNewBean(Class<B> beanClass, EntityDetail entity, Relationship relationship, String methodName) throws PropertyServerException
beanClass - name of the class to createentity - entity containing the propertiesrelationship - relationship containing the propertiesmethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic B getNewComplexBean(Class<B> beanClass, EntityDetail primaryEntity, List<Relationship> relationships, String methodName) throws PropertyServerException
beanClass - name of the class to createprimaryEntity - entity that is the root of the cluster of entities that make up the
content of the beanrelationships - relationships linking the entitiesmethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic B getNewComplexBean(Class<B> beanClass, EntityDetail primaryEntity, List<EntityDetail> supplementaryEntities, List<Relationship> relationships, String methodName) throws PropertyServerException
beanClass - name of the class to createprimaryEntity - entity that is the root of the cluster of entities that make up the content of the beansupplementaryEntities - entities connected to the primary entity by the relationshipsrelationships - relationships linking the entitiesmethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic B getNewRelationshipBean(Class<B> beanClass, Relationship relationship, String methodName) throws PropertyServerException
beanClass - name of the class to createrelationship - relationship linking the entitiesmethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic B getNewSchemaTypeBean(Class<B> beanClass, InstanceHeader schemaRootHeader, String schemaTypeTypeName, InstanceProperties instanceProperties, List<Classification> schemaRootClassifications, int attributeCount, String validValueSetGUID, B externalSchemaType, B mapFromSchemaType, B mapToSchemaType, List<B> schemaTypeOptions, String methodName) throws PropertyServerException
beanClass - name of the class to createschemaRootHeader - header of the schema element that holds the root informationschemaTypeTypeName - name of type of the schema type to createinstanceProperties - properties describing the schema typeschemaRootClassifications - classifications from the schema root entityattributeCount - number of attributes (for a complex schema type)validValueSetGUID - unique identifier of the set of valid values (for an enum schema type)externalSchemaType - unique identifier for the properties of the schema type that is shared by multiple attributes/assetsmapFromSchemaType - bean containing the properties of the schema type that is part of a map definitionmapToSchemaType - bean containing the properties of the schema type that is part of a map definitionschemaTypeOptions - list of schema types that could be the type for this attributemethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic B getNewSchemaTypeBean(Class<B> beanClass, InstanceHeader schemaRootHeader, String schemaTypeTypeName, InstanceProperties instanceProperties, List<Classification> schemaRootClassifications, int attributeCount, String validValueSetGUID, String externalSchemaTypeGUID, B externalSchemaType, B mapFromSchemaType, B mapToSchemaType, List<B> schemaTypeOptions, String methodName) throws PropertyServerException
beanClass - name of the class to createschemaRootHeader - header of the schema element that holds the root informationschemaTypeTypeName - name of type of the schema type to createinstanceProperties - properties describing the schema typeschemaRootClassifications - classifications from the schema root entityattributeCount - number of attributes (for a complex schema type)validValueSetGUID - unique identifier of the set of valid values (for an enum schema type)externalSchemaTypeGUID - unique identifier of the external schema typeexternalSchemaType - unique identifier for the properties of the schema type that is shared by multiple attributes/assetsmapFromSchemaType - bean containing the properties of the schema type that is part of a map definitionmapToSchemaType - bean containing the properties of the schema type that is part of a map definitionschemaTypeOptions - list of schema types that could be the type for this attributemethodName - calling methodPropertyServerException - there is a problem instantiating the beanpublic <T> B getNewSchemaAttributeBean(Class<B> beanClass, EntityDetail schemaAttributeEntity, Class<T> typeClass, T schemaType, List<Relationship> schemaAttributeRelationships, String methodName) throws PropertyServerException
T - bean type used to create the schema typebeanClass - name of the class to createschemaAttributeEntity - entity containing the properties for the main schema attributetypeClass - name of type used to describe the schema typeschemaType - bean containing the properties of the schema type - this is filled out by the schema type converterschemaAttributeRelationships - relationships containing the links to other schema attributesmethodName - calling methodPropertyServerException - there is a problem instantiating the beanprotected void handleInvalidBeanClass(String beanClassName, Exception error, String methodName) throws PropertyServerException
beanClassName - class name of beanerror - exception generated when the new bean is createdmethodName - method that is missingPropertyServerException - there is a problem in the use of the generic handlers because
the converter has been configured with a type of bean that is not a known classprotected void handleUnexpectedBeanClass(String beanClassName, String expectedBeanClass, String methodName) throws PropertyServerException
beanClassName - class name of beanexpectedBeanClass - class name that the converter is able to processmethodName - method that is missingPropertyServerException - there is a problem in the use of the generic handlers because
the converter has been configured with a type of bean that is incompatible with the handlerprotected void handleMissingMetadataInstance(String beanClassName, TypeDefCategory typeDefCategory, String methodName) throws PropertyServerException
beanClassName - class name of beantypeDefCategory - class name that the converter is able to processmethodName - method that is missingPropertyServerException - there is a problem in the use of the generic handlers because
the converter has been configured with a type of bean that is incompatible with the handlerprotected void validateInstanceType(String expectedTypeName, String beanClassName, String actualTypeName, String methodName) throws PropertyServerException
expectedTypeName - name of the type that the instance should matchbeanClassName - class name of beanactualTypeName - type of instancemethodName - calling methodPropertyServerException - there is a problem in the use of the generic handlers because
the converter has been configured with a type of bean that is incompatible with the handlerprotected InstanceProperties getClassificationProperties(String classificationName, EntityDetail entity)
classificationName - name of classificationentity - entity containing classificationprotected InstanceProperties getClassificationProperties(String classificationName, List<Classification> entityClassifications)
classificationName - name of classificationentityClassifications - list of classifications from an entityprotected String getQualifiedName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeQualifiedName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,String> removeAdditionalProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,Object> getRemainingExtendedProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDisplayName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getDisplayName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getDescription(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDescription(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeIdentifier(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,String> removeMappingProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date removeLastSynchronized(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeNetworkAddress(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removePostalAddress(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeCoordinates(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeMapProjection(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeTimeZone(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeLevel(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeProtocol(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeEncryptionMethod(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeConnectorProviderClassName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeRecognizedAdditionalProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeRecognizedSecuredProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeRecognizedConfigurationProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,String> removeSecuredProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,Object> removeConfigurationProperties(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeUserId(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeClearPassword(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeEncryptedPassword(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getAssetSummary(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,Object> getArguments(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeZoneMembership(InstanceProperties instanceProperties)
instanceProperties - properties from the classificationprotected List<String> getZoneMembership(InstanceProperties instanceProperties)
instanceProperties - properties from the classificationprotected String removeOwner(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getOwner(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected String getOriginOrganizationGUID(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected String getOriginBusinessCapabilityGUID(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected Map<String,String> getOtherOriginValues(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected Date removeSourceCreateTime(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date removeSourceUpdateTime(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removePathName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date removeStoreCreateTime(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date removeStoreUpdateTime(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getDataStoreEncodingType(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected String getDataStoreEncodingLanguage(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected String getDataStoreEncodingDescription(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected Map<String,String> getEncodingProperties(InstanceProperties instanceProperties)
instanceProperties - properties from classificationprotected String removeDatabaseType(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDatabaseVersion(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDatabaseInstance(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDatabaseImportedFrom(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeFileType(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getFormat(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getEncryption(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDeployedImplementationType(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeCapabilityVersion(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removePatchLevel(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected boolean removeIsDeprecated(InstanceProperties instanceProperties)
instanceProperties - properties from the classificationprotected String removeAnchorGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getAnchorGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDataType(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDefaultValue(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeFixedValue(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeVersionNumber(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeAuthor(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeEncodingStandard(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeNamespace(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removePosition(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int getPosition(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removeMinCardinality(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removeMaxCardinality(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected boolean removeAllowsDuplicateValues(InstanceProperties instanceProperties)
instanceProperties - properties from the classificationprotected boolean removeOrderedValues(InstanceProperties instanceProperties)
instanceProperties - properties from the classificationprotected String removeDefaultValueOverride(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removeMinimumLength(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removeLength(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removePrecision(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected boolean removeIsNullable(InstanceProperties instanceProperties)
instanceProperties - properties from the classificationprotected String removeNativeClass(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeAliases(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getGuard(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getFormula(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeFormula(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getImplementationLanguage(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeImplementationLanguage(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeSource(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeUsage(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeLanguage(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeSummary(InstanceProperties instanceProperties)
instanceProperties - properties from governance entitiesprotected String removeTitle(InstanceProperties instanceProperties)
instanceProperties - properties from governance entitiesprotected String removePriority(InstanceProperties instanceProperties)
instanceProperties - properties from governance entitiesprotected String removeScope(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeImplications(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeOutcomes(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeResults(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeCriteria(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removeDomainIdentifier(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeProcessingEngineUserId(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeRequestType(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,String> removeRequestParameters(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeProducedGuards(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeMandatoryGuards(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeReceivedGuards(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeCompletionGuards(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date removeStartDate(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date removeCompletionDate(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeRequestSourceName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeActionTargetName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeOriginGovernanceService(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeOriginGovernanceEngine(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getLicenseGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getCertificationGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date getStart(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Date getEnd(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getConditions(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getCustodian(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getCertifiedBy(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getRecipient(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getLicensedBy(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String getLicensee(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removePreferredValue(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected boolean getStrictRequirement(InstanceProperties instanceProperties)
instanceProperties - properties from ValidValuesAssignment relationshipprotected int getConfidence(InstanceProperties instanceProperties)
instanceProperties - properties from ReferenceValueAssignment or ValidValuesMapping relationshipprotected String getSteward(InstanceProperties instanceProperties)
instanceProperties - properties from ReferenceValueAssignment or ValidValuesMapping relationshipprotected String getNotes(InstanceProperties instanceProperties)
instanceProperties - properties from ReferenceValueAssignment or ValidValuesMapping relationshipprotected String getAssociationDescription(InstanceProperties instanceProperties)
instanceProperties - properties from ValidValuesMapping relationshipprotected String getSymbolicName(InstanceProperties instanceProperties)
instanceProperties - properties from ValidValuesImplementation relationshipprotected String getImplementationValue(InstanceProperties instanceProperties)
instanceProperties - properties from ValidValuesImplementation relationshipprotected Map<String,String> getAdditionalValues(InstanceProperties instanceProperties)
instanceProperties - properties from ValidValuesImplementation relationshipprotected String removeCommentText(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected boolean getIsPublic(InstanceProperties instanceProperties)
instanceProperties - properties from feedback relationshipsprotected boolean removeIsPublic(InstanceProperties instanceProperties)
instanceProperties - properties from feedback relationshipsprotected String removeReview(InstanceProperties instanceProperties)
instanceProperties - properties from review/rating entitiesprotected String removeTagName(InstanceProperties instanceProperties)
instanceProperties - properties from informal tag entitiesprotected String removeTagDescription(InstanceProperties instanceProperties)
instanceProperties - properties from informal tag entitiesprotected Date removeExecutionDate(InstanceProperties instanceProperties)
instanceProperties - properties from discovery analysis report entitiesprotected Map<String,String> removeAnalysisParameters(InstanceProperties instanceProperties)
instanceProperties - properties from discovery analysis report entitiesprotected String removeAnalysisStep(InstanceProperties instanceProperties)
instanceProperties - properties from discovery analysis report entitiesprotected String removeAnnotationType(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected int removeConfidenceLevel(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeExpression(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeExplanation(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeJsonProperties(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Date removeReviewDate(InstanceProperties instanceProperties)
instanceProperties - properties from annotation review entitiesprotected String removeSteward(InstanceProperties instanceProperties)
instanceProperties - properties from annotation review entitiesprotected String removeComment(InstanceProperties instanceProperties)
instanceProperties - properties from annotation review entitiesprotected String removeSchemaName(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeSchemaType(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Map<String,String> removeCandidateClassifications(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeCandidateDataClassGUIDs(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeInferredDataType(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeInferredFormat(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected int removeInferredLength(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected int removeInferredPrecision(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected int removeInferredScale(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Map<String,String> removeProfileProperties(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Map<String,Boolean> removeProfileFlags(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Map<String,Long> removeProfileCounts(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeValueList(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Map<String,Integer> removeValueCount(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeValueRangeFrom(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeValueRangeTo(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeAverageValue(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected Map<String,String> removeDataSourceProperties(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected int removeSize(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeEncoding(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeQualityDimension(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected int removeQualityScore(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeDuplicateAnchorGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeDivergentPropertyNames(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeDivergentClassificationName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeDivergentClassificationPropertyNames(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeDivergentRelationshipGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeDivergentRelationshipPropertyNames(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeAttachmentGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDuplicateAttachmentGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeRelatedEntityGUID(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeRelationshipTypeName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,String> removeRelationshipProperties(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeDiscoveryActivity(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeActionRequested(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected Map<String,String> removeActionProperties(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeInformalTerm(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeCandidateGlossaryTermGUIDs(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeInformalTopic(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeCandidateGlossaryCategoryGUIDs(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeDuplicateAnchorGUIDs(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeMatchingPropertyNames(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeMatchingClassificationNames(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeMatchingAttachmentGUIDs(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected List<String> removeMatchingRelationshipGUIDs(InstanceProperties instanceProperties)
instanceProperties - properties from annotation entitiesprotected String removeDataFieldName(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDataFieldType(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected String removeDataFieldDescription(InstanceProperties instanceProperties)
instanceProperties - properties from entityprotected List<String> removeDataFieldAliases(InstanceProperties instanceProperties)
instanceProperties - properties from data field entitiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.