| Package | Description |
|---|---|
| com.ibm.openpages.api.service |
Provides the main interfaces to work with the API services.
|
| Modifier and Type | Method and Description |
|---|---|
IProfile |
IConfigurationService.getDefaultProfile()
Returns the system's default profile.
|
IProfile |
IConfigurationService.getPreferredProfile()
Returns the preferred profile for the current user.
|
IProfile |
IConfigurationService.getPreferredProfile(IUser user)
Returns the preferred profile for the specified user.
|
IProfile |
IConfigurationService.getProfile(Id profileId)
Returns the profile associated with the specified profile Identifier.
|
IProfile |
IConfigurationService.getProfile(java.lang.String name)
Returns the profile associated with the specified profile name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IProfile> |
IConfigurationService.getProfiles()
Returns the list of profiles available in the system.
|
java.util.List<IProfile> |
IConfigurationService.getProfiles(IUser user)
Returns the list of profiles associated with the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigurationService.disableProfile(IProfile profile)
Disable the specified profile.
|
void |
IConfigurationService.enableProfile(IProfile profile)
Enable the specified profile.
|
void |
IConfigurationService.setPreferredProfile(IProfile profile)
Set the preferred profile for the current user.
|
void |
IConfigurationService.setPreferredProfile(IProfile profile,
IUser user)
Set the preferred profile for the user.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.