App: extend Document::findObject to allow to search by label
This commit is contained in:
@@ -158,11 +158,11 @@ object of this document.
|
||||
NOTE: It's possible that several objects have the same label name.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="findObjects">
|
||||
<Methode Name="findObjects" Keyword="true">
|
||||
<Documentation>
|
||||
<UserDocu>findObjects([string (type)], [string (name)]) -> list
|
||||
Return a list of objects that match the specified type and name.
|
||||
Both parameters are optional.</UserDocu>
|
||||
<UserDocu>findObjects([string (type)], [string (name)], [string (label)]) -> list
|
||||
Return a list of objects that match the specified type, name or label.
|
||||
All parameters are optional.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getLinksTo">
|
||||
|
||||
Reference in New Issue
Block a user