Class TransferredURLContext

    • Field Detail

      • url

        protected final URL url
        The URL of the corresponding HTMLContext to allow for remote calling.
    • Constructor Detail

      • TransferredURLContext

        public TransferredURLContext​(URL url,
                                     ActivityInstance activityInstance,
                                     EBPInstanceReference activity,
                                     String sessionID,
                                     ExecutionContext executionContext)
        Creates a new URLContext providing the designated URL that contains the GUI of the corresponding HTMLContext.
        Parameters:
        url - The URL of the corresponding HTMLContext to allow for remote calling.
        activityInstance - The activity instance the corresponding HTMLContext has been created for.
        activity - The EBPInstanceReference identifying the process instance node the corresponding HTMLContext has been created for.
        sessionID - The ID of the execution session the corresponding HTMLContext has been created for uniquely identifying the component execution on the (remote) runtime manager.
        executionContext - The execution context of the activity for which the corresponding HTMLContext has been created for.
      • TransferredURLContext

        protected TransferredURLContext​(TransferredURLContext context,
                                        URL url)
        Creates a new TransferredURLContext having having the fields of the designated GUI context and the designated URL.
        Parameters:
        context - The GUI context from which to retrieve the fields.
        url - The URL of the corresponding HTMLContext to allow for remote calling.
    • Method Detail

      • getURL

        public URL getURL()
        Description copied from interface: URLContext
        Gets the URL of the (remote) HTMLContext which provides the GUI.
        Specified by:
        getURL in interface URLContext
        Returns:
        The URL of the (remote) HTMLContext which provides the GUI.