Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
*'''[[Repository.ConnectToOracleRepository]]''' {{APIComment|Connects to an Oracle repository.}}
*'''[[Repository.ConnectToOracleRepository]]''' {{APIComment|Connects to an Oracle repository.}}
*'''[[Repository.DisconnectFromRepository]]''' {{APIComment|Disconnects from current repository.}}
*'''[[Repository.DisconnectFromRepository]]''' {{APIComment|Disconnects from current repository.}}
== Properties ==
*'''[[Repository.EnforceRENOCompliance]]''' {{APIComment|Defines the restrictions on model names. True by default.}}
*'''[[Repository.GetAllProjects]]''' {{APIComment|Returns an array containing all project names and their IDs from the current repository.}}
*'''[[Repository.GetAllProjects]]''' {{APIComment|Returns an array containing all project names and their IDs from the current repository.}}
*'''[[Repository.GetCurrentProject]]''' {{APIComment|Returns the name and ID of the current project.}}
*'''[[Repository.GetCurrentProject]]''' {{APIComment|Returns the name and ID of the current project.}}
Line 43: Line 40:
*'''[[GetAllXFRACASEntities]]''' {{APIComment|Returns an array containing all entity names and and their IDs from the current repository.}}
*'''[[GetAllXFRACASEntities]]''' {{APIComment|Returns an array containing all entity names and and their IDs from the current repository.}}
*'''[[ImportXFRACASXMLFile]]''' {{APIComment|Uploads an import file for processing and returns the system ID of the uploaded}}
*'''[[ImportXFRACASXMLFile]]''' {{APIComment|Uploads an import file for processing and returns the system ID of the uploaded}}
== Properties ==
*'''[[Repository.EnforceRENOCompliance]]''' {{APIComment|Defines the restrictions on model names. True by default.}}

Revision as of 00:42, 18 September 2013


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

Constructors

Methods

Properties