Class SolutionArchitectInstance


public class SolutionArchitectInstance extends OMVSServiceInstance
SolutionArchitectInstance caches references to the objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Details

    • SolutionArchitectInstance

      public SolutionArchitectInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerSecretsStoreProvider, String localServerSecretsStoreLocation, String localServerSecretsStoreCollection, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Solution Architect OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      localServerSecretsStoreProvider - secrets store connector for bearer token
      localServerSecretsStoreLocation - secrets store location for bearer token
      localServerSecretsStoreCollection - secrets store collection for bearer token
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      InvalidParameterException - problem with server name or platform URL
  • Method Details

    • getSolutionComponentHandler

      public SolutionComponentHandler getSolutionComponentHandler()
      Return the solution component handler.
      Returns:
      client
    • getSolutionBlueprintHandler

      public CollectionHandler getSolutionBlueprintHandler()
      Return the solution blueprint handler.
      Returns:
      client
    • getInformationSupplyChainHandler

      public InformationSupplyChainHandler getInformationSupplyChainHandler()
      Return the information supply chain handler.
      Returns:
      client
    • getDesignPatternHandler

      public DesignPatternHandler getDesignPatternHandler()
      Return the design pattern handler.
      Returns:
      client