Interface WorkspacesProvider


  • public interface WorkspacesProvider
    The WorkspacesProvider represents an interface to get the configured/available Adobe Target Workspaces.
    • Method Detail

      • getWorkspaces

        java.util.Set<Workspace> getWorkspaces​(@Nonnull
                                               Configuration config)
        Parameters:
        config - Ims Target configuration
        Returns:
        a set of Workspaces containing the configured/available Adobe Target Workspaces
        Throws:
        WorkspacesProviderException - if a problem occurs while fetching the workspaces.
        WorkspacesConfigurationException - if the Ims Target Configuration is invalid
        java.lang.IllegalArgumentException - if the passed configuration is null