Interface AppUiUrlEventContext

All Superinterfaces:
EventContext

public interface AppUiUrlEventContext extends EventContext
  • Method Details

    • create

      static AppUiUrlEventContext create()
      Creates an EventContext already overlaid with this interface. The event is set to be DeploymentService.EVENT_APP_UI_URL
      Returns:
      the AppUiUrlEventContext
    • getTenant

      String getTenant()
      Returns:
      the tenant ID
    • setTenant

      void setTenant(String tenant)
      Sets the tenant ID
      Parameters:
      tenant - the tenant ID
    • getSubdomain

      String getSubdomain()
      Returns:
      the subdomain
    • setSubdomain

      void setSubdomain(String subdomain)
      Sets the subdomain
      Parameters:
      subdomain - the subdomain
    • getOptions

      Map<String,Object> getOptions()
      Returns:
      the optional additional options
    • setOptions

      void setOptions(Map<String,Object> options)
      Sets the optional additional options
      Parameters:
      options - the optional additional options
    • getResult

      String getResult()
      Returns:
      the app UI URL
    • setResult

      void setResult(String appUiUrl)
      Sets the app UI URL