| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
GlobalSettings_Get, GlobalSettings_GetEnvironmentSettings, GlobalSettings_GetFeatureSettings, GlobalSettings_GetPreLogonSettings, GlobalSettings_Update |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get global settings information. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSettings used to make the method call. |
Return Value
Type | Description |
---|---|
GlobalSettingsInfo | The GlobalSettingsInfo object. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSettings used to make the method call. |
Return Value
Type | Description |
---|---|
EnvironmentSettings | The EnvironmentSettingsInfo object. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSettings used to make the method call. |
Return Value
Type | Description |
---|---|
GlobalFeatureSettings | The FeatureSettings object. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSettings used to make the method call. |
Return Value
Type | Description |
---|---|
GlobalPreLogonSettings | The PreLogonSettings object. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global management is required to update global settings information. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSettings used to make the method call. |
updates | MapEntry[] |
key value pairs describing attributes to be updated
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_GLOBAL_SETTINGS_UPDATED | If all members were successfully updated, this will be sent for each updated member in the update map. |
VLSI_GLOBAL_SETTINGS_UPDATE_FAILED | If any member could not be updated. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |