Class AssetManagerOMASConverter<B>

java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericConverter<B>
org.odpi.openmetadata.accessservices.assetmanager.converters.AssetManagerOMASConverter<B>
Direct Known Subclasses:
AssetConverter, AssetManagerConverter, CommentConverter, ConnectionConverter, ConnectorTypeConverter, ControlFlowConverter, DataFlowConverter, ElementHeaderConverter, ElementStubConverter, EndpointConverter, ExternalIdentifierConverter, ExternalReferenceConverter, ExternalReferenceLinkConverter, GlossaryCategoryConverter, GlossaryConverter, GlossaryTermConverter, GovernanceDefinitionConverter, InformalTagConverter, LikeConverter, LineageMappingConverter, NoteConverter, NoteLogConverter, PortConverter, ProcessCallConverter, ProcessConverter, RatingConverter, RelatedElementConverter, SchemaAttributeConverter, SchemaTypeConverter, SoftwareCapabilityConverter

public abstract class AssetManagerOMASConverter<B> extends OpenMetadataAPIGenericConverter<B>
AssetManagerOMASConverter provides the generic methods for the Asset Manager beans' converters. Generic classes have limited knowledge of the classes these are working on and this means creating a new instance of a class from within a generic is a little involved. This class provides the generic method for creating and initializing an Asset Manager bean.
  • Constructor Details

    • AssetManagerOMASConverter

      public AssetManagerOMASConverter(OMRSRepositoryHelper repositoryHelper, String serviceName, String serverName)
      Constructor
      Parameters:
      repositoryHelper - helper object to parse entity
      serviceName - name of this component
      serverName - name of this server
  • Method Details

    • getRelatedElement

      public RelatedElement getRelatedElement(Class<B> beanClass, EntityDetail entity, Relationship relationship, String methodName) throws PropertyServerException
      Using the supplied instances, return a new instance of a relatedElement bean. This is used for beans that contain a combination of the properties from an entity and that of a connected relationship.
      Parameters:
      beanClass - name of the class to create
      entity - entity containing the properties
      relationship - relationship containing the properties
      methodName - calling method
      Returns:
      bean populated with properties from the instances supplied
      Throws:
      PropertyServerException - there is a problem instantiating the bean