Oracle Repository API and Model Reference Guide


Contents


API Methods


Element Definitions


Index  


Summary of API Packages and Classes

CDAPI PL/SQL Package

Methods for managing CDAPI sessions. Includes methods for initializing the CDAPI, starting and ending API transactions, retrieving error messages, and enabling containers to share objects.

Java class IDeltaMgr

Methods and classes for comparing and merging repository objects.

Java class FileService

Methods for manipulating operating system files as repository objects. Includes methods for uploading, downloading, and synchronizing files.

Java class ReposFolderMapping

Methods for establishing and managing mappings between operating system files and repository root containers.

jr_acc_rights PL/SQL Package

Methods for maintaining and querying repository access rights on folders, workareas, configurations.

jr_configuration_def PL/SQL Package

Methods for creating, deleting and maintaining configurations.

jr_context PL/SQL Package

Methods to set and retrieve the context workarea and folder. Methods also to enable/disable constraints. Methods to set and retrieve wastebasket flag (if wastebasket flag is set, then version resolved view show wastebasket contents).

jr_file PL/SQL Package

Methods for managing PRIMARY_ACCESS_FILE elements in the repository. The methods here are intended to be used together with the client-side Java File Service API (class FileService).

jr_folder PL/SQL Package

Methods for managing container type elements (APPLICATION_SYSTEM, FOLDER) in the repository: The methods here are intended to be used together with the client-side Java File Service API (class FileService).

jr_name PL/SQL Package

Methods for translating IRIDs and IVIDs from a repository path, and vice versa. Also methods for getting a listing of the contents of a container.

jr_policy PL/SQL Package

Methods for setting and retrieving repository policies (for example, whether automatic version labeling and automatic branching on check-in are enabled).

jr_registration PL/SQL Package

Enables Oracle schema objects (tables) to be made into Oracle Repository element types.

jr_rule PL/SQL Package

Methods to execute rules, query information about rule, and create user defined rules. Rules are used for populating configurations and workareas.

jr_rule_procs PL/SQL Package

Functions that implement any rules which are too complex to be implemented as a SQL statement. These functions are called from the jr_rule package. The functions are kept in this separate package for ease of maintenance, and extensibility, and to allow users to create their own rules.

jr_version PL/SQL Package

Enables checking-in, checking-out, undoing checkouts, merging, branching of object versions.

jr_workarea PL/SQL Package

Methods for creating, maintaining and compiling workareas.

jr_wastebasket PL/SQL Package

Methods used for putting objects into the wastebasket, and for recovering objects from the wastebasket. Also methods for emptying the wastebasket.

jr_sys_privs PL/SQL Package

Methods for creating and maintaining repository users and their associated system privileges.

remotextp PL/SQL Package

Enables multiple named large blocks of text to be stored against any object in the repository, and for each named block to be retrieved.

jr-check_refs PL/SQL Package

For identifying dangling references from repository objects.

User Extensibility PL/SQL Packages

CIOUE_TEXT_TYPES
CIOUE_TEXT_USAGES
CIOUE_ELEMENT TYPES
CIOUE_ASSOCIATION_TYPES
CIOUE_PROPERTIES

Return to Top