OCLOperators allLoadedObjects
(Created page with "The allinstances operator returns all objects of the class - but this operator - the allLoadedObjects - only returns the objects that are current...")
 
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The [[OCLOperators allInstances|allinstances]] operator returns all objects of the class - but this operator - the allLoadedObjects - only returns the objects that are currently loaded - and does not look in the database at all - hence it does not load any new objects. This operator is not your first choice - use it with caution since the result depends on the current state of your application instance and as such you may be surprised of the results and you may think it is inconsistent.
<message>Write the content here to display this box</message>
The [[Documentation:OCLOperators allInstances|allinstances]] operator returns all objects of the class, but this operator - the allLoadedObjects - only returns the objects that are currently loaded. It does not look in the database at all. Hence, it does not load any new objects.  
 
This operator is not your best first choice. Use it with caution, since the result depends on the current state of your application instance and as such, you may be surprised by the results and think it is inconsistent.
[[Category:OCL General Operators]]
{{Edited|July|12|2025}}

Latest revision as of 05:19, 10 February 2025

This page was created by Hans.karlsen@mdriven.net on 2017-08-11. Last edited by Stephanie@mdriven.net on 2025-02-10.

The allinstances operator returns all objects of the class, but this operator - the allLoadedObjects - only returns the objects that are currently loaded. It does not look in the database at all. Hence, it does not load any new objects.

This operator is not your best first choice. Use it with caution, since the result depends on the current state of your application instance and as such, you may be surprised by the results and think it is inconsistent.