Interface CloudTypeExtension

    • Method Detail

      • isAvailable

        boolean isAvailable​(@NotNull
                            String cloudType)
        Parameters:
        cloudType - cloud type name from CloudProfileData.getCloudCode()
        Returns:
        true if this extension is available
      • getIncludeUrl

        @NotNull
        String getIncludeUrl()
        Full path without context for content to include in the cloud type profile settings form. This content is included inside <table> element
        Returns:
        path without context
      • getInitialParameters

        @NotNull
        Map<String,​String> getInitialParameters()
        Returns:
        initial parameters for form values
      • getPropertiesProcessor

        @NotNull
        PropertiesProcessor getPropertiesProcessor()
        Returns:
        validator for provided parameters