Repository Class

From ReliaWiki
Revision as of 18:24, 18 September 2013 by Albert Szeto (talk | contribs)
Jump to navigation Jump to search


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

Constructors

Methods

Connection
Project
Models
URDs
  • GetAllVariables Returns an array containing all Variables from the current project.
  • AddVariable Saves a new Variable in the repository.
  • UpdateVariable Updates the Variable in the repository.
  • 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