Class RelationshipHandler


  • public class RelationshipHandler
    extends Object
    Relationship Handler supports the lookup of the asset's relationship from the repositories. It runs on the server-side of the Asset Catalog OMAS, fetches the relationships using the RepositoryHandler.
    • Constructor Detail

      • RelationshipHandler

        public RelationshipHandler​(String sourceName,
                                   InvalidParameterHandler invalidParameterHandler,
                                   RepositoryHandler repositoryHandler,
                                   OMRSRepositoryHelper repositoryHelper,
                                   RepositoryErrorHandler errorHandler)
        Construct the handler information needed to interact with the repository services
        Parameters:
        sourceName - name of the component
        invalidParameterHandler - handler for managing parameter errors
        repositoryHandler - manages calls to the repository services
        repositoryHelper - provides utilities for manipulating the repository services objects
        errorHandler - provides common validation routines for the other handler classes