Interface WorkspacesProvider
-
public interface WorkspacesProviderTheWorkspacesProviderrepresents an interface to get the configured/available Adobe Target Workspaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Workspace>getWorkspaces(Configuration config)
-
-
-
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 invalidjava.lang.IllegalArgumentException- if the passed configuration is null
-
-