Repository Class: Difference between revisions

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


===== Tasks =====
===== Corrective Tasks =====
*'''[[Repository.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.}}
*'''[[Repository.AddCorrectiveTask]]''' {{APIComment|Saves the corrective task in the repository. }}
*'''[[Repository.AddCorrectiveTask]]''' {{APIComment|Saves the corrective task in the repository. }}
*'''[[Repository.UpdateCorrectiveTask]]''' {{APIComment|Updates the Corrective task in the repository.}}
*'''[[Repository.UpdateCorrectiveTask]]''' {{APIComment|Updates the Corrective task in the repository.}}
===== Scheduled Tasks =====
*'''[[Repository.GetAllScheduledTasks]]''' {{APIComment|Returns an array containing all scheduled tasks from the current project.}}
*'''[[Repository.AddScheduledTask]]''' {{APIComment|Saves the scheduled task in the repository. }}
*'''[[Repository.UpdateScheduledTask]]''' {{APIComment|Updates the scheduled task in the repository.}}


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

Revision as of 21:47, 19 September 2013


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

Constructors

Methods

Connection
Project
Unit
Models
URDs
Variables
Corrective Tasks
Scheduled Tasks
Crews
Pools
Action
  • GetAllActions Returns an array containing all actions from the current project.
  • AddAction Saves the action in the repository.
  • UpdateAction Updates the Action in the repository.
XFRACAS

Properties