Interface RuntimeModelService

  • All Known Implementing Classes:
    RuntimeModelServiceImpl

    public interface RuntimeModelService
    Service to access RuntimeModel.
    • Method Detail

      • info

        RuntimeServiceResponse info​(String runtimeModelId)
        Loads information about this installation.
        Parameters:
        runtimeModelId - A runtime model id to be loaded. Can be null or an empty String.
        Returns:
      • getRuntimeModel

        Optional<RuntimeModel> getRuntimeModel​(String runtimeModelId)
        Get a runtime model given an ID.
        Parameters:
        runtimeModelId - The Runtime model represented by runtimeModelId.
        Returns:
        An optional containing the RuntimeModel or empty if the runtime model couldn't be found or built.