User:Kate Racaza/APIdraftspage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
 
(65 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
=Summary=
==Leader Pages==
<div style="border:1px solid #AAA; background:#f9f9f9; border-radius:10px; width:auto; margin:0 0 1em 1em; padding:1em;">
*[[Talk:API_Changelog/Notes]]
'''New Classes'''
**[[Talk:New_Classes_and_Enumerations/Notes]]
**[[Talk:New_Members_and_Constants/Notes]]
**[[Talk:Deprecated_and_Removed_Members/Notes]]
*[[Talk:API_Reference_Documentation/Notes]]
*[[Talk:Synthesis_API_Reference/Notes]]
*[[Talk:API_Tutorials/Notes]]


'''New Enums'''
*[[ResourceFilterEnum_Enumeration]] - part of SYN-I-4788


'''New Methods'''
==Drafts for 11==
*[[Repository.Xfmea.GetItemInSystemHierarchy_Method]] - SYN-I-4795
xxx


'''Edits to Existing Methods'''
*SYN-I-4788 (non code-breaking)
:*[[Repository.Model.GetAllModels]]
:*[[Repository.Model.GetAllModelsInfo]]
:*[[Repository.Action.GetAllActions]]
:*[[Repository.Action.GetAllActionsDictionary]]
:*[[Repository.Crew.GetAllCrews]]
:*[[Repository.Pool.GetAllPools]]
:*[[Repository.Task.GetAllScheduledTasks]]
:*[[Repository.Task.GetAllCorrectiveTasks]]
:*[[Repository.URD.GetAllURDs]]
:*[[Repository.Variable.GetAllVariables]]
:*[[Repository.Control.GetAllXfmeaControls]]
:*[[Repository.Control.GetAllXfmeaControlsDictionary]]


'''Deprecations'''
none
</div>


=SYN-I-4788=
Use this template:


Gets a <span style="color:#FF0000">list of models </span>associated with a project. Returns a '''[[CModel Class|cModel]]''' object array that contains <span style="color:#FF0000">the models </span>in that project.</onlyinclude>
==Pending==
 
*[[ALTAEvents.Question]] - scrapped from V10, wasn't working. If fixed, include in V11.
== Syntax ==
*[[Upload XML File to XFRACAS]] - removed from V11.1.1. Focus is now on  web service. A copy of the old content exists in the Notes talk page.
'''.Model.GetAllModels'''<span style="color:#FF0000">(''Filter'')</span>
 
===Parameters===
<span style="color:#FF0000">''Filter''</span>
:Optional. A filter that returns a particular type of <span style="color:#FF0000">model</span> resource (e.g., global only, local and global only, etc.). Can be any [[ResourceFilterEnum_Enumeration|ResourceFilterEnum]] constant. Default value = 0, which returns local <span style="color:#FF0000">models</span> only.
 
== Example ==
Edit the comment:
 
'Get a list of all <span style="color: #FF0000">local models </span> in project #1.

Latest revision as of 22:13, 12 April 2017

Leader Pages


Drafts for 11

xxx



Pending