Class GetLocalConfigurationSelectionDialog

    • Constructor Detail

      • GetLocalConfigurationSelectionDialog

        public GetLocalConfigurationSelectionDialog​(OslcClient client,
                                                    URI rootServicesLocation)
        Creates a request to retrieve the dialog to select a configuration defined locally in an OSLC application.

        Using this constructor, the dialog shows an area for the user to select the project within which to look for configurations. If the project is known and shall not be selected by the user within the dialog, use the constructor that specified the URI of the project.

        Parameters:
        client - the OSLC client to connect to the application.
        rootServicesLocation - the URI of an OSLC application root services (e.g. https://myserver:9443/rm/rootservices)
        See Also:
        GetLocalConfigurationSelectionDialog(OslcClient, URI, URI)
      • GetLocalConfigurationSelectionDialog

        public GetLocalConfigurationSelectionDialog​(OslcClient client,
                                                    URI rootServicesLocation,
                                                    URI serviceProviderLocation)
        Creates a request to retrieve the dialog to select a configuration defined locally in an OSLC application for the specified project.
        Parameters:
        client - the OSLC client to connect to the application.
        rootServicesLocation - the URI of an OSLC application root services (e.g. https://myserver:9443/rm/rootservices)
        serviceProviderLocation - the URI of a service provider for which a configuration is to select.