Issue 12171: SDO typos (sdo-rtf) Source: Technologic Arts (Mr. Takeshi Sakamoto, tsakamoto@tech-arts.co.jp) Nature: Uncategorized Issue Severity: Summary: Title: Typographical Errors Severity: Support Text -3.4.3.Configuration Interface *In the definition of "get_configuration_set", add "InvalidParameter" at exception part. -2.2.2.Data Structures Used by Resource Data Model *In the "RangeType" part in the definition table, "abortValue : abort" should be replaced with "shortValue : short" in the "Numeric" class. *In the "DependencyType" part in the definition table, "+NORMAL","+REVERSE" should be replaced with "+OWN","+OWNED" in the "DependencyType" enumeration. -2.2.3.SDOSystemElement *In the "SDOSystemElement" class, "-organizations:OrganizationList" should be replaced with "-ownedOrganizations:OrganizationList". -2.2.10.ConfigurationProfile *In the "ConfigurationProfile" class, "+parameterList:ParameterList", "+configurationSetList:ConfigurationSetList" should be replaced with "+parameters:ParameterList","+configurationSets:ConfigurationSetList". -2.3.4.SDO Interface *"(1)getSDOID():String" should be replaced with "(1)+getSDOID():UniqueIdentifier". *In (6)getServiceProfiles section, "ServiceProfilesList" should be replaced with "ServiceProfileList" in the parameter table. -2.3.4.1.Usage:SDO interface "The section describes examples about" should be replaced with "This section describes examples about". Resolution: Resolution: · 3.4.3.Configuration Interface In the definition of "get_configuration_set", add "InvalidParameter" at exception part. · 2.2.2.Data Structures Used by Resource Data Model In the "RangeType" part in the definition table, "abortValue : abort" should be replaced with "shortValue : short" in the "Numeric" class. And, in the "DependencyType" part in the definition table, "+NORMAL","+REVERSE" should be replaced with "+OWN","+OWNED" in the "DependencyType" enumeration. · 2.2.3.SDOSystemElement In the "SDOSystemElement" class, "-organizations:OrganizationList" should be replaced with "-ownedOrganizations:OrganizationList". · 2.2.10.ConfigurationProfile In the "ConfigurationProfile" class, "+parameterList:ParameterList", "+configurationSetList:ConfigurationSetList" should be replaced with "+parameters:ParameterList","+configurationSets:ConfigurationSetList". · 2.3.4.SDO Interface "(1)getSDOID():String" should be replaced with "(1)+getSDOID():UniqueIdentifier". And, In (6)getServiceProfiles section, "ServiceProfilesList" should be replaced with "ServiceProfileList" in the parameter table. · 2.3.4.1.Usage:SDO interface "The section describes examples about" should be replaced with "This section describes examples about". Revised Text: · 3.4.3 interface Configuration { boolean set_device_profile (in DeviceProfile dProfile) raises (InvalidParameter, NotAvailable, InternalError); boolean add_service_profile (in ServiceProfile sProfile) raises (InvalidParameter, NotAvailable, InternalError); boolean add_organization (in Organization organization_object) raises (InvalidParameter, NotAvailable, InternalError); boolean remove_service_profile (in UniqueIdentifier id) raises (InvalidParameter, NotAvailable, InternalError); boolean remove_organization (in UniqueIdentifier organization_id) raises (InvalidParameter, NotAvailable, InternalError); ParameterList get_configuration_parameters () raises (NotAvailable, InternalError); NVList get_configuration_parameter_values () raises (NotAvailable, InternalError); any get_configuration_parameter_value (in string name) raises (InvalidParameter, NotAvailable, InternalError); boolean set_configuration_parameter ( in string name, in any value) raises (InvalidParameter, NotAvailable, InternalError); ConfigurationSetList get_configuration_sets () raises (NotAvailable, InternalError); ConfigurationSet get_configuration_set (in UniqueIdentifier config_id) raises (NotAvailable, InternalError, InvalidParameter); boolean set_configuration_set_values ( in ConfigurationSet configuration_set) raises (InvalidParameter, NotAvailable, InternalError); ConfigurationSet get_active_configuration_set () raises (NotAvailable, InternalError); boolean add_configuration_set (in ConfigurationSet configuration_set) raises (InvalidParameter, NotAvailable, InternalError); boolean remove_configuration_set (in UniqueIdentifier config_id) raises (InvalidParameter, NotAvailable, InternalError); boolean activate_configuration_set (in UniqueIdentifier config_id) raises (InvalidParameter, NotAvailable, InternalError); }; · 2.2.2 · 2.2.3 · 2.2.10 · 2.3.4 (1)+getSDOID():UniqueIdentifier · 2.3.4.1 This section describes examples about how to use the operations of the SDO interface to get the SDO identifier. As an example, the operation to get SDO parameter id is shown in Figure 2-4. Actions taken: January 9, 2008: received issue July 18, 2008: closed issue Discussion: End of Annotations:===== ubject: Minor problems From: Sakamoto Takeshi X-Mailer: Winbiff [Version 2.43 PL1] X-Accept-Language: ja,en Date: Wed, 9 Jan 2008 21:48:11 +0900 Hello SDO RTF members, I will report several typographical erros that seem not worth registering as separate issues. Title: Typographical Errors Severity: Support Text -3.4.3.Configuration Interface *In the definition of "get_configuration_set", add "InvalidParameter" at exception part. -2.2.2.Data Structures Used by Resource Data Model *In the "RangeType" part in the definition table, "abortValue : abort" should be replaced with "shortValue : short" in the "Numeric" class. *In the "DependencyType" part in the definition table, "+NORMAL","+REVERSE" should be replaced with "+OWN","+OWNED" in the "DependencyType" enumeration. -2.2.3.SDOSystemElement *In the "SDOSystemElement" class, "-organizations:OrganizationList" should be replaced with "-ownedOrganizations:OrganizationList". -2.2.10.ConfigurationProfile *In the "ConfigurationProfile" class, "+parameterList:ParameterList", "+configurationSetList:ConfigurationSetList" should be replaced with "+parameters:ParameterList","+configurationSets:ConfigurationSetList". -2.3.4.SDO Interface *"(1)getSDOID():String" should be replaced with "(1)+getSDOID():UniqueIdentifier". *In (6)getServiceProfiles section, "ServiceProfilesList" should be replaced with "ServiceProfileList" in the parameter table. -2.3.4.1.Usage:SDO interface "The section describes examples about" should be replaced with "This section describes examples about". --------------------------------------------- Sakamoto Takeshi E-mail: tsakamoto@tech-arts.co.jp Techologic Arts Incorporated ---------------------------------------------