Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getattributevalue [2023/04/04 06:15] – ↷ Page moved from progref:0300_add_custom_processes:0317_ientity_interface:getattributevalue to pr_methods:getattributevalue seanpr_methods:getattributevalue [2023/05/08 06:56] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IEntity_Interface IEntity_Interface_Methods GetAttributeValue}}+{{tag>Index Programmers_Reference Methods IEntity_Interface GetAttributeValue}}
 ====getAttributeValue (String)==== ====getAttributeValue (String)====
 <code java>public Object getAttributeValue (String attributeName) <code java>public Object getAttributeValue (String attributeName)
 throws InvalidParameterException</code> throws InvalidParameterException</code>
  
-This method returns the value of the specified attribute. Note: the attribute must not be a reference. Use the ''[[progref:0300_add_custom_processes:0317_ientity_interface:getreferences|getReferences]]'' method to retrieve references.+This method returns the value of the specified attribute. Note: the attribute must not be a reference. Use the ''[[pr_methods:getreferences|getReferences]]'' method to retrieve references.
 ===Parameters=== ===Parameters===
 |''attributeName''|the name of the attribute of the business object or notification the value of which is returned| |''attributeName''|the name of the attribute of the business object or notification the value of which is returned|
  • Last modified: 2023/04/04 06:15