Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 38: Line 38:


===== Tasks =====
===== Tasks =====
*'''[[GetAllCorrectiveTasks]]''' {{APIComment|Returns an array containing all corrective tasks from the current project.}}
*'''[[Repository.GetAllCorrectiveTasks]]''' {{APIComment|Returns an array containing all corrective tasks from the current project.}}
*'''[[AddCorrectiveTask]]''' {{APIComment|Saves the corrective task in the repository. }}
*'''[[Repository.AddCorrectiveTask]]''' {{APIComment|Saves the corrective task in the repository. }}
*'''[[UpdateCorrectiveTask]]''' {{APIComment|Updates the Corrective task in the repository.}}
*'''[[Repository.UpdateCorrectiveTask]]''' {{APIComment|Updates the Corrective task in the repository.}}


===== Crews =====
===== Crews =====

Revision as of 16:53, 19 September 2013


Provides an application the ability to access and edit Synthesis Repositories.

Constructors

Methods

Connection
Project
Unit
Models
URDs
Variables
Tasks
Crews
  • GetAllCrews Returns an array containing all crews from the current project.
  • AddCrew Saves the crew in the repository.
  • UpdateCrew Updates the Crew in the repository.
Pools
  • GetAllPools Returns an array containing all spare parts pools from the current project.
  • AddPool Saves the spare parts pool in the repository.
  • UpdatePool Updates the spare parts Pool in the repository.
Action
XFRACAS

Properties