Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 31: Line 31:
*'''[[Repository.UpdateURD]]''' {{APIComment|Updates the URD in the repository.}}
*'''[[Repository.UpdateURD]]''' {{APIComment|Updates the URD in the repository.}}


*'''[[GetAllVariables]]''' {{APIComment|Returns an array containing all Variables from the current project.}}
===== Variables =====
*'''[[AddVariable]]''' {{APIComment|Saves a new Variable in the repository.}}
*'''[[Repository.GetAllVariables]]''' {{APIComment|Returns an array containing all Variables from the current project.}}
*'''[[UpdateVariable]]''' {{APIComment|Updates the Variable in the repository.}}
*'''[[Repository.AddVariable]]''' {{APIComment|Saves a new Variable in the repository.}}
*'''[[Repository.UpdateVariable]]''' {{APIComment|Updates the Variable in the repository.}}
 
*'''[[GetAllCorrectiveTasks]]''' {{APIComment|Returns an array containing all corrective tasks from the current project.}}
*'''[[GetAllCorrectiveTasks]]''' {{APIComment|Returns an array containing all corrective tasks from the current project.}}
*'''[[AddCorrectiveTask]]''' {{APIComment|Saves the corrective task in the repository. }}
*'''[[AddCorrectiveTask]]''' {{APIComment|Saves the corrective task in the repository. }}

Revision as of 21:51, 18 September 2013


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

Constructors

Methods

Connection
Project
Models
URDs
Variables
  • GetAllCorrectiveTasks Returns an array containing all corrective tasks from the current project.
  • AddCorrectiveTask Saves the corrective task in the repository.
  • UpdateCorrectiveTask Updates the Corrective task in the repository.
  • 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.
  • 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.
  • AddAction Saves the action in the repository.
  • UpdateAction Updates the Action in the repository.

Properties