Modifier and Type | Method and Description |
---|---|
ConfigurationManagementService.CONFIG_STATE |
PersistenceManager.getState(java.lang.String contextId) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.setState(java.lang.String contextId, ConfigurationManagementService.CONFIG_STATE state)
Sets the Activation State
|
Modifier and Type | Method and Description |
---|---|
ConfigurationManagementService.CONFIG_STATE |
PersistenceConfiguration.getState() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceConfiguration.setState(ConfigurationManagementService.CONFIG_STATE state) |
Modifier and Type | Method and Description |
---|---|
ConfigurationManagementService.CONFIG_STATE |
ConfigurationManagementService.getContextConfigurationState(java.lang.String contextId) |
static ConfigurationManagementService.CONFIG_STATE |
ConfigurationManagementService.CONFIG_STATE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationManagementService.CONFIG_STATE[] |
ConfigurationManagementService.CONFIG_STATE.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
ConfigurationManagementService.getContextConfigurationIds(ConfigurationManagementService.CONFIG_STATE state) |
java.util.List<java.lang.String> |
ConfigurationManagementService.getContextConfigurationIds(ConfigurationManagementService.CONFIG_STATE state, java.lang.String profileId) |