public class SchemaTypeConverter<B> extends DataManagerOMASConverter<B>
repositoryHelper, serverName, serviceName| Constructor and Description |
|---|
SchemaTypeConverter(OMRSRepositoryHelper repositoryHelper,
String serviceName,
String serverName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getClassification, removeClassificationgetAdditionalValues, getAnchorGUID, getArguments, getAssetSummary, getAssociationDescription, getCertificationGUID, getCertifiedBy, getClassificationProperties, getClassificationProperties, getConditions, getConfidence, getCustodian, getDataStoreEncodingDescription, getDataStoreEncodingLanguage, getDataStoreEncodingType, getDescription, getDisplayName, getEncodingProperties, getEncryption, getEnd, getFormat, getFormula, getGuard, getImplementationLanguage, getImplementationValue, getIsPublic, getLicensedBy, getLicensee, getLicenseGUID, getNewBean, getNewBean, getNewComplexBean, getNewComplexBean, getNewRelationshipBean, getNewSchemaAttributeBean, getNotes, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getPosition, getQualifiedName, getRecipient, getRemainingExtendedProperties, getStart, getSteward, getStrictRequirement, getSymbolicName, getZoneMembership, handleInvalidBeanClass, handleMissingMetadataInstance, handleUnexpectedBeanClass, removeActionProperties, removeActionRequested, removeAdditionalProperties, removeAliases, removeAllowsDuplicateValues, removeAnalysisParameters, removeAnalysisStep, removeAnchorGUID, removeAnnotationType, removeAttachmentGUID, removeAuthor, removeAverageValue, removeCandidateClassifications, removeCandidateDataClassGUIDs, removeCandidateGlossaryCategoryGUIDs, removeCandidateGlossaryTermGUIDs, removeCapabilityType, removeClearPassword, removeComment, removeCommentText, removeConfidenceLevel, removeConfigurationProperties, removeConnectorProviderClassName, removeCreateTime, removeCriteria, removeDatabaseImportedFrom, removeDatabaseInstance, removeDatabaseType, removeDatabaseVersion, removeDataFieldAliases, removeDataFieldDescription, removeDataFieldName, removeDataFieldType, removeDataSourceProperties, removeDataType, removeDefaultValue, removeDefaultValueOverride, removeDescription, removeDiscoveryActivity, removeDisplayName, removeDivergentClassificationName, removeDivergentClassificationPropertyNames, removeDivergentPropertyNames, removeDivergentRelationshipGUID, removeDivergentRelationshipPropertyNames, removeDomainIdentifier, removeDuplicateAnchorGUID, removeDuplicateAnchorGUIDs, removeDuplicateAttachmentGUID, removeEncoding, removeEncodingStandard, removeEncryptedPassword, removeEncryptionMethod, removeExecutionDate, removeExplanation, removeExpression, removeFileType, removeFixedValue, removeFormula, removeIdentifier, removeImplementationLanguage, removeImplications, removeInferredDataType, removeInferredFormat, removeInferredLength, removeInferredPrecision, removeInferredScale, removeInformalTerm, removeInformalTopic, removeIsDeprecated, removeIsNullable, removeIsPublic, removeJsonProperties, removeLanguage, removeLastSynchronized, removeLength, removeMappingProperties, removeMatchingAttachmentGUIDs, removeMatchingClassificationNames, removeMatchingPropertyNames, removeMatchingRelationshipGUIDs, removeMaxCardinality, removeMinCardinality, removeMinimumLength, removeModifiedTime, removeName, removeNamespace, removeNativeClass, removeNetworkAddress, removeOrderedValues, removeOutcomes, removeOwner, removePatchLevel, removePosition, removePrecision, removePreferredValue, removePriority, removeProfileCounts, removeProfileFlags, removeProfileProperties, removeProtocol, removeQualifiedName, removeQualityDimension, removeQualityScore, removeRecognizedAdditionalProperties, removeRecognizedConfigurationProperties, removeRecognizedSecuredProperties, removeRelatedEntityGUID, removeRelationshipProperties, removeRelationshipTypeName, removeResults, removeReview, removeReviewDate, removeSchemaName, removeSchemaType, removeScope, removeSecuredProperties, removeSize, removeSource, removeSteward, removeSummary, removeTagDescription, removeTagName, removeTitle, removeUsage, removeUserId, removeValueCount, removeValueList, removeValueRangeFrom, removeValueRangeTo, removeVersion, removeVersionNumber, removeZoneMembership, validateInstanceTypepublic SchemaTypeConverter(OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
repositoryHelper - helper object to parse entityserviceName - name of this componentserverName - local server namepublic 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
getNewSchemaTypeBean in class OpenMetadataAPIGenericConverter<B>beanClass - name of the class to createschemaRootHeader - unique identifier of the schema element that holds the root informationschemaTypeTypeName - name of type of the schema type to createinstanceProperties - properties describing the schema typeattributeCount - number of attributes (for a complex schema type)validValueSetGUID - unique identifier of the set of valid values (for an enum schema type)externalSchemaType - bean containing 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 beanCopyright © 2018–2020 ODPi. All rights reserved.